diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2023-11-19 01:00:00 +0100 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2023-11-19 01:00:00 +0100 |
commit | 04a990ad3007ba45e4b79e235fa521b11d517fb7 (patch) | |
tree | 4ded3cf10d1d9930aed32da234a63491dcc007fe /gnu/packages/debian.scm | |
parent | 6aeb08233d1e6794e7141d6a71b48acde4b71564 (diff) |
gnu: dpkg: Update to 1.22.1.
* gnu/packages/debian.scm (dpkg): Update to 1.22.1.
Change-Id: Id5ac5a5c4a8dc9716fd5b05dd80c21b0edfe293f
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 6e40096199..728f2cc845 100644 --- a/gnu/packages/debian.scm +++ b/gnu/packages/debian.scm @@ -341,7 +341,7 @@ distributions such as Debian and Trisquel.") (define-public dpkg (package (name "dpkg") - (version "1.22.0") + (version "1.22.1") (source (origin (method git-fetch) @@ -350,7 +350,7 @@ distributions such as Debian and Trisquel.") (commit version))) (file-name (git-file-name name version)) (sha256 - (base32 "1p7f2mgrn2iy0xfysxfq4pjbbhbhb2rp649bsik0x25jrck4if83")))) + (base32 "1s6dzcczmpkr9pla25idymfdjz10gck0kphpp0vqbp92vmfskipg")))) (build-system gnu-build-system) (arguments (list #:modules |