diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2023-07-02 02:00:01 +0200 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2023-07-02 02:00:09 +0200 |
commit | afd09faaf93db453318902cfc4b62ff66614edd7 (patch) | |
tree | 001d7632d0cd12b2c89fcf8dc16875ac7f32e91b /gnu | |
parent | f50c82ff2fd53125f9182cb35c6823385f18d6dc (diff) | |
download | guix-afd09faaf93db453318902cfc4b62ff66614edd7.tar guix-afd09faaf93db453318902cfc4b62ff66614edd7.tar.gz |
gnu: dpkg: Update to 1.21.22.
* gnu/packages/debian.scm (dpkg): Update to 1.21.22.
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 87aa4dbe17..869571a8ce 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.21") + (version "1.21.22") (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 "0vgc5irrjyyb5y5hza2hbq3dgfylrxvfdzysw8zzlhgf4bhm69zq")))) + (base32 "0b5czgif5g6pdjzcw60hzzj0i1llxvajf3nlx115axmpa3y4iynd")))) (build-system gnu-build-system) (arguments `(#:phases |