guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

70/272: gnu: ghc-json: Update to 0.9.2.


From: Ricardo Wurmus
Subject: 70/272: gnu: ghc-json: Update to 0.9.2.
Date: Mon, 1 Oct 2018 06:13:17 -0400 (EDT)

rekado pushed a commit to branch master
in repository guix.

commit 1a8f5eb2e1b4e0bfe36010ca6bfb568618ecc588
Author: Timothy Sample <address@hidden>
Date:   Tue Aug 28 22:32:04 2018 -0400

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

diff --git a/gnu/packages/haskell.scm b/gnu/packages/haskell.scm
index fa00f68..c8dcefe 100644
--- a/gnu/packages/haskell.scm
+++ b/gnu/packages/haskell.scm
@@ -8101,7 +8101,7 @@ handled safely, this is what you're left with.")
 (define-public ghc-json
   (package
     (name "ghc-json")
-    (version "0.9.1")
+    (version "0.9.2")
     (source
      (origin
        (method url-fetch)
@@ -8109,7 +8109,7 @@ handled safely, this is what you're left with.")
                            "json-" version ".tar.gz"))
        (sha256
         (base32
-         "18l5027vc68hnnxrxlnyl59vkkg95a92m1zzms0dqiby2r6pxdcn"))))
+         "13kkfgx58z18jphbg56jn08jn72wi3kvfndlwwx87hqwg7x1dfz6"))))
     (build-system haskell-build-system)
     (inputs
      `(("ghc-syb" ,ghc-syb)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]