diff options
author | Efraim Flashner <efraim@flashner.co.il> | 2021-04-16 11:46:33 +0300 |
---|---|---|
committer | Efraim Flashner <efraim@flashner.co.il> | 2021-04-16 11:46:33 +0300 |
commit | 6c7251f26ef225ffe2fcd24e374aff128d0615e4 (patch) | |
tree | e4d139056d19df04b530cfaaca2e466b62c445bf /gnu/packages/debian.scm | |
parent | 482ff111d21a02f8a0b3a5806c901155b7396304 (diff) |
gnu: dpkg: Update to 1.20.9.
* gnu/packages/debian.scm (dpkg): Update to 1.20.9.
Diffstat (limited to 'gnu/packages/debian.scm')
-rw-r--r-- | gnu/packages/debian.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/debian.scm b/gnu/packages/debian.scm index f7e15ca0a0..26b7f5194e 100644 --- a/gnu/packages/debian.scm +++ b/gnu/packages/debian.scm @@ -284,7 +284,7 @@ other apt sources typically provided by open source developers.") (define-public dpkg (package (name "dpkg") - (version "1.20.7.1") + (version "1.20.9") (source (origin (method git-fetch) @@ -294,7 +294,7 @@ other apt sources typically provided by open source developers.") (file-name (git-file-name name version)) (sha256 (base32 - "0d1cppigwhpv0z1ac94gjalkzs3n0gjyi383pkhz1h9d4fvmadk9")))) + "16wlb8hwbdvxar187bjd4pzdzj95g3l2ryi2khqqmwbyca4sjm1n")))) (build-system gnu-build-system) (arguments `(#:phases |