summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJanneke Nieuwenhuizen <janneke@gnu.org>2026-05-17 08:21:31 +0200
committerJanneke Nieuwenhuizen <janneke@gnu.org>2026-05-17 10:01:26 +0200
commit1f215de55d6733fd38ec8d3426296bbdc6a585d7 (patch)
tree491e1a02d21d412a051d04bc47428cc0c4f67068
parent80d73fb5a5e5dab3d76f2273421eeb340475dc47 (diff)
gnu: fakeroot: Update to 1.38.
* gnu/packages/linux.scm (fakeroot): Update to 1.38. Change-Id: Iefac6357ea47e11afef16f6f2e3e4117a6245772 Fixes: #8660 Fixes: #8684
-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 2cb50de6c54..7d7e36a3a77 100644
--- a/gnu/packages/linux.scm
+++ b/gnu/packages/linux.scm
@@ -11045,7 +11045,7 @@ the superuser to make device nodes.")
11045(define-public fakeroot 11045(define-public fakeroot
11046 (package 11046 (package
11047 (name "fakeroot") 11047 (name "fakeroot")
11048 (version "1.37.2") 11048 (version "1.38")
11049 (source 11049 (source
11050 (origin 11050 (origin
11051 ;; There are no tags in the repository, so take this snapshot. 11051 ;; There are no tags in the repository, so take this snapshot.
@@ -11054,7 +11054,7 @@ the superuser to make device nodes.")
11054 "fakeroot/fakeroot_" version ".orig.tar.gz")) 11054 "fakeroot/fakeroot_" version ".orig.tar.gz"))
11055 (file-name (string-append name "-" version ".tar.gz")) 11055 (file-name (string-append name "-" version ".tar.gz"))
11056 (sha256 11056 (sha256
11057 (base32 "1nw4i3cih9r1q1fvmwxwxgnykkvc18pqyp21ry7vhwcpx3xn1shf")) 11057 (base32 "00p07xi1j61i4bbxymydihff8frw9bs0g0fr6rpm88q94wclcl1p"))
11058 (modules '((guix build utils) 11058 (modules '((guix build utils)
11059 (ice-9 ftw))) 11059 (ice-9 ftw)))
11060 (snippet 11060 (snippet