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