diff options
author | Efraim Flashner <efraim@flashner.co.il> | 2023-02-27 15:07:32 +0200 |
---|---|---|
committer | Efraim Flashner <efraim@flashner.co.il> | 2023-02-27 15:29:27 +0200 |
commit | 2cf07434d8ae1751c1dc940ebeb33a586604566e (patch) | |
tree | ef4ce105b169a1702ab4ac5ef4c00718889f367e /gnu | |
parent | 5e23071aa9fc57b471d301fba7a981720743eb6b (diff) | |
download | guix-2cf07434d8ae1751c1dc940ebeb33a586604566e.tar.gz guix-2cf07434d8ae1751c1dc940ebeb33a586604566e.zip |
gnu: dpkg: Update to 1.21.21.
* gnu/packages/debian.scm (dpkg): Update to 1.21.21.
Diffstat (limited to 'gnu')
-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 0f57328249..0fe137de7c 100644 --- a/gnu/packages/debian.scm +++ b/gnu/packages/debian.scm @@ -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 |