diff options
| author | Yelninei <yelninei@tutamail.com> | 2025-06-08 12:30:35 +0000 |
|---|---|---|
| committer | Andreas Enge <andreas@enge.fr> | 2025-07-18 20:17:34 +0200 |
| commit | aa2da7cc2fc111b149fdb2e13690bdc38f136c59 (patch) | |
| tree | 6c055f655f3fbc317aad74f2df880862dc8b687d /gnu/packages | |
| parent | fb6c58ba10f8c14f1cc5fe1d32fba06b52c8e672 (diff) | |
gnu: fakeroot: Update to 1.37.1.2.
* gnu/packages/linux.scm (fakeroot): Update to 1.37.1.2.
[native-inputs]: Add perl.
Change-Id: I452e9c1910cf3dbf75064739d4f29f50d7795467
Signed-off-by: Andreas Enge <andreas@enge.fr>
Diffstat (limited to 'gnu/packages')
| -rw-r--r-- | gnu/packages/linux.scm | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gnu/packages/linux.scm b/gnu/packages/linux.scm index 87b7ced60cd..bef3ea2fcce 100644 --- a/gnu/packages/linux.scm +++ b/gnu/packages/linux.scm @@ -10272,7 +10272,7 @@ the superuser to make device nodes.") (define-public fakeroot (package (name "fakeroot") - (version "1.35.1") + (version "1.37.1.2") (source (origin ;; There are no tags in the repository, so take this snapshot. @@ -10281,7 +10281,7 @@ the superuser to make device nodes.") "fakeroot/fakeroot_" version ".orig.tar.gz")) (file-name (string-append name "-" version ".tar.gz")) (sha256 - (base32 "1p2zcng64sigixppmh42gd3ava771pmq9a6lwva7flp05lxya3ba")) + (base32 "091jym16c4m4qjf5yclksvx7nw4sl7v5yrkz6z46wrwaij99d54m")) (modules '((guix build utils) (ice-9 ftw))) (snippet @@ -10344,7 +10344,7 @@ the superuser to make device nodes.") (("tar -tvf") "tar --numeric-owner -tvf"))))))) (native-inputs (list autoconf-2.71 automake gettext-minimal libtool po4a - sharutils xz)) ; for tests + perl sharutils xz)) ; for tests (inputs (list acl libcap util-linux sed coreutils)) (synopsis "Run commands in an environment with fake root privileges") |
