me
/
guix
Archived
1
0
Fork 0

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>
master
Morgan Smith 2021-04-12 21:59:09 -04:00 committed by Efraim Flashner
parent 995f685e4d
commit bad0654d4f
No known key found for this signature in database
GPG Key ID: 41AAE7DCCA3D8351
1 changed files with 4 additions and 4 deletions

View File

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