[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
05/14: gnu: dpkg: Update to 1.21.22.
From: |
guix-commits |
Subject: |
05/14: gnu: dpkg: Update to 1.21.22. |
Date: |
Fri, 7 Jul 2023 17:35:26 -0400 (EDT) |
nckx pushed a commit to branch master
in repository guix.
commit afd09faaf93db453318902cfc4b62ff66614edd7
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Sun Jul 2 02:00:01 2023 +0200
gnu: dpkg: Update to 1.21.22.
* gnu/packages/debian.scm (dpkg): Update to 1.21.22.
---
gnu/packages/debian.scm | 4 ++--
1 file 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
- branch master updated (14888e5b25 -> 3db685cb2e), guix-commits, 2023/07/07
- 02/14: gnu: wireless-regdb: Mark up acronyms in description., guix-commits, 2023/07/07
- 05/14: gnu: dpkg: Update to 1.21.22.,
guix-commits <=
- 06/14: gnu: dpkg: Use the (intended) input perl's version., guix-commits, 2023/07/07
- 04/14: gnu: wcslib: Download source over HTTPS., guix-commits, 2023/07/07
- 07/14: gnu: dpkg: Use G-expressions., guix-commits, 2023/07/07
- 08/14: gnu: lynx: Update to 2.9.0dev.12., guix-commits, 2023/07/07
- 01/14: gnu: wireless-regdb: Update to 2023.05.03., guix-commits, 2023/07/07
- 03/14: gnu: wcslib: Update to 8.1., guix-commits, 2023/07/07
- 12/14: gnu: crda: Update to 4.15., guix-commits, 2023/07/07
- 09/14: gnu: lynx: Use G-expressions., guix-commits, 2023/07/07
- 10/14: gnu: lynx: Mark up acronyms in description., guix-commits, 2023/07/07
- 11/14: gnu: smartmontools: Update to 7.3., guix-commits, 2023/07/07