guix-commits
[Top][All Lists]
Advanced

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

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


From: guix-commits
Subject: 02/05: gnu: debian-ports-archive-keyring: Update to 2024.01.05.
Date: Tue, 16 Jan 2024 07:26:16 -0500 (EST)

efraim pushed a commit to branch master
in repository guix.

commit eb194090e248980d4c92dc189b54860193945442
Author: Efraim Flashner <efraim@flashner.co.il>
AuthorDate: Mon Jan 15 09:16:16 2024 +0200

    gnu: debian-ports-archive-keyring: Update to 2024.01.05.
    
    * gnu/packages/debian.scm (debian-ports-archive-keyring): Update to 
2024.01.05.
    
    Change-Id: Ibaa279a91d9e39804eb5cc1bf759ca3afd69e962
---
 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 67d9b985bd..de43182172 100644
--- a/gnu/packages/debian.scm
+++ b/gnu/packages/debian.scm
@@ -87,7 +87,7 @@ contains the archive keys used for that.")
 (define-public debian-ports-archive-keyring
   (package
     (name "debian-ports-archive-keyring")
-    (version "2023.02.01")
+    (version "2024.01.05")
     (source
       (origin
         (method url-fetch)
@@ -96,7 +96,7 @@ contains the archive keys used for that.")
                             "/debian-ports-archive-keyring_" version 
".tar.xz"))
         (sha256
          (base32
-          "1xq7i6plgfbf4drqdmmk1yija48x11jmhnk2av3cajn2cdhkw73s"))))
+          "010yaxc6ngq4ygh7mjyz2bk3w8ialxzya1bqwc7knavaixz9gfpp"))))
     (build-system gnu-build-system)
     (arguments
      '(#:tests? #f              ; No test suite.



reply via email to

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