mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-11 21:59:08 -05:00
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".
This commit is contained in:
parent
3f3c0ab434
commit
67f0c4228b
1 changed files with 4 additions and 3 deletions
|
@ -56,7 +56,7 @@ (define-public miscfiles
|
||||||
(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 @@ (define-public gnu-standards
|
||||||
(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)
|
||||||
|
|
Loading…
Reference in a new issue