guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

18/27: gnu: dpkg: Update to 1.21.12.


From: guix-commits
Subject: 18/27: gnu: dpkg: Update to 1.21.12.
Date: Thu, 15 Dec 2022 13:44:22 -0500 (EST)

nckx pushed a commit to branch master
in repository guix.

commit 21b322a05ee064c98e558b3f5a5afcba3fa057cf
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Sun Dec 11 01:00:01 2022 +0100

    gnu: dpkg: Update to 1.21.12.
    
    * gnu/packages/debian.scm (dpkg): Update to 1.21.12.
---
 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 67b66be38d..4319d3a518 100644
--- a/gnu/packages/debian.scm
+++ b/gnu/packages/debian.scm
@@ -339,7 +339,7 @@ distributions such as Debian and Trisquel.")
 (define-public dpkg
   (package
     (name "dpkg")
-    (version "1.21.8")
+    (version "1.21.12")
     (source
       (origin
         (method git-fetch)
@@ -348,7 +348,7 @@ distributions such as Debian and Trisquel.")
                (commit version)))
         (file-name (git-file-name name version))
         (sha256
-         (base32 "1whb78pywdlm4v1ablgvvplqjn15b6qrwqkj0pihw5j77aakyz2s"))))
+         (base32 "08a72lhkgz4iiimdkqlmf58m31zrwqcs0741nbxxq1x3s9phc25m"))))
     (build-system gnu-build-system)
     (arguments
      `(#:phases



reply via email to

[Prev in Thread] Current Thread [Next in Thread]