diff options
author | Efraim Flashner <efraim@flashner.co.il> | 2021-04-16 11:46:22 +0300 |
---|---|---|
committer | Efraim Flashner <efraim@flashner.co.il> | 2021-04-16 11:46:22 +0300 |
commit | 002b611276bac61072354d44cb4343d1b5b5b42a (patch) | |
tree | 460f5f9673c33bb20404a50645331383ac785e19 | |
parent | ce2fe8bf34199e2b9788a7f77c0ad0bbdfa713bd (diff) |
gnu: debian-archive-keyring: Update to 2021.1.1.
* gnu/packages/debian.scm (debian-archive-keyring): Update to 2021.1.1.
-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 221f23e42b..c78f248d57 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 Efraim Flashner <efraim@flashner.co.il> +;;; Copyright © 2018, 2020, 2021 Efraim Flashner <efraim@flashner.co.il> ;;; Copyright © 2018, 2020 Tobias Geerinckx-Rice <me@tobias.gr> ;;; Copyright © 2020 Marius Bakke <marius@gnu.org> ;;; @@ -41,7 +41,7 @@ (define-public debian-archive-keyring (package (name "debian-archive-keyring") - (version "2019.1") + (version "2021.1.1") (source (origin (method git-fetch) @@ -51,7 +51,7 @@ (file-name (git-file-name name version)) (sha256 (base32 - "0bphwji3ywk1zi5bq8bhqk7l51fwjy1idwsw7zfqnxca8m5wvw1g")))) + "0dcmv7y1k6j3a646kr0rkd2a0c4j2wrz868bh8j9zjx1npzns73q")))) (build-system gnu-build-system) (arguments '(#:test-target "verify-results" |