z572 pushed a commit to branch core-updates
in repository guix.
commit 29a7fdc81ccd8f7513e740886b198ffa04d92884
Author: Zheng Junjie <[email protected]>
AuthorDate: Thu Jul 11 13:17:39 2024 +0800
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 5745019834..9b93ce418f 100644
--- a/gnu/packages/linux.scm
+++ b/gnu/packages/linux.scm
@@ -9490,7 +9490,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.
@@ -9499,7 +9499,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