aboutsummaryrefslogtreecommitdiff
path: root/gnu/packages/linux.scm
diff options
context:
space:
mode:
authorTobias Geerinckx-Rice <me@tobias.gr>2020-10-15 20:20:40 +0200
committerTobias Geerinckx-Rice <me@tobias.gr>2020-10-16 02:03:24 +0200
commit7f4a81540acb58edf740841addcbe07bf3b1f904 (patch)
tree898e7c58db993b9d7e06d6eeb91c140381c1f3b5 /gnu/packages/linux.scm
parent25bc6ffdd06521702094bb799dd300090ac0bc52 (diff)
downloadguix-7f4a81540acb58edf740841addcbe07bf3b1f904.tar
guix-7f4a81540acb58edf740841addcbe07bf3b1f904.tar.gz
gnu: fakeroot: Update to 1.25.3.
* gnu/packages/linux.scm (fakeroot): Update to 1.25.3.
Diffstat (limited to 'gnu/packages/linux.scm')
-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 9d35187749..faeaf5dcea 100644
--- a/gnu/packages/linux.scm
+++ b/gnu/packages/linux.scm
@@ -7005,7 +7005,7 @@ the superuser to make device nodes.")
(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 @@ the superuser to make device nodes.")
(file-name (string-append name "-" version ".tar.gz"))
(sha256
(base32
- "1ianaacwpjcw02shfiyybkqh5r6il4lvxin10n4y66kw0p7i3kcm"))))
+ "0v4m3v1bdqvblwj3vqsb3mllgbci6dsgsydq6765nzvz6n1kd44f"))))
(build-system gnu-build-system)
(arguments
`(#:phases