me
/
guix
Archived
1
0
Fork 0

gnu: dpkg: Update to 1.21.12.

* gnu/packages/debian.scm (dpkg): Update to 1.21.12.
master
Tobias Geerinckx-Rice 2022-12-11 01:00:01 +01:00
parent 3ad8bcae5d
commit 21b322a05e
No known key found for this signature in database
GPG Key ID: 0DB0FF884F556D79
1 changed files with 2 additions and 2 deletions

View File

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