guix-commits
[Top][All Lists]
Advanced

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

01/03: gnu: debootstrap: Update to 1.0.132.


From: guix-commits
Subject: 01/03: gnu: debootstrap: Update to 1.0.132.
Date: Thu, 14 Sep 2023 04:38:35 -0400 (EDT)

efraim pushed a commit to branch master
in repository guix.

commit 180502f28fbed79228549738fd550894dbdc2dc7
Author: Efraim Flashner <efraim@flashner.co.il>
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

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