[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
03/03: gnu: dpkg: Update to 1.21.21.
From: |
guix-commits |
Subject: |
03/03: gnu: dpkg: Update to 1.21.21. |
Date: |
Mon, 27 Feb 2023 09:11:06 -0500 (EST) |
efraim pushed a commit to branch master
in repository guix.
commit 2cf07434d8ae1751c1dc940ebeb33a586604566e
Author: Efraim Flashner <efraim@flashner.co.il>
AuthorDate: Mon Feb 27 15:07:32 2023 +0200
gnu: dpkg: Update to 1.21.21.
* gnu/packages/debian.scm (dpkg): Update to 1.21.21.
---
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 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