diff options
author | Efraim Flashner <efraim@flashner.co.il> | 2022-02-16 09:59:29 +0200 |
---|---|---|
committer | Efraim Flashner <efraim@flashner.co.il> | 2022-02-16 09:59:29 +0200 |
commit | 34755d912efd29d4c1118b318a4096fb8a65005d (patch) | |
tree | 3de479108ce76847d446b9a494b4ad59df70182f | |
parent | e358706058cd297044deac4c5f4879389bd7a524 (diff) |
gnu: debian-ports-archive-keyring: Update to 2022.02.15.
* gnu/packages/debian.scm (debian-ports-archive-keyring): Update to 2022.02.15.
-rw-r--r-- | gnu/packages/debian.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/debian.scm b/gnu/packages/debian.scm index 9a303003d3..aec65e3386 100644 --- a/gnu/packages/debian.scm +++ b/gnu/packages/debian.scm @@ -83,7 +83,7 @@ contains the archive keys used for that.") (define-public debian-ports-archive-keyring (package (name "debian-ports-archive-keyring") - (version "2021.12.30") + (version "2022.02.15") (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 - "14f9hklr8gdlp782j5ijmm0nh061zcfw9vwpr8smb7rdfzk4wk70")))) + "096m45l7g8vbk67gwc6bmkzpx8mhn6xfglgrzlg9xkgcs5gxqyc0")))) (build-system gnu-build-system) (arguments '(#:tests? #f ; No test suite. |