mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-24 21:38:07 -05:00
gnu: dpkg: Update to 1.20.9.
* gnu/packages/debian.scm (dpkg): Update to 1.20.9.
This commit is contained in:
parent
482ff111d2
commit
6c7251f26e
1 changed files with 2 additions and 2 deletions
|
@ -284,7 +284,7 @@ (define-public apt-mirror
|
|||
(define-public dpkg
|
||||
(package
|
||||
(name "dpkg")
|
||||
(version "1.20.7.1")
|
||||
(version "1.20.9")
|
||||
(source
|
||||
(origin
|
||||
(method git-fetch)
|
||||
|
@ -294,7 +294,7 @@ (define-public dpkg
|
|||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32
|
||||
"0d1cppigwhpv0z1ac94gjalkzs3n0gjyi383pkhz1h9d4fvmadk9"))))
|
||||
"16wlb8hwbdvxar187bjd4pzdzj95g3l2ryi2khqqmwbyca4sjm1n"))))
|
||||
(build-system gnu-build-system)
|
||||
(arguments
|
||||
`(#:phases
|
||||
|
|
Loading…
Reference in a new issue