gnu: debootstrap: Update to 1.0.101.

* gnu/packages/debian.scm (debootstrap): Update to 1.0.101.
This commit is contained in:
Tobias Geerinckx-Rice 2018-06-06 05:00:42 +02:00
parent 1a16b925f2
commit fcf29a7fbb
No known key found for this signature in database
GPG key ID: 0DB0FF884F556D79

View file

@ -112,7 +112,7 @@ contains the archive keys used for that.")
(define-public debootstrap (define-public debootstrap
(package (package
(name "debootstrap") (name "debootstrap")
(version "1.0.95") (version "1.0.101")
(source (source
(origin (origin
(method url-fetch) (method url-fetch)
@ -120,7 +120,7 @@ contains the archive keys used for that.")
name "_" version ".tar.gz")) name "_" version ".tar.gz"))
(sha256 (sha256
(base32 (base32
"1xpd1yblcgwhri64hzgxhalpf5j8gqbmkrsm1fs0pbwiy0wdz0ry")))) "1p1a81s8hq73byd7256iljdls389x2q7w6srgrgfmx5bl1csnzp3"))))
(build-system gnu-build-system) (build-system gnu-build-system)
(arguments (arguments
`(#:phases `(#:phases