diff options
author | Lars-Dominik Braun <lars@6xq.net> | 2021-10-25 14:28:42 +0200 |
---|---|---|
committer | Lars-Dominik Braun <lars@6xq.net> | 2021-11-02 09:32:54 +0100 |
commit | 9057e029da48e82b11ed5a1f410ac8c15bb603bf (patch) | |
tree | f8da9d3e2dea96ed525585724d9af8c41328ad1e /gnu | |
parent | 14cb68c1555569f3b5cc721458eebdf95f28422e (diff) | |
download | guix-9057e029da48e82b11ed5a1f410ac8c15bb603bf.tar.gz guix-9057e029da48e82b11ed5a1f410ac8c15bb603bf.zip |
gnu: ghc-commonmark: Update to 0.2.1.1.
* gnu/packages/haskell-xyz.scm (ghc-commonmark): Update to 0.2.1.1.
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/haskell-xyz.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/haskell-xyz.scm b/gnu/packages/haskell-xyz.scm index 3a5c3a69bc..4dbd8184d0 100644 --- a/gnu/packages/haskell-xyz.scm +++ b/gnu/packages/haskell-xyz.scm @@ -15861,7 +15861,7 @@ entries. For more information about CSL, see @uref{https://citationstyles.org/} (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 @@ entries. For more information about CSL, see @uref{https://citationstyles.org/} version ".tar.gz")) (sha256 - (base32 "1vba7v1zaqh811v3j4x42g7mhwvxwgzm997kq1kzd0njby14fq5b")))) + (base32 "105szy7l4ji255fwv0kbfcy3i3a3a4197zgj6s9jb12kwbn6n0c7")))) (build-system haskell-build-system) (inputs `(("ghc-unicode-transforms" ,ghc-unicode-transforms))) (native-inputs |