guix-commits
[Top][All Lists]
Advanced

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

01/01: gnu: Update gnu-standards to 2018-02-18.


From: Chris Marusich
Subject: 01/01: gnu: Update gnu-standards to 2018-02-18.
Date: Sat, 17 Feb 2018 21:25:07 -0500 (EST)

marusich pushed a commit to branch master
in repository guix.

commit 67f0c4228bf1f5ce211068504cc4454188dd6b55
Author: Chris Marusich <address@hidden>
Date:   Sun Feb 18 03:03:53 2018 +0100

    gnu: Update gnu-standards to 2018-02-18.
    
    * gnu/packages/gnu-doc.scm (gnu-standards) <version>: Update to 2018-02-18.
      (gnu-standards) <origin>: While we're here, use "gnu-standards-src" as the
      file-name, rather than the default, which is "cvs-checkout".
---
 gnu/packages/gnu-doc.scm | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/gnu-doc.scm b/gnu/packages/gnu-doc.scm
index d5a782b..a1890a6 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 "2016-03-25")
+    (version "2018-02-18")
     (source
      (origin
        (method cvs-fetch)
@@ -64,10 +64,11 @@ list.")
              (root-directory
               ":pserver:address@hidden:/sources/gnustandards")
              (module "gnustandards")
-             (revision "2016-03-25")))
+             (revision "2018-02-18")))
        (sha256
         (base32
-         "0qn7mzdjqwc6h9prin22x6kj9iqipxpbzldzhmis7q4x4hpi61vj"))))
+         "03yh25fpvfn5pnd0d4x7a2wkh01ffk6vbs1vjnzqicqkgc2g33sd"))
+       (file-name "gnu-standards-src")))
     (build-system trivial-build-system)
     (native-inputs `(("gzip" ,gzip)
                      ("source" ,source)



reply via email to

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