diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2020-10-15 20:20:40 +0200 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2020-10-16 02:03:24 +0200 |
commit | 7f4a81540acb58edf740841addcbe07bf3b1f904 (patch) | |
tree | 898e7c58db993b9d7e06d6eeb91c140381c1f3b5 /gnu | |
parent | 25bc6ffdd06521702094bb799dd300090ac0bc52 (diff) |
gnu: fakeroot: Update to 1.25.3.
* gnu/packages/linux.scm (fakeroot): Update to 1.25.3.
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/linux.scm | 4 |
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 |