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

gnu: dpkg: Update to 1.21.21.

* gnu/packages/debian.scm (dpkg): Update to 1.21.21.
This commit is contained in:
Efraim Flashner 2023-02-27 15:07:32 +02:00
parent 5e23071aa9
commit 2cf07434d8
Signed by untrusted user: efraim
GPG key ID: 41AAE7DCCA3D8351

View file

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