From 67f0c4228bf1f5ce211068504cc4454188dd6b55 Mon Sep 17 00:00:00 2001 From: Chris Marusich Date: Sun, 18 Feb 2018 03:03:53 +0100 Subject: gnu: Update gnu-standards to 2018-02-18. * gnu/packages/gnu-doc.scm (gnu-standards) : Update to 2018-02-18. (gnu-standards) : While we're here, use "gnu-standards-src" as the file-name, rather than the default, which is "cvs-checkout". --- gnu/packages/gnu-doc.scm | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'gnu/packages') diff --git a/gnu/packages/gnu-doc.scm b/gnu/packages/gnu-doc.scm index d5a782bd1d..a1890a6cc6 100644 --- a/gnu/packages/gnu-doc.scm +++ b/gnu/packages/gnu-doc.scm @@ -56,7 +56,7 @@ list.") (define-public gnu-standards (package (name "gnu-standards") - (version "2016-03-25") + (version "2018-02-18") (source (origin (method cvs-fetch) @@ -64,10 +64,11 @@ list.") (root-directory ":pserver:anonymous@cvs.savannah.gnu.org:/sources/gnustandards") (module "gnustandards") - (revision "2016-03-25"))) + (revision "2018-02-18"))) (sha256 (base32 - "0qn7mzdjqwc6h9prin22x6kj9iqipxpbzldzhmis7q4x4hpi61vj")))) + "03yh25fpvfn5pnd0d4x7a2wkh01ffk6vbs1vjnzqicqkgc2g33sd")) + (file-name "gnu-standards-src"))) (build-system trivial-build-system) (native-inputs `(("gzip" ,gzip) ("source" ,source) -- cgit v1.2.3