gnu: fakeroot: Update to 1.31.
* gnu/packages/linux.scm (fakeroot): Update to 1.31. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
This commit is contained in:
parent
df72c45d5c
commit
0c521c81fa
1 changed files with 2 additions and 2 deletions
|
@ -9039,7 +9039,7 @@ the superuser to make device nodes.")
|
||||||
(define-public fakeroot
|
(define-public fakeroot
|
||||||
(package
|
(package
|
||||||
(name "fakeroot")
|
(name "fakeroot")
|
||||||
(version "1.30.1")
|
(version "1.31")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
;; There are no tags in the repository, so take this snapshot.
|
;; There are no tags in the repository, so take this snapshot.
|
||||||
|
@ -9048,7 +9048,7 @@ the superuser to make device nodes.")
|
||||||
"fakeroot/fakeroot_" version ".orig.tar.gz"))
|
"fakeroot/fakeroot_" version ".orig.tar.gz"))
|
||||||
(file-name (string-append name "-" version ".tar.gz"))
|
(file-name (string-append name "-" version ".tar.gz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "0xba5gfh7ygv6na8n1ckqd2jnpdr9q88qan385qxp85c47sb3srj"))
|
(base32 "0br0gvvribfs2kpkhwr51lsinhl6l36334wx1cbwfmhww50nv233"))
|
||||||
(modules '((guix build utils)
|
(modules '((guix build utils)
|
||||||
(ice-9 ftw)))
|
(ice-9 ftw)))
|
||||||
(snippet
|
(snippet
|
||||||
|
|
Reference in a new issue