gnu: dpkg: Update to 1.21.12.

* gnu/packages/debian.scm (dpkg): Update to 1.21.12.
This commit is contained in:
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

View file

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