guix-commits
[Top][All Lists]
Advanced

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

branch master updated: gnu: gnu-standards: Update to 2020-11-25.


From: guix-commits
Subject: branch master updated: gnu: gnu-standards: Update to 2020-11-25.
Date: Tue, 13 Apr 2021 07:20:44 -0400

This is an automated email from the git hooks/post-receive script.

efraim pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new bad0654  gnu: gnu-standards: Update to 2020-11-25.
bad0654 is described below

commit bad0654d4fe3cfa19876a1f4b4ef9fe15eeb9288
Author: Morgan Smith <Morgan.J.Smith@outlook.com>
AuthorDate: Mon Apr 12 21:59:09 2021 -0400

    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>
---
 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 b64d8ac..9fb746e 100644
--- a/gnu/packages/gnu-doc.scm
+++ b/gnu/packages/gnu-doc.scm
@@ -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)



reply via email to

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