diff options
author | Zheng Junjie <zhengjunjie@iscas.ac.cn> | 2024-07-11 13:17:39 +0800 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2024-08-31 10:45:42 +0200 |
commit | a4858b3194a7e0bbe9597363853a28e87cd47f0b (patch) | |
tree | 535ea4a69378298c04020b28473260a050e92010 /gnu/packages | |
parent | 548af6589f5fa85773fdd3e16f12d22f52f5f465 (diff) | |
download | guix-a4858b3194a7e0bbe9597363853a28e87cd47f0b.tar.gz guix-a4858b3194a7e0bbe9597363853a28e87cd47f0b.zip |
gnu: fakeroot: Update to 1.35.1.
* gnu/packages/linux.scm (fakeroot): Update to 1.35.1.
Change-Id: I26d743f4394a840b56e07df7e43f5d598cfb98ea
Diffstat (limited to 'gnu/packages')
-rw-r--r-- | gnu/packages/linux.scm | 4 |
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 |