mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-25 22:08:16 -05:00
gnu: gnu-standards: Update to 2020-11-25.
* gnu/packages/gnu-doc.scm (gnu-standards): Update to 2020-11-25. [source]: Make file-name more descriptive. Use version variable for revision. Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
This commit is contained in:
parent
995f685e4d
commit
bad0654d4f
1 changed files with 4 additions and 4 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 "2018-02-18")
|
(version "2020-11-25")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method cvs-fetch)
|
(method cvs-fetch)
|
||||||
|
@ -64,11 +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 "2018-02-18")))
|
(revision version)))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"03yh25fpvfn5pnd0d4x7a2wkh01ffk6vbs1vjnzqicqkgc2g33sd"))
|
"1xlwmgcnvp81ipgfir4ckpgl922mbckvxy1x758r0lksq5vrpglj"))
|
||||||
(file-name "gnu-standards-src")))
|
(file-name (string-append name "-" version "-checkout"))))
|
||||||
(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