mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-04 02:19:18 -05:00
gnu: ghc-commonmark: Update to 0.2.1.1.
* gnu/packages/haskell-xyz.scm (ghc-commonmark): Update to 0.2.1.1.
This commit is contained in:
parent
14cb68c155
commit
9057e029da
1 changed files with 2 additions and 2 deletions
|
@ -15861,7 +15861,7 @@ (define-public ghc-citeproc
|
|||
(define-public ghc-commonmark
|
||||
(package
|
||||
(name "ghc-commonmark")
|
||||
(version "0.2.1")
|
||||
(version "0.2.1.1")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
|
@ -15870,7 +15870,7 @@ (define-public ghc-commonmark
|
|||
version
|
||||
".tar.gz"))
|
||||
(sha256
|
||||
(base32 "1vba7v1zaqh811v3j4x42g7mhwvxwgzm997kq1kzd0njby14fq5b"))))
|
||||
(base32 "105szy7l4ji255fwv0kbfcy3i3a3a4197zgj6s9jb12kwbn6n0c7"))))
|
||||
(build-system haskell-build-system)
|
||||
(inputs `(("ghc-unicode-transforms" ,ghc-unicode-transforms)))
|
||||
(native-inputs
|
||||
|
|
Loading…
Reference in a new issue