gnu: debootstrap: Update to 1.0.119.

* gnu/packages/debian.scm (debootstrap): Update to 1.0.119.

Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
This commit is contained in:
Vincent Legoll 2020-03-01 18:01:04 +01:00 committed by Efraim Flashner
parent c1febbbf94
commit bdcec7028c
No known key found for this signature in database
GPG key ID: 41AAE7DCCA3D8351

View file

@ -117,7 +117,7 @@ (define-public ubuntu-keyring
(define-public debootstrap
(package
(name "debootstrap")
(version "1.0.118")
(version "1.0.119")
(source
(origin
(method git-fetch)
@ -127,7 +127,7 @@ (define-public debootstrap
(file-name (git-file-name name version))
(sha256
(base32
"07x1x67dli6qwrlaribi07wgjp7fs1gzwkqgq1xy6lq1xz1xfdl2"))))
"0p0p8qmlsbvpfa0r7ifghr67zrrc96d83r9qwahzaxyxkvnhr4x4"))))
(build-system gnu-build-system)
(arguments
`(#:phases