aboutsummaryrefslogtreecommitdiff
path: root/gnu/packages/debian.scm
diff options
context:
space:
mode:
authorEfraim Flashner <efraim@flashner.co.il>2024-01-15 09:16:16 +0200
committerEfraim Flashner <efraim@flashner.co.il>2024-01-16 14:24:10 +0200
commiteb194090e248980d4c92dc189b54860193945442 (patch)
tree056378212d5ece5668faa897845cfc5ed0f787a7 /gnu/packages/debian.scm
parentfeb96b1d151bf6c5a8d52545244dd4f5374224af (diff)
downloadguix-eb194090e248980d4c92dc189b54860193945442.tar
guix-eb194090e248980d4c92dc189b54860193945442.tar.gz
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
Diffstat (limited to 'gnu/packages/debian.scm')
-rw-r--r--gnu/packages/debian.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/debian.scm b/gnu/packages/debian.scm
index 67d9b985bd..de43182172 100644
--- a/gnu/packages/debian.scm
+++ b/gnu/packages/debian.scm
@@ -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.