guix-commits
[Top][All Lists]
Advanced

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

19/28: gnu: debootstrap: Update to 1.0.95.


From: Tobias Geerinckx-Rice
Subject: 19/28: gnu: debootstrap: Update to 1.0.95.
Date: Thu, 5 Apr 2018 00:44:49 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit 07922c501d48bdb6d0e27d38b8b7a923dc70e57f
Author: Tobias Geerinckx-Rice <address@hidden>
Date:   Thu Apr 5 02:58:37 2018 +0200

    gnu: debootstrap: Update to 1.0.95.
    
    * gnu/packages/debian.scm (debootstrap): Update to 1.0.95.
---
 gnu/packages/debian.scm | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/debian.scm b/gnu/packages/debian.scm
index 3c3189e..01df30c 100644
--- a/gnu/packages/debian.scm
+++ b/gnu/packages/debian.scm
@@ -1,4 +1,5 @@
 ;;; Copyright © 2018 Efraim Flashner <address@hidden>
+;;; Copyright © 2018 Tobias Geerinckx-Rice <address@hidden>
 ;;;
 ;;; GNU Guix is free software; you can redistribute it and/or modify it
 ;;; under the terms of the GNU General Public License as published by
@@ -111,7 +112,7 @@ contains the archive keys used for that.")
 (define-public debootstrap
   (package
     (name "debootstrap")
-    (version "1.0.93")
+    (version "1.0.95")
     (source
       (origin
         (method url-fetch)
@@ -119,7 +120,7 @@ contains the archive keys used for that.")
                             name "_" version ".tar.gz"))
         (sha256
          (base32
-          "1nyp9fwb7xrk1vin81dmgx2g9rb52yg4gwz4rcx97gamw4mlvbfd"))))
+          "1xpd1yblcgwhri64hzgxhalpf5j8gqbmkrsm1fs0pbwiy0wdz0ry"))))
     (build-system gnu-build-system)
     (arguments
      `(#:phases



reply via email to

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