guix-commits
[Top][All Lists]
Advanced

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

02/05: gnu: ubuntu-keyring: Update to 2018.09.18.1.


From: Tobias Geerinckx-Rice
Subject: 02/05: gnu: ubuntu-keyring: Update to 2018.09.18.1.
Date: Fri, 21 Sep 2018 05:01:47 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit 4aa64e3a819ca53629b1cbe58c079eefa7dd24b0
Author: Tobias Geerinckx-Rice <address@hidden>
Date:   Fri Sep 21 08:09:35 2018 +0200

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



reply via email to

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