mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-06 03:17:15 -05:00
gnu: ghc-commonmark-extensions: Update to 0.2.2.
* gnu/packages/haskell-xyz.scm (ghc-commonmark-extensions): Update to 0.2.2.
This commit is contained in:
parent
9057e029da
commit
27b9b6bbe4
1 changed files with 2 additions and 2 deletions
|
@ -15899,7 +15899,7 @@ (define-public ghc-commonmark
|
||||||
(define-public ghc-commonmark-extensions
|
(define-public ghc-commonmark-extensions
|
||||||
(package
|
(package
|
||||||
(name "ghc-commonmark-extensions")
|
(name "ghc-commonmark-extensions")
|
||||||
(version "0.2.1.2")
|
(version "0.2.2")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
|
@ -15908,7 +15908,7 @@ (define-public ghc-commonmark-extensions
|
||||||
version
|
version
|
||||||
".tar.gz"))
|
".tar.gz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "1ky0j7086a8mqpg26j2nkrc5wfwiw5cd3h3jqncpy59vmj1prkx4"))))
|
(base32 "0jm6w84p2a2gyaljvnlvjjwrwnir1lss3ps53d0bd8mkvhixxrqr"))))
|
||||||
(build-system haskell-build-system)
|
(build-system haskell-build-system)
|
||||||
(inputs
|
(inputs
|
||||||
`(("ghc-network-uri" ,ghc-network-uri)
|
`(("ghc-network-uri" ,ghc-network-uri)
|
||||||
|
|
Loading…
Reference in a new issue