me
/
guix
Archived
1
0
Fork 0

gnu: dpkg: Update to 1.21.21.

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

View File

@ -337,7 +337,7 @@ distributions such as Debian and Trisquel.")
(define-public dpkg (define-public dpkg
(package (package
(name "dpkg") (name "dpkg")
(version "1.21.12") (version "1.21.21")
(source (source
(origin (origin
(method git-fetch) (method git-fetch)
@ -346,7 +346,7 @@ distributions such as Debian and Trisquel.")
(commit version))) (commit version)))
(file-name (git-file-name name version)) (file-name (git-file-name name version))
(sha256 (sha256
(base32 "08a72lhkgz4iiimdkqlmf58m31zrwqcs0741nbxxq1x3s9phc25m")))) (base32 "0vgc5irrjyyb5y5hza2hbq3dgfylrxvfdzysw8zzlhgf4bhm69zq"))))
(build-system gnu-build-system) (build-system gnu-build-system)
(arguments (arguments
`(#:phases `(#:phases