guix-commits
[Top][All Lists]
Advanced

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

branch master updated: gnu: debootstrap: Update to 1.0.119.


From: guix-commits
Subject: branch master updated: gnu: debootstrap: Update to 1.0.119.
Date: Mon, 02 Mar 2020 14:35:09 -0500

This is an automated email from the git hooks/post-receive script.

efraim pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new bdcec70  gnu: debootstrap: Update to 1.0.119.
bdcec70 is described below

commit bdcec7028c6d7ddd18e4a169b514bd2d1f8b9e2e
Author: Vincent Legoll <address@hidden>
AuthorDate: Sun Mar 1 18:01:04 2020 +0100

    gnu: debootstrap: Update to 1.0.119.
    
    * gnu/packages/debian.scm (debootstrap): Update to 1.0.119.
    
    Signed-off-by: Efraim Flashner <address@hidden>
---
 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 bd80fb2..db8c969 100644
--- a/gnu/packages/debian.scm
+++ b/gnu/packages/debian.scm
@@ -117,7 +117,7 @@ contains the archive keys used for that.")
 (define-public debootstrap
   (package
     (name "debootstrap")
-    (version "1.0.118")
+    (version "1.0.119")
     (source
       (origin
         (method git-fetch)
@@ -127,7 +127,7 @@ contains the archive keys used for that.")
         (file-name (git-file-name name version))
         (sha256
          (base32
-          "07x1x67dli6qwrlaribi07wgjp7fs1gzwkqgq1xy6lq1xz1xfdl2"))))
+          "0p0p8qmlsbvpfa0r7ifghr67zrrc96d83r9qwahzaxyxkvnhr4x4"))))
     (build-system gnu-build-system)
     (arguments
      `(#:phases



reply via email to

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