guix-commits
[Top][All Lists]
Advanced

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

06/13: gnu: dpkg: Update to 1.22.1.


From: guix-commits
Subject: 06/13: gnu: dpkg: Update to 1.22.1.
Date: Sun, 26 Nov 2023 18:19:24 -0500 (EST)

nckx pushed a commit to branch master
in repository guix.

commit 04a990ad3007ba45e4b79e235fa521b11d517fb7
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Sun Nov 19 01:00:00 2023 +0100

    gnu: dpkg: Update to 1.22.1.
    
    * gnu/packages/debian.scm (dpkg): Update to 1.22.1.
    
    Change-Id: Id5ac5a5c4a8dc9716fd5b05dd80c21b0edfe293f
---
 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 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



reply via email to

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