guix-commits
[Top][All Lists]
Advanced

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

branch master updated: gnu: debian-ports-archive-keyring: Update to 2021


From: guix-commits
Subject: branch master updated: gnu: debian-ports-archive-keyring: Update to 2021.12.30.
Date: Wed, 12 Jan 2022 09:55:15 -0500

This is an automated email from the git hooks/post-receive script.

efraim pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new 9e3b4d69da gnu: debian-ports-archive-keyring: Update to 2021.12.30.
9e3b4d69da is described below

commit 9e3b4d69dae190a7c2bd670e5f42ca6a522c5708
Author: Efraim Flashner <efraim@flashner.co.il>
AuthorDate: Wed Jan 12 16:08:05 2022 +0200

    gnu: debian-ports-archive-keyring: Update to 2021.12.30.
    
    * gnu/packages/debian.scm (debian-ports-archive-keyring): Update to 
2021.12.30.
---
 gnu/packages/debian.scm | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/debian.scm b/gnu/packages/debian.scm
index b2bd6c411e..9a303003d3 100644
--- a/gnu/packages/debian.scm
+++ b/gnu/packages/debian.scm
@@ -1,5 +1,5 @@
 ;;; GNU Guix --- Functional package management for GNU
-;;; Copyright © 2018, 2020, 2021 Efraim Flashner <efraim@flashner.co.il>
+;;; Copyright © 2018, 2020, 2021, 2022 Efraim Flashner <efraim@flashner.co.il>
 ;;; Copyright © 2018, 2020 Tobias Geerinckx-Rice <me@tobias.gr>
 ;;; Copyright © 2020 Marius Bakke <marius@gnu.org>
 ;;;
@@ -83,7 +83,7 @@ contains the archive keys used for that.")
 (define-public debian-ports-archive-keyring
   (package
     (name "debian-ports-archive-keyring")
-    (version "2020.02.02")
+    (version "2021.12.30")
     (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
-          "0746zfc3n4f77wlrd9a9a6r4mahz2cx5wdd9izg65vmn5qwamgza"))))
+          "14f9hklr8gdlp782j5ijmm0nh061zcfw9vwpr8smb7rdfzk4wk70"))))
     (build-system gnu-build-system)
     (arguments
      '(#:tests? #f              ; No test suite.



reply via email to

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