gnu: debootstrap: Update to 1.0.111.

* gnu/packages/debian.scm (debootstrap): Update to 1.0.111.
This commit is contained in:
Efraim Flashner 2018-12-01 23:34:25 +02:00
parent 7111ea0d58
commit a0e813725e
No known key found for this signature in database
GPG Key ID: 41AAE7DCCA3D8351
1 changed files with 2 additions and 2 deletions

View File

@ -117,7 +117,7 @@ contains the archive keys used for that.")
(define-public debootstrap (define-public debootstrap
(package (package
(name "debootstrap") (name "debootstrap")
(version "1.0.109") (version "1.0.111")
(source (source
(origin (origin
(method git-fetch) (method git-fetch)
@ -127,7 +127,7 @@ contains the archive keys used for that.")
(file-name (git-file-name name version)) (file-name (git-file-name name version))
(sha256 (sha256
(base32 (base32
"0bjqlyg605lnsjcn3wjplc6jl75nx7c6miyac2qsahi484rylg5g")))) "1b8s00a2kvaajqhjlms3q2dk3gqv6g4yq9h843jal1pm66zsx19n"))))
(build-system gnu-build-system) (build-system gnu-build-system)
(arguments (arguments
`(#:phases `(#:phases