diff options
author | Vagrant Cascadian <vagrant@debian.org> | 2025-08-15 15:46:15 -0700 |
---|---|---|
committer | Vagrant Cascadian <vagrant@debian.org> | 2025-08-15 15:48:54 -0700 |
commit | 4d632082cf725f5bcdf87cc773674ebe17ff0362 (patch) | |
tree | be6e2ae00a01defb51029d4bfe2db5f590917987 | |
parent | 1aae8c84d7d4ef4489bbf17de1c56e3e487ab2e6 (diff) |
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
-rw-r--r-- | gnu/packages/debian.scm | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gnu/packages/debian.scm b/gnu/packages/debian.scm index 923ecf4f38..dcaf39c7a3 100644 --- a/gnu/packages/debian.scm +++ b/gnu/packages/debian.scm @@ -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 |