gnu: guile-commonmark: Update to 0.1.2.

* gnu/packages/guile-xyz.scm (guile-commonmark): Update to 0.1.2.
[source](modules, snippet): Remove.
This commit is contained in:
Ludovic Courtès 2019-01-29 22:49:58 +01:00
parent db9771a9a9
commit b552e307ed
No known key found for this signature in database
GPG Key ID: 090B11993D9AEBB5
1 changed files with 2 additions and 11 deletions

View File

@ -1753,7 +1753,7 @@ key-value cache and store.")
(define-public guile-commonmark (define-public guile-commonmark
(package (package
(name "guile-commonmark") (name "guile-commonmark")
(version "0.1.1") (version "0.1.2")
(source (origin (source (origin
(method url-fetch) (method url-fetch)
(uri (string-append "https://github.com/OrangeShark/" name (uri (string-append "https://github.com/OrangeShark/" name
@ -1761,16 +1761,7 @@ key-value cache and store.")
"/" name "-" version ".tar.gz")) "/" name "-" version ".tar.gz"))
(sha256 (sha256
(base32 (base32
"0kzclwkfijj8xka3g9kfj53y67c34ndfy84swdbw3j7y962ndxq6")) "17lrsdisa3kckh24q114vfmzdc4wkqa6ccwl4hdlrng5wpn1iman"))))
(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))))
(build-system gnu-build-system) (build-system gnu-build-system)
(inputs (inputs
`(("guile" ,guile-2.2))) `(("guile" ,guile-2.2)))