From a4858b3194a7e0bbe9597363853a28e87cd47f0b Mon Sep 17 00:00:00 2001 From: Zheng Junjie Date: Thu, 11 Jul 2024 13:17:39 +0800 Subject: gnu: fakeroot: Update to 1.35.1. * gnu/packages/linux.scm (fakeroot): Update to 1.35.1. Change-Id: I26d743f4394a840b56e07df7e43f5d598cfb98ea --- gnu/packages/linux.scm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gnu/packages/linux.scm b/gnu/packages/linux.scm index f0b8832da2..88b13a0d18 100644 --- a/gnu/packages/linux.scm +++ b/gnu/packages/linux.scm @@ -9540,7 +9540,7 @@ the superuser to make device nodes.") (define-public fakeroot (package (name "fakeroot") - (version "1.31") + (version "1.35.1") (source (origin ;; There are no tags in the repository, so take this snapshot. @@ -9549,7 +9549,7 @@ the superuser to make device nodes.") "fakeroot/fakeroot_" version ".orig.tar.gz")) (file-name (string-append name "-" version ".tar.gz")) (sha256 - (base32 "0br0gvvribfs2kpkhwr51lsinhl6l36334wx1cbwfmhww50nv233")) + (base32 "1p2zcng64sigixppmh42gd3ava771pmq9a6lwva7flp05lxya3ba")) (modules '((guix build utils) (ice-9 ftw))) (snippet -- cgit v1.2.3