From 76513c949b63c675c602bc634e0738efc4f5d9ab Mon Sep 17 00:00:00 2001 From: Vagrant Cascadian Date: Sat, 1 Jun 2019 17:31:46 -0700 Subject: gnu: debian-archive-keyring: Update to 2019.01. * gnu/packages/debian (debian-archive-keyring): Update to 2019.01. --- gnu/packages/debian.scm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'gnu/packages/debian.scm') diff --git a/gnu/packages/debian.scm b/gnu/packages/debian.scm index ba19547898..ce96159a0d 100644 --- a/gnu/packages/debian.scm +++ b/gnu/packages/debian.scm @@ -32,7 +32,7 @@ (define-public debian-archive-keyring (package (name "debian-archive-keyring") - (version "2018.1") + (version "2019.1") (source (origin (method git-fetch) @@ -42,7 +42,7 @@ (file-name (git-file-name name version)) (sha256 (base32 - "136vr5dj7w0dz563qdghsndcfcqm2m8d4j1dyiq9dzx5vd0rcpcw")))) + "0bphwji3ywk1zi5bq8bhqk7l51fwjy1idwsw7zfqnxca8m5wvw1g")))) (build-system gnu-build-system) (arguments '(#:test-target "verify-results" -- cgit v1.2.3