guix-commits
[Top][All Lists]
Advanced

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

03/04: gnu: debian-archive-keyring: Update to 2023.3.


From: guix-commits
Subject: 03/04: gnu: debian-archive-keyring: Update to 2023.3.
Date: Tue, 2 May 2023 08:44:32 -0400 (EDT)

efraim pushed a commit to branch master
in repository guix.

commit a0e98a0214c889322b78a54db23135a06731bc6d
Author: Efraim Flashner <efraim@flashner.co.il>
AuthorDate: Tue May 2 15:21:36 2023 +0300

    gnu: debian-archive-keyring: Update to 2023.3.
    
    * gnu/packages/debian.scm (debian-archive-keyring): Update to 2023.3.
---
 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 0fe137de7c..d0e5f4dcf8 100644
--- a/gnu/packages/debian.scm
+++ b/gnu/packages/debian.scm
@@ -47,7 +47,7 @@
 (define-public debian-archive-keyring
   (package
     (name "debian-archive-keyring")
-    (version "2021.1.1")
+    (version "2023.3")
     (source
       (origin
         (method git-fetch)
@@ -57,7 +57,7 @@
         (file-name (git-file-name name version))
         (sha256
          (base32
-          "0dcmv7y1k6j3a646kr0rkd2a0c4j2wrz868bh8j9zjx1npzns73q"))))
+          "1x0hsgfq08c53ws5llkhr1jqwr6yr0sccy5w9pz3p1dzbgfv2wd5"))))
     (build-system gnu-build-system)
     (arguments
      '(#:test-target "verify-results"



reply via email to

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