~ruther/guix-local

eb194090e248980d4c92dc189b54860193945442 — Efraim Flashner 2 years ago feb96b1
gnu: debian-ports-archive-keyring: Update to 2024.01.05.

* gnu/packages/debian.scm (debian-ports-archive-keyring): Update to 2024.01.05.

Change-Id: Ibaa279a91d9e39804eb5cc1bf759ca3afd69e962
1 files changed, 2 insertions(+), 2 deletions(-)

M gnu/packages/debian.scm
M gnu/packages/debian.scm => gnu/packages/debian.scm +2 -2
@@ 87,7 87,7 @@ contains the archive keys used for that.")
(define-public debian-ports-archive-keyring
  (package
    (name "debian-ports-archive-keyring")
    (version "2023.02.01")
    (version "2024.01.05")
    (source
      (origin
        (method url-fetch)


@@ 96,7 96,7 @@ contains the archive keys used for that.")
                            "/debian-ports-archive-keyring_" version ".tar.xz"))
        (sha256
         (base32
          "1xq7i6plgfbf4drqdmmk1yija48x11jmhnk2av3cajn2cdhkw73s"))))
          "010yaxc6ngq4ygh7mjyz2bk3w8ialxzya1bqwc7knavaixz9gfpp"))))
    (build-system gnu-build-system)
    (arguments
     '(#:tests? #f              ; No test suite.