gnu: fakeroot: Update to 1.25.3.

* gnu/packages/linux.scm (fakeroot): Update to 1.25.3.
This commit is contained in:
Tobias Geerinckx-Rice 2020-10-15 20:20:40 +02:00
parent 25bc6ffdd0
commit 7f4a81540a
No known key found for this signature in database
GPG key ID: 0DB0FF884F556D79

View file

@ -7005,7 +7005,7 @@ (define-public genext2fs
(define-public fakeroot
(package
(name "fakeroot")
(version "1.25.1")
(version "1.25.3")
(source (origin
;; There are no tags in the repository, so take this snapshot.
(method url-fetch)
@ -7014,7 +7014,7 @@ (define-public fakeroot
(file-name (string-append name "-" version ".tar.gz"))
(sha256
(base32
"1ianaacwpjcw02shfiyybkqh5r6il4lvxin10n4y66kw0p7i3kcm"))))
"0v4m3v1bdqvblwj3vqsb3mllgbci6dsgsydq6765nzvz6n1kd44f"))))
(build-system gnu-build-system)
(arguments
`(#:phases