guix-commits
[Top][All Lists]
Advanced

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

02/03: gnu: guile-commonmark: Update to 0.1.2.


From: guix-commits
Subject: 02/03: gnu: guile-commonmark: Update to 0.1.2.
Date: Tue, 29 Jan 2019 17:46:40 -0500 (EST)

civodul pushed a commit to branch master
in repository guix.

commit b552e307edbe6ed3f6fee63c5bf4fa1998d2f3d9
Author: Ludovic Courtès <address@hidden>
Date:   Tue Jan 29 22:49:58 2019 +0100

    gnu: guile-commonmark: Update to 0.1.2.
    
    * gnu/packages/guile-xyz.scm (guile-commonmark): Update to 0.1.2.
    [source](modules, snippet): Remove.
---
 gnu/packages/guile-xyz.scm | 13 ++-----------
 1 file changed, 2 insertions(+), 11 deletions(-)

diff --git a/gnu/packages/guile-xyz.scm b/gnu/packages/guile-xyz.scm
index c01d64b..f5f7783 100644
--- a/gnu/packages/guile-xyz.scm
+++ b/gnu/packages/guile-xyz.scm
@@ -1753,7 +1753,7 @@ key-value cache and store.")
 (define-public guile-commonmark
   (package
     (name "guile-commonmark")
-    (version "0.1.1")
+    (version "0.1.2")
     (source (origin
               (method url-fetch)
               (uri (string-append "https://github.com/OrangeShark/"; name
@@ -1761,16 +1761,7 @@ key-value cache and store.")
                                   "/" name "-" version ".tar.gz"))
               (sha256
                (base32
-                "0kzclwkfijj8xka3g9kfj53y67c34ndfy84swdbw3j7y962ndxq6"))
-              (modules '((guix build utils)))
-              (snippet
-               ;; Install .scm files in the right place (see
-               ;; <https://github.com/OrangeShark/guile-commonmark/issues/12>.)
-               '(begin
-                  (substitute* "Makefile.in"
-                    (("^moddir = \\$\\(datadir\\)/share")
-                     "moddir = $(datadir)"))
-                  #t))))
+                "17lrsdisa3kckh24q114vfmzdc4wkqa6ccwl4hdlrng5wpn1iman"))))
     (build-system gnu-build-system)
     (inputs
      `(("guile" ,guile-2.2)))



reply via email to

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