guix-commits
[Top][All Lists]
Advanced

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

02/03: gnu: debootstrap: Update to 1.0.128.


From: guix-commits
Subject: 02/03: gnu: debootstrap: Update to 1.0.128.
Date: Mon, 27 Feb 2023 09:11:05 -0500 (EST)

efraim pushed a commit to branch master
in repository guix.

commit 5e23071aa9fc57b471d301fba7a981720743eb6b
Author: Efraim Flashner <efraim@flashner.co.il>
AuthorDate: Mon Feb 27 15:06:59 2023 +0200

    gnu: debootstrap: Update to 1.0.128.
    
    * gnu/packages/debian.scm (debootstrap): Update to 1.0.128.
---
 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 dd2d68d482..0f57328249 100644
--- a/gnu/packages/debian.scm
+++ b/gnu/packages/debian.scm
@@ -192,7 +192,7 @@ contains the archive keys used for that.")
 (define-public debootstrap
   (package
     (name "debootstrap")
-    (version "1.0.126")
+    (version "1.0.128")
     (source
       (origin
         (method git-fetch)
@@ -201,7 +201,7 @@ contains the archive keys used for that.")
               (commit version)))
         (file-name (git-file-name name version))
         (sha256
-         (base32 "0hfx6k86kby4xf0xqskpllq00g159j4khh66hfi6dhcdb91dgyd7"))))
+         (base32 "0hc7xc6qvnmjlpf3j6bm25kf0j1ifvv5j7a0iljfmbag4idxc9jv"))))
     (build-system gnu-build-system)
     (arguments
      (list



reply via email to

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