diff options
author | Chris Marusich <cmmarusich@gmail.com> | 2018-02-18 03:03:53 +0100 |
---|---|---|
committer | Chris Marusich <cmmarusich@gmail.com> | 2018-02-18 03:19:26 +0100 |
commit | 67f0c4228bf1f5ce211068504cc4454188dd6b55 (patch) | |
tree | 5b49bddc5c5f9a3ad198dee4794a42752ec20c05 | |
parent | 3f3c0ab434c9d856b8b437d29c1d25e2098a22b6 (diff) | |
download | patches-67f0c4228bf1f5ce211068504cc4454188dd6b55.tar patches-67f0c4228bf1f5ce211068504cc4454188dd6b55.tar.gz |
gnu: Update gnu-standards to 2018-02-18.
* gnu/packages/gnu-doc.scm (gnu-standards) <version>: Update to 2018-02-18.
(gnu-standards) <origin>: While we're here, use "gnu-standards-src" as the
file-name, rather than the default, which is "cvs-checkout".
-rw-r--r-- | gnu/packages/gnu-doc.scm | 7 |
1 files changed, 4 insertions, 3 deletions
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) |