1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-04-06 21:20:33 +02:00

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
This commit is contained in:
Vagrant Cascadian
2025-08-15 15:46:15 -07:00
parent 1aae8c84d7
commit 4d632082cf

View File

@@ -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