[PATCH] gnu: gnu-standards: Update to 2020-11-25.

  • Done
  • quality assurance status badge
Details
2 participants
  • Morgan.J.Smith
  • Efraim Flashner
Owner
unassigned
Submitted by
Morgan.J.Smith
Severity
normal

Debbugs page

Morgan.J.Smith wrote 4 years ago
(address . guix-patches@gnu.org)(name . Morgan Smith)(address . Morgan.J.Smith@outlook.com)
BYAPR05MB4023A581355157637D01B347C54F9@BYAPR05MB4023.namprd05.prod.outlook.com
From: Morgan Smith <Morgan.J.Smith@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(-)

Toggle diff (30 lines)
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@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
Efraim Flashner wrote 4 years ago
(address . Morgan.J.Smith@outlook.com)(address . 47740-done@debbugs.gnu.org)
YHV+hALVKvprTytG@3900XT
Thanks. Patch pushed!

--
Efraim Flashner <efraim@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
-----BEGIN PGP SIGNATURE-----

iQIzBAABCgAdFiEEoov0DD5VE3JmLRT3Qarn3Mo9g1EFAmB1foQACgkQQarn3Mo9
g1EX1xAAvtNzTl2g3pj+uIE+d71vLnppPTbf5KcfjcozMfT14slG8hK337AkhlCj
o/F4aqYkXd9NvhveOUEsNAMk2iN44GDT2HP9EcZrqByO8f1NVOqVMrvzPm8A2hT5
sh/vB7/SF75clK5Z1WyzFtOCv9V4FP1S5dtv/pHaoqz4CS6h5D4glOYT4QKFo0uY
Vj6HA69bsrY37y8XJlKHr7BmFXbZjp1OiTSkK8rA1CSJXbC8TrKwXZEEuI/n5Awo
L+D1GToI8UMU+YVCDqnACdz6pb5ZrcJrbxrFgaSYHHhSOsxvqoCphZVaW0yLUlDn
MnxXaj3ROKujdiA8pcZyavCSHZtV5d44X/Yel4Frilw8z/Weql0Z703D2ibFnZp6
IC9/9UGsaToUNaqpkYXd8JNgkw19JgBRgWIQMtIf64HYuSRkrv3780cK+tWHxlSz
3uGNUmAemy8NaW7ZB30Kjr8b4y0JP+3waxJPT1wqAGaqqpc8yrxUu7wCUDlWDxXW
ehWmEcYXfY+17aPwqy6LXSzAjc1K7kfT4zTTkOqAQ4qts24+JU5GYhuKPlZuS3d1
jwBoB21RdqwJi9N7aURk01WXMWliHbV+BkSmYBewp+3rj7r7syAihajYvhhIOguy
g2zCh6ghBOHueQ358XrtwwSqrHMqT7uGE7NKAmwfIXo8tnUNUNo=
=/3oX
-----END PGP SIGNATURE-----


Closed
?
Your comment

This issue is archived.

To comment on this conversation send an email to 47740@debbugs.gnu.org

To respond to this issue using the mumi CLI, first switch to it
mumi current 47740
Then, you may apply the latest patchset in this issue (with sign off)
mumi am -- -s
Or, compose a reply to this issue
mumi compose
Or, send patches to this issue
mumi send-email *.patch
You may also tag this issue. See list of standard tags. For example, to set the confirmed and easy tags
mumi command -t +confirmed -t +easy
Or, remove the moreinfo tag and set the help tag
mumi command -t -moreinfo -t +help