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".
master
Chris Marusich 2018-02-18 03:03:53 +01:00
parent 3f3c0ab434
commit 67f0c4228b
No known key found for this signature in database
GPG Key ID: DD409A15D822469D
1 changed files with 4 additions and 3 deletions

View File

@ -56,7 +56,7 @@ list.")
(define-public gnu-standards (define-public gnu-standards
(package (package
(name "gnu-standards") (name "gnu-standards")
(version "2016-03-25") (version "2018-02-18")
(source (source
(origin (origin
(method cvs-fetch) (method cvs-fetch)
@ -64,10 +64,11 @@ list.")
(root-directory (root-directory
":pserver:anonymous@cvs.savannah.gnu.org:/sources/gnustandards") ":pserver:anonymous@cvs.savannah.gnu.org:/sources/gnustandards")
(module "gnustandards") (module "gnustandards")
(revision "2016-03-25"))) (revision "2018-02-18")))
(sha256 (sha256
(base32 (base32
"0qn7mzdjqwc6h9prin22x6kj9iqipxpbzldzhmis7q4x4hpi61vj")))) "03yh25fpvfn5pnd0d4x7a2wkh01ffk6vbs1vjnzqicqkgc2g33sd"))
(file-name "gnu-standards-src")))
(build-system trivial-build-system) (build-system trivial-build-system)
(native-inputs `(("gzip" ,gzip) (native-inputs `(("gzip" ,gzip)
("source" ,source) ("source" ,source)