guix-commits
[Top][All Lists]
Advanced

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

02/02: gnu: debootstrap: Update to 1.0.111.


From: guix-commits
Subject: 02/02: gnu: debootstrap: Update to 1.0.111.
Date: Sat, 1 Dec 2018 16:35:11 -0500 (EST)

efraim pushed a commit to branch master
in repository guix.

commit a0e813725ee73f3638078fb99c003e7abe92a5be
Author: Efraim Flashner <address@hidden>
Date:   Sat Dec 1 23:34:25 2018 +0200

    gnu: debootstrap: Update to 1.0.111.
    
    * gnu/packages/debian.scm (debootstrap): Update to 1.0.111.
---
 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 d750380..ba19547 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.109")
+    (version "1.0.111")
     (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
-          "0bjqlyg605lnsjcn3wjplc6jl75nx7c6miyac2qsahi484rylg5g"))))
+          "1b8s00a2kvaajqhjlms3q2dk3gqv6g4yq9h843jal1pm66zsx19n"))))
     (build-system gnu-build-system)
     (arguments
      `(#:phases



reply via email to

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