~ruther/guix-local

4d632082cf725f5bcdf87cc773674ebe17ff0362 — Vagrant Cascadian 10 months ago 1aae8c8
gnu: debian-archive-keyring: Update to 2025.01.

* gnu/packages/debian.scm (debian-archive-keyring): Update to 2025.01.
[tests]: Disable tests, removed upstream.

Change-Id: I584988ebc3e2ab5ef6193fa57c4dfdb762c5b0e5
1 files changed, 3 insertions(+), 3 deletions(-)

M gnu/packages/debian.scm
M gnu/packages/debian.scm => gnu/packages/debian.scm +3 -3
@@ 59,7 59,7 @@
(define-public debian-archive-keyring
  (package
    (name "debian-archive-keyring")
    (version "2023.4")
    (version "2025.1")
    (source
      (origin
        (method git-fetch)


@@ 68,10 68,10 @@
              (commit version)))
        (file-name (git-file-name name version))
        (sha256
         (base32 "0gn24dgzpg9zwq2hywkac4ljr5lrh7smyqxm21k2bivl0bhc4ca6"))))
         (base32 "11i6gpff0sa7a6cngj3n3ysdphw745zp39zlhpw4iiv6mmqmp99m"))))
    (build-system gnu-build-system)
    (arguments
     '(#:test-target "verify-results"
     '(#:tests? #f ; no tests
       #:parallel-build? #f ; has race conditions
       #:phases
       (modify-phases %standard-phases