efraim pushed a commit to branch master
in repository guix.
commit d4b5e4bb7377a31196b392c93b0072aed9cc969a
Author: Efraim Flashner <[email protected]>
Date: Sun Nov 4 11:48:04 2018 +0200
gnu: debootstrap: Update to 1.0.109.
* gnu/packages/debian.scm (debootstrap): Update to 1.0.109.
---
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 5ea2631..16b5d21 100644
--- a/gnu/packages/debian.scm
+++ b/gnu/packages/debian.scm
@@ -116,7 +116,7 @@ contains the archive keys used for that.")
(define-public debootstrap
(package
(name "debootstrap")
- (version "1.0.106")
+ (version "1.0.109")
(source
(origin
(method git-fetch)
@@ -126,7 +126,7 @@ contains the archive keys used for that.")
(file-name (git-file-name name version))
(sha256
(base32
- "1fm5bgllcwgwizrqi4sn8p4fpbzhbzgwprrfppfq9hqdzbmlfmnv"))))
+ "0bjqlyg605lnsjcn3wjplc6jl75nx7c6miyac2qsahi484rylg5g"))))
(build-system gnu-build-system)
(arguments
`(#:phases