emacs-bug-tracker
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#47740: closed ([PATCH] gnu: gnu-standards: Update to 2020-11-25.)


From: GNU bug Tracking System
Subject: bug#47740: closed ([PATCH] gnu: gnu-standards: Update to 2020-11-25.)
Date: Tue, 13 Apr 2021 11:40:02 +0000

Your message dated Tue, 13 Apr 2021 14:20:36 +0300
with message-id <YHV+hALVKvprTytG@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@gnu.org.)


-- 
47740: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=47740
GNU Bug Tracking System
Contact help-debbugs@gnu.org with problems
--- Begin Message --- Subject: [PATCH] gnu: gnu-standards: Update to 2020-11-25. Date: Mon, 12 Apr 2021 21:59:09 -0400
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(-)

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




--- End Message ---
--- Begin Message --- Subject: Re: [bug#47740] [PATCH] gnu: gnu-standards: Update to 2020-11-25. Date: Tue, 13 Apr 2021 14:20:36 +0300
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

Attachment: signature.asc
Description: PGP signature


--- End Message ---

reply via email to

[Prev in Thread] Current Thread [Next in Thread]