3
5
Fork 0
mirror of git://git.savannah.gnu.org/guix.git synced 2023-12-14 03:33:07 +01:00

gnu: debootstrap: Update to 1.0.126.

* gnu/packages/debian.scm (debootstrap): Update to 1.0.126.
This commit is contained in:
Efraim Flashner 2021-11-09 08:48:35 +02:00
parent 17263b3011
commit 1b95a7b2b1
Signed by untrusted user: efraim
GPG key ID: 41AAE7DCCA3D8351

View file

@ -190,7 +190,7 @@ contains the archive keys used for that.")
(define-public debootstrap
(package
(name "debootstrap")
(version "1.0.124")
(version "1.0.126")
(source
(origin
(method git-fetch)
@ -199,7 +199,7 @@ contains the archive keys used for that.")
(commit version)))
(file-name (git-file-name name version))
(sha256
(base32 "0pbvrp7gb87pwmjika5hy97342mdfvm0gmy23ag8xz1nnpmn160j"))))
(base32 "0hfx6k86kby4xf0xqskpllq00g159j4khh66hfi6dhcdb91dgyd7"))))
(build-system gnu-build-system)
(arguments
`(#:phases