guix-commits
[Top][All Lists]
Advanced

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

02/03: gnu: ubuntu-keyring: Update to 2021.03.26.


From: guix-commits
Subject: 02/03: gnu: ubuntu-keyring: Update to 2021.03.26.
Date: Fri, 16 Apr 2021 04:48:42 -0400 (EDT)

efraim pushed a commit to branch master
in repository guix.

commit 482ff111d21a02f8a0b3a5806c901155b7396304
Author: Efraim Flashner <efraim@flashner.co.il>
AuthorDate: Fri Apr 16 11:46:30 2021 +0300

    gnu: ubuntu-keyring: Update to 2021.03.26.
    
    * gnu/packages/debian.scm (ubuntu-keyring): Update to 2021.03.26.
---
 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 c78f248..f7e15ca 100644
--- a/gnu/packages/debian.scm
+++ b/gnu/packages/debian.scm
@@ -84,7 +84,7 @@ contains the archive keys used for that.")
 (define-public ubuntu-keyring
   (package
     (name "ubuntu-keyring")
-    (version "2018.09.18.1")
+    (version "2021.03.26")
     (source
       (origin
         (method url-fetch)
@@ -92,7 +92,7 @@ contains the archive keys used for that.")
                             "+files/" name "_" version ".tar.gz"))
         (sha256
          (base32
-          "0csx2n62rj9rxjv4y8qhby7l9rbybfwrb0406pc2cjr7f2yk91af"))))
+          "1ccvwh4s51viyhcg8gh189jmvbrhc5wv1bbp4minz3200rffsbj9"))))
     (build-system trivial-build-system)
     (arguments
      `(#:modules ((guix build utils))



reply via email to

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