diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2022-05-22 02:00:02 +0200 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2022-05-22 02:00:09 +0200 |
commit | 1f6c2efccccf01f0be94405117598e012832269f (patch) | |
tree | 46c8593da1d81d3b81a7949d09091dcf9f9916ea /gnu | |
parent | 3d00f10ed592adb923eb3ac87d53220b07019f60 (diff) | |
download | guix-1f6c2efccccf01f0be94405117598e012832269f.tar.gz |
gnu: fakeroot: Update to 1.28.
* gnu/packages/linux.scm (fakeroot): Update to 1.28.
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/linux.scm | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/gnu/packages/linux.scm b/gnu/packages/linux.scm index 8c1e2aa279..d74e7c738c 100644 --- a/gnu/packages/linux.scm +++ b/gnu/packages/linux.scm @@ -8407,7 +8407,7 @@ the superuser to make device nodes.") (define-public fakeroot (package (name "fakeroot") - (version "1.26") + (version "1.28") (source (origin ;; There are no tags in the repository, so take this snapshot. @@ -8416,8 +8416,7 @@ the superuser to make device nodes.") "fakeroot/fakeroot_" version ".orig.tar.gz")) (file-name (string-append name "-" version ".tar.gz")) (sha256 - (base32 - "1sg8inv1zzp4h9ncbbmxip3svd11sd86j22cvxrjwnf5zn7mf2j8")) + (base32 "1hlh77b6m2cfm42lcav372mbjni5akbgs25yg4wgi1gndzihbm2n")) (modules '((guix build utils) (ice-9 ftw))) (snippet |