GNU bug report logs -
#47740
[PATCH] gnu: gnu-standards: Update to 2020-11-25.
Previous Next
Reported by: Morgan.J.Smith <at> outlook.com
Date: Tue, 13 Apr 2021 02:15:01 UTC
Severity: normal
Tags: patch
Done: Efraim Flashner <efraim <at> flashner.co.il>
Bug is archived. No further changes may be made.
Full log
Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):
From: Morgan Smith <Morgan.J.Smith <at> outlook.com>
* gnu/packages/gnu-doc.scm (gnu-standards): Update to 2020-11-25.
[file-name]: Make more descriptive
[revision]: Use version
---
gnu/packages/gnu-doc.scm | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/gnu/packages/gnu-doc.scm b/gnu/packages/gnu-doc.scm
index b64d8ac454..9fb746ee97 100644
--- a/gnu/packages/gnu-doc.scm
+++ b/gnu/packages/gnu-doc.scm
@@ -56,7 +56,7 @@ (define-public miscfiles
(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 @@ (define-public gnu-standards
(root-directory
":pserver:anonymous <at> 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)
--
2.31.1
This bug report was last modified 4 years and 39 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.