guix-commits
[Top][All Lists]
Advanced

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

01/01: gnu: debootstrap: Update to 114.


From: guix-commits
Subject: 01/01: gnu: debootstrap: Update to 114.
Date: Sat, 1 Jun 2019 21:37:22 -0400 (EDT)

vagrantc pushed a commit to branch master
in repository guix.

commit 54d14302462a68a9d96360f0d88236fdc39c17a0
Author: Vagrant Cascadian <address@hidden>
Date:   Sat Jun 1 17:57:26 2019 -0700

    gnu: debootstrap: Update to 114.
    
    * gnu/packages/debian (debootstrap): Update to 114.
---
 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 ce96159..1b401bc 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.111")
+    (version "1.0.114")
     (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
-          "1b8s00a2kvaajqhjlms3q2dk3gqv6g4yq9h843jal1pm66zsx19n"))))
+          "147308flz9y8g6f972izi3szmsywf5f8xm64z2smy1cayd340i63"))))
     (build-system gnu-build-system)
     (arguments
      `(#:phases



reply via email to

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