efraim pushed a commit to branch master
in repository guix.

commit 180502f28fbed79228549738fd550894dbdc2dc7
Author: Efraim Flashner <[email protected]>
AuthorDate: Thu Sep 14 11:08:54 2023 +0300

    gnu: debootstrap: Update to 1.0.132.
    
    * gnu/packages/debian.scm (debootstrap): Update to 1.0.132.
---
 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 ef3c5f1f2c..78cdd0d3f4 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.128")
+    (version "1.0.132")
     (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 "0hc7xc6qvnmjlpf3j6bm25kf0j1ifvv5j7a0iljfmbag4idxc9jv"))))
+         (base32 "1l6mc3i2wqfhmhj85x9qiiqchqp9br6gg54hv1xs08h8xndmfchf"))))
     (build-system gnu-build-system)
     (arguments
      (list

Reply via email to