summary refs log tree commit diff
path: root/gnu/packages/debian.scm
diff options
context:
space:
mode:
authorEfraim Flashner <efraim@flashner.co.il>2021-11-09 08:48:35 +0200
committerEfraim Flashner <efraim@flashner.co.il>2021-11-09 08:48:35 +0200
commit1b95a7b2b187dd8b8b996628c7651c8c08593249 (patch)
tree0b161351f6cad25dde148ac1bcf1ac91cc8aa18c /gnu/packages/debian.scm
parent17263b3011812880dff552991505e86cd6a5adbc (diff)
downloadguix-1b95a7b2b187dd8b8b996628c7651c8c08593249.tar.gz
gnu: debootstrap: Update to 1.0.126.
* gnu/packages/debian.scm (debootstrap): Update to 1.0.126.
Diffstat (limited to 'gnu/packages/debian.scm')
-rw-r--r--gnu/packages/debian.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/debian.scm b/gnu/packages/debian.scm
index 42b0fc8c7b..ddc90ef46c 100644
--- a/gnu/packages/debian.scm
+++ b/gnu/packages/debian.scm
@@ -190,7 +190,7 @@ contains the archive keys used for that.")
 (define-public debootstrap
   (package
     (name "debootstrap")
-    (version "1.0.124")
+    (version "1.0.126")
     (source
       (origin
         (method git-fetch)
@@ -199,7 +199,7 @@ contains the archive keys used for that.")
               (commit version)))
         (file-name (git-file-name name version))
         (sha256
-         (base32 "0pbvrp7gb87pwmjika5hy97342mdfvm0gmy23ag8xz1nnpmn160j"))))
+         (base32 "0hfx6k86kby4xf0xqskpllq00g159j4khh66hfi6dhcdb91dgyd7"))))
     (build-system gnu-build-system)
     (arguments
      `(#:phases