guix-commits
[Top][All Lists]
Advanced

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

02/02: gnu: debian-ports-archive-keyring: Update to 2022.02.15.


From: guix-commits
Subject: 02/02: gnu: debian-ports-archive-keyring: Update to 2022.02.15.
Date: Wed, 16 Feb 2022 03:00:02 -0500 (EST)

efraim pushed a commit to branch master
in repository guix.

commit 34755d912efd29d4c1118b318a4096fb8a65005d
Author: Efraim Flashner <efraim@flashner.co.il>
AuthorDate: Wed Feb 16 09:59:29 2022 +0200

    gnu: debian-ports-archive-keyring: Update to 2022.02.15.
    
    * gnu/packages/debian.scm (debian-ports-archive-keyring): Update to 
2022.02.15.
---
 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 9a303003d3..aec65e3386 100644
--- a/gnu/packages/debian.scm
+++ b/gnu/packages/debian.scm
@@ -83,7 +83,7 @@ contains the archive keys used for that.")
 (define-public debian-ports-archive-keyring
   (package
     (name "debian-ports-archive-keyring")
-    (version "2021.12.30")
+    (version "2022.02.15")
     (source
       (origin
         (method url-fetch)
@@ -92,7 +92,7 @@ contains the archive keys used for that.")
                             "/debian-ports-archive-keyring_" version 
".tar.xz"))
         (sha256
          (base32
-          "14f9hklr8gdlp782j5ijmm0nh061zcfw9vwpr8smb7rdfzk4wk70"))))
+          "096m45l7g8vbk67gwc6bmkzpx8mhn6xfglgrzlg9xkgcs5gxqyc0"))))
     (build-system gnu-build-system)
     (arguments
      '(#:tests? #f              ; No test suite.



reply via email to

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