guix-commits
[Top][All Lists]
Advanced

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

10/13: gnu: debootstrap: Update to 1.0.124.


From: guix-commits
Subject: 10/13: gnu: debootstrap: Update to 1.0.124.
Date: Tue, 27 Apr 2021 06:27:13 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit bea70c372cb101db19d2449687273c0cc913d525
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Tue Apr 27 11:18:25 2021 +0200

    gnu: debootstrap: Update to 1.0.124.
    
    * gnu/packages/debian.scm (debootstrap): Update to 1.0.124.
---
 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 26b7f51..a23490f 100644
--- a/gnu/packages/debian.scm
+++ b/gnu/packages/debian.scm
@@ -126,7 +126,7 @@ contains the archive keys used for that.")
 (define-public debootstrap
   (package
     (name "debootstrap")
-    (version "1.0.123")
+    (version "1.0.124")
     (source
       (origin
         (method git-fetch)
@@ -135,7 +135,7 @@ contains the archive keys used for that.")
               (commit version)))
         (file-name (git-file-name name version))
         (sha256
-         (base32 "0fr5ir8arzisx71jybbk4xz85waz50lf2y052nfimzh6vv9dx54c"))))
+         (base32 "0pbvrp7gb87pwmjika5hy97342mdfvm0gmy23ag8xz1nnpmn160j"))))
     (build-system gnu-build-system)
     (arguments
      `(#:phases



reply via email to

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