gnu: debootstrap: Update to 1.0.119.
authorVincent Legoll <vincent.legoll@gmail.com>
Sun, 1 Mar 2020 17:01:04 +0000 (18:01 +0100)
committerEfraim Flashner <efraim@flashner.co.il>
Mon, 2 Mar 2020 19:33:28 +0000 (21:33 +0200)
* gnu/packages/debian.scm (debootstrap): Update to 1.0.119.

Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
gnu/packages/debian.scm

index bd80fb2..db8c969 100644 (file)
@@ -117,7 +117,7 @@ contains the archive keys used for that.")
 (define-public debootstrap
   (package
     (name "debootstrap")
-    (version "1.0.118")
+    (version "1.0.119")
     (source
       (origin
         (method git-fetch)
@@ -127,7 +127,7 @@ contains the archive keys used for that.")
         (file-name (git-file-name name version))
         (sha256
          (base32
-          "07x1x67dli6qwrlaribi07wgjp7fs1gzwkqgq1xy6lq1xz1xfdl2"))))
+          "0p0p8qmlsbvpfa0r7ifghr67zrrc96d83r9qwahzaxyxkvnhr4x4"))))
     (build-system gnu-build-system)
     (arguments
      `(#:phases