me
/
guix
Archived
1
0
Fork 0

gnu: debootstrap: Update to 1.0.128.

* gnu/packages/debian.scm (debootstrap): Update to 1.0.128.
Efraim Flashner 2023-02-27 15:06:59 +02:00
parent 90188a66b4
commit 5e23071aa9
No known key found for this signature in database
GPG Key ID: 41AAE7DCCA3D8351
1 changed files with 2 additions and 2 deletions

View File

@ -192,7 +192,7 @@ contains the archive keys used for that.")
(define-public debootstrap (define-public debootstrap
(package (package
(name "debootstrap") (name "debootstrap")
(version "1.0.126") (version "1.0.128")
(source (source
(origin (origin
(method git-fetch) (method git-fetch)
@ -201,7 +201,7 @@ contains the archive keys used for that.")
(commit version))) (commit version)))
(file-name (git-file-name name version)) (file-name (git-file-name name version))
(sha256 (sha256
(base32 "0hfx6k86kby4xf0xqskpllq00g159j4khh66hfi6dhcdb91dgyd7")))) (base32 "0hc7xc6qvnmjlpf3j6bm25kf0j1ifvv5j7a0iljfmbag4idxc9jv"))))
(build-system gnu-build-system) (build-system gnu-build-system)
(arguments (arguments
(list (list