diff options
author | Efraim Flashner <efraim@flashner.co.il> | 2022-01-12 16:08:05 +0200 |
---|---|---|
committer | Efraim Flashner <efraim@flashner.co.il> | 2022-01-12 16:08:11 +0200 |
commit | 9e3b4d69dae190a7c2bd670e5f42ca6a522c5708 (patch) | |
tree | 3afcb52c981d2f53e7768af8734f2a5a042e3a1a /gnu | |
parent | 1a4422e463f3acb7b8703ce2539d535c7fd33970 (diff) | |
download | guix-9e3b4d69dae190a7c2bd670e5f42ca6a522c5708.tar guix-9e3b4d69dae190a7c2bd670e5f42ca6a522c5708.tar.gz |
gnu: debian-ports-archive-keyring: Update to 2021.12.30.
* gnu/packages/debian.scm (debian-ports-archive-keyring): Update to 2021.12.30.
Diffstat (limited to 'gnu')
-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 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 <efraim@flashner.co.il> +;;; Copyright © 2018, 2020, 2021, 2022 Efraim Flashner <efraim@flashner.co.il> ;;; Copyright © 2018, 2020 Tobias Geerinckx-Rice <me@tobias.gr> ;;; Copyright © 2020 Marius Bakke <marius@gnu.org> ;;; @@ -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. |