guix_mirror_bot pushed a commit to branch master
in repository guix.

commit 67acd6e3a631e6f4713188b42023cc848c9c7195
Author: Efraim Flashner <[email protected]>
AuthorDate: Tue Sep 2 10:35:08 2025 +0300

    gnu: debian-ports-archive-keyring: Update to 2025.04.05.
    
    * gnu/packages/debian.scm (debian-ports-archive-keyring): Update to
    2025.04.05.
    
    Change-Id: Idc4a66e7b9710f27527443585442481e7d6d7c9a
---
 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 dcaf39c7a3..b874e74d7c 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-2024 Efraim Flashner <[email protected]>
+;;; Copyright © 2018, 2020-2025 Efraim Flashner <[email protected]>
 ;;; Copyright © 2018, 2020 Tobias Geerinckx-Rice <[email protected]>
 ;;; Copyright © 2020 Marius Bakke <[email protected]>
 ;;; Copyright © 2023, 2024 Denis 'GNUtoo' Carikli <[email protected]>
@@ -99,7 +99,7 @@ contains the archive keys used for that.")
 (define-public debian-ports-archive-keyring
   (package
     (name "debian-ports-archive-keyring")
-    (version "2024.01.05")
+    (version "2025.04.05")
     (source
       (origin
         (method url-fetch)
@@ -108,7 +108,7 @@ contains the archive keys used for that.")
                             "/debian-ports-archive-keyring_" version 
".tar.xz"))
         (sha256
          (base32
-          "010yaxc6ngq4ygh7mjyz2bk3w8ialxzya1bqwc7knavaixz9gfpp"))))
+          "0chh1jvz3qb1zv7k5j2p5adc8yip25vbhdmk1q6djzlpgd02420h"))))
     (build-system gnu-build-system)
     (arguments
      '(#:tests? #f              ; No test suite.

Reply via email to