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
View this message in rfc822 format
[Message part 1 (text/plain, inline)]
Your message dated Tue, 13 Apr 2021 14:20:36 +0300
with message-id <YHV+hALVKvprTytG <at> 3900XT>
and subject line Re: [bug#47740] [PATCH] gnu: gnu-standards: Update to 2020-11-25.
has caused the debbugs.gnu.org bug report #47740,
regarding [PATCH] gnu: gnu-standards: Update to 2020-11-25.
to be marked as done.
(If you believe you have received this mail in error, please contact
help-debbugs <at> gnu.org.)
--
47740: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=47740
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
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
[Message part 3 (message/rfc822, inline)]
[Message part 4 (text/plain, inline)]
Thanks. Patch pushed!
--
Efraim Flashner <efraim <at> flashner.co.il> אפרים פלשנר
GPG key = A28B F40C 3E55 1372 662D 14F7 41AA E7DC CA3D 8351
Confidentiality cannot be guaranteed on emails sent or received unencrypted
[signature.asc (application/pgp-signature, inline)]
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.