nckx pushed a commit to branch master in repository guix. commit fcf29a7fbb2e3c00da757804a783c566f0592ea6 Author: Tobias Geerinckx-Rice <m...@tobias.gr> Date: Wed Jun 6 05:00:42 2018 +0200
gnu: debootstrap: Update to 1.0.101. * gnu/packages/debian.scm (debootstrap): Update to 1.0.101. --- 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 01df30c..d3438a1 100644 --- a/gnu/packages/debian.scm +++ b/gnu/packages/debian.scm @@ -112,7 +112,7 @@ contains the archive keys used for that.") (define-public debootstrap (package (name "debootstrap") - (version "1.0.95") + (version "1.0.101") (source (origin (method url-fetch) @@ -120,7 +120,7 @@ contains the archive keys used for that.") name "_" version ".tar.gz")) (sha256 (base32 - "1xpd1yblcgwhri64hzgxhalpf5j8gqbmkrsm1fs0pbwiy0wdz0ry")))) + "1p1a81s8hq73byd7256iljdls389x2q7w6srgrgfmx5bl1csnzp3")))) (build-system gnu-build-system) (arguments `(#:phases