lbraun pushed a commit to branch master
in repository guix.

commit 9057e029da48e82b11ed5a1f410ac8c15bb603bf
Author: Lars-Dominik Braun <l...@6xq.net>
AuthorDate: Mon Oct 25 14:28:42 2021 +0200

    gnu: ghc-commonmark: Update to 0.2.1.1.
    
    * gnu/packages/haskell-xyz.scm (ghc-commonmark): Update to 0.2.1.1.
---
 gnu/packages/haskell-xyz.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/haskell-xyz.scm b/gnu/packages/haskell-xyz.scm
index 3a5c3a6..4dbd818 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

Reply via email to