From 9e3b4d69dae190a7c2bd670e5f42ca6a522c5708 Mon Sep 17 00:00:00 2001 From: Efraim Flashner Date: Wed, 12 Jan 2022 16:08:05 +0200 Subject: gnu: debian-ports-archive-keyring: Update to 2021.12.30. * gnu/packages/debian.scm (debian-ports-archive-keyring): Update to 2021.12.30. --- gnu/packages/debian.scm | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'gnu/packages/debian.scm') diff --git a/gnu/packages/debian.scm b/gnu/packages/debian.scm index b2bd6c411e..9a303003d3 100644 --- a/gnu/packages/debian.scm +++ b/gnu/packages/debian.scm @@ -1,5 +1,5 @@ ;;; GNU Guix --- Functional package management for GNU -;;; Copyright © 2018, 2020, 2021 Efraim Flashner +;;; Copyright © 2018, 2020, 2021, 2022 Efraim Flashner ;;; Copyright © 2018, 2020 Tobias Geerinckx-Rice ;;; Copyright © 2020 Marius Bakke ;;; @@ -83,7 +83,7 @@ contains the archive keys used for that.") (define-public debian-ports-archive-keyring (package (name "debian-ports-archive-keyring") - (version "2020.02.02") + (version "2021.12.30") (source (origin (method url-fetch) @@ -92,7 +92,7 @@ contains the archive keys used for that.") "/debian-ports-archive-keyring_" version ".tar.xz")) (sha256 (base32 - "0746zfc3n4f77wlrd9a9a6r4mahz2cx5wdd9izg65vmn5qwamgza")))) + "14f9hklr8gdlp782j5ijmm0nh061zcfw9vwpr8smb7rdfzk4wk70")))) (build-system gnu-build-system) (arguments '(#:tests? #f ; No test suite. -- cgit v1.2.3