From 4d632082cf725f5bcdf87cc773674ebe17ff0362 Mon Sep 17 00:00:00 2001 From: Vagrant Cascadian Date: Fri, 15 Aug 2025 15:46:15 -0700 Subject: [PATCH] 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 --- 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 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