mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-02-01 15:26:47 +01:00
gnu: ghc-cmark-gfm: Update to 0.2.0.
* gnu/packages/haskell-xyz.scm (ghc-cmark-gfm): Update to 0.2.0.
This commit is contained in:
parent
fad9cff23f
commit
24fc8daea3
1 changed files with 2 additions and 2 deletions
|
@ -1720,7 +1720,7 @@ (define-public ghc-cmark
|
||||||
(define-public ghc-cmark-gfm
|
(define-public ghc-cmark-gfm
|
||||||
(package
|
(package
|
||||||
(name "ghc-cmark-gfm")
|
(name "ghc-cmark-gfm")
|
||||||
(version "0.1.5")
|
(version "0.2.0")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
|
@ -1729,7 +1729,7 @@ (define-public ghc-cmark-gfm
|
||||||
version ".tar.gz"))
|
version ".tar.gz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"13b0mqks5c1q989slgsa3ixr5vvkfyic4ynzgv00kgl5qrs7hqk7"))))
|
"03xflrkyw84qv3yjly5iks9311bqv5cmrmsylr763v4ph0fn7rjq"))))
|
||||||
(build-system haskell-build-system)
|
(build-system haskell-build-system)
|
||||||
(native-inputs
|
(native-inputs
|
||||||
`(("ghc-hunit" ,ghc-hunit)))
|
`(("ghc-hunit" ,ghc-hunit)))
|
||||||
|
|
Loading…
Reference in a new issue