[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
04/04: gnu: debianutils: Update to 5.7-0.4.
From: |
guix-commits |
Subject: |
04/04: gnu: debianutils: Update to 5.7-0.4. |
Date: |
Tue, 2 May 2023 08:44:33 -0400 (EDT) |
efraim pushed a commit to branch master
in repository guix.
commit 91bfd30ee3f35dfb7048bf42aea92f939cffbf17
Author: Efraim Flashner <efraim@flashner.co.il>
AuthorDate: Tue May 2 15:21:36 2023 +0300
gnu: debianutils: Update to 5.7-0.4.
* gnu/packages/debian.scm (debianutils): Update to 5.7-0.4.
---
gnu/packages/debian.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/debian.scm b/gnu/packages/debian.scm
index d0e5f4dcf8..87aa4dbe17 100644
--- a/gnu/packages/debian.scm
+++ b/gnu/packages/debian.scm
@@ -271,7 +271,7 @@ unpacking them into a directory which can eventually be
chrooted into.")
(define-public debianutils
(package
(name "debianutils")
- (version "5.5-1")
+ (version "5.7-0.4")
(source (origin
(method git-fetch)
(uri (git-reference
@@ -280,7 +280,7 @@ unpacking them into a directory which can eventually be
chrooted into.")
(file-name (git-file-name "debianutils" version))
(sha256
(base32
- "1sbdjcb44g2s1zxjf9kxrp9drf9mmh6b49a9z3k428gmc6zsci4r"))))
+ "0hw407fm5ylsf28b0vrwz7rm2r2rsgfwzajbkbn6n2b6kqhdjyy9"))))
(build-system gnu-build-system)
(native-inputs
(list autoconf automake gettext-minimal po4a))