summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--gnu/packages/linux.scm4
1 files 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