gnu: fakeroot: Update to 1.30.1.

* gnu/packages/linux.scm (fakeroot): Update to 1.30.1.
This commit is contained in:
Tobias Geerinckx-Rice 2022-12-11 01:00:01 +01:00
parent bd3e72b79f
commit 208006b410
No known key found for this signature in database
GPG key ID: 0DB0FF884F556D79

View file

@ -8833,7 +8833,7 @@ (define-public genext2fs
(define-public fakeroot
(package
(name "fakeroot")
(version "1.28")
(version "1.30.1")
(source
(origin
;; There are no tags in the repository, so take this snapshot.
@ -8842,7 +8842,7 @@ (define-public fakeroot
"fakeroot/fakeroot_" version ".orig.tar.gz"))
(file-name (string-append name "-" version ".tar.gz"))
(sha256
(base32 "1hlh77b6m2cfm42lcav372mbjni5akbgs25yg4wgi1gndzihbm2n"))
(base32 "0xba5gfh7ygv6na8n1ckqd2jnpdr9q88qan385qxp85c47sb3srj"))
(modules '((guix build utils)
(ice-9 ftw)))
(snippet