gnu: debianutils: Update to 4.11.1.
authorTobias Geerinckx-Rice <me@tobias.gr>
Sat, 29 Aug 2020 03:06:28 +0000 (05:06 +0200)
committerTobias Geerinckx-Rice <me@tobias.gr>
Sat, 29 Aug 2020 03:26:53 +0000 (05:26 +0200)
* gnu/packages/debian.scm (debianutils): Update to 4.11.1.

gnu/packages/debian.scm

index 1112a90..52e7ec2 100644 (file)
@@ -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