guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

02/04: gnu: debianutils: Update to 4.11.1.


From: guix-commits
Subject: 02/04: gnu: debianutils: Update to 4.11.1.
Date: Fri, 28 Aug 2020 23:30:11 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit 34017e3fea4aaee2e4e0c6616f5646cf665c5d0f
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Sat Aug 29 05:06:28 2020 +0200

    gnu: debianutils: Update to 4.11.1.
    
    * gnu/packages/debian.scm (debianutils): Update to 4.11.1.
---
 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 1112a90..52e7ec2 100644
--- a/gnu/packages/debian.scm
+++ b/gnu/packages/debian.scm
@@ -202,7 +202,7 @@ unpacking them into a directory which can eventually be 
chrooted into.")
 (define-public debianutils
   (package
     (name "debianutils")
-    (version "4.11")
+    (version "4.11.1")
     (source (origin
               (method git-fetch)
               (uri (git-reference
@@ -211,7 +211,7 @@ unpacking them into a directory which can eventually be 
chrooted into.")
               (file-name (git-file-name "debianutils" version))
               (sha256
                (base32
-                "1fmhzvymajack7kh8g4qjbwd9mq85z6rxl1psd1sm67s5695i9rc"))))
+                "18ypb7fivch53wwrdf73yhf1fhkwn9kvw1kfdc1m450241d6191w"))))
     (build-system gnu-build-system)
     (arguments
      '(#:phases (modify-phases %standard-phases



reply via email to

[Prev in Thread] Current Thread [Next in Thread]