guix-commits
[Top][All Lists]
Advanced

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

01/01: gnu: ghc-conduit-extra: Update to 1.3.1.1.


From: guix-commits
Subject: 01/01: gnu: ghc-conduit-extra: Update to 1.3.1.1.
Date: Tue, 4 Jun 2019 07:18:26 -0400 (EDT)

arunisaac pushed a commit to branch master
in repository guix.

commit a4f4e227bdd897009b0096e8240fc903863a9c32
Author: Robert Vollmert <address@hidden>
Date:   Sat Jun 1 22:28:41 2019 +0200

    gnu: ghc-conduit-extra: Update to 1.3.1.1.
    
    * gnu/packages/haskell.scm (ghc-conduit-extra): Update to 1.3.1.1.
    
    Signed-off-by: Arun Isaac <address@hidden>
---
 gnu/packages/haskell.scm | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/haskell.scm b/gnu/packages/haskell.scm
index 822b049..06e255f 100644
--- a/gnu/packages/haskell.scm
+++ b/gnu/packages/haskell.scm
@@ -17,6 +17,7 @@
 ;;; Copyright © 2018, 2019 Timothy Sample <address@hidden>
 ;;; Copyright © 2018 Arun Isaac <address@hidden>
 ;;; Copyright © 2018, 2019 Gabriel Hondet <address@hidden>
+;;; Copyright © 2019 Robert Vollmert <address@hidden>
 ;;;
 ;;; This file is part of GNU Guix.
 ;;;
@@ -6951,7 +6952,7 @@ upon it.")
 (define-public ghc-conduit-extra
   (package
     (name "ghc-conduit-extra")
-    (version "1.3.0")
+    (version "1.3.1.1")
     (source
      (origin
        (method url-fetch)
@@ -6960,7 +6961,7 @@ upon it.")
                            version ".tar.gz"))
        (sha256
         (base32
-         "1bi2b6kdzy5f9glq46jzsk02has95jkxqz0cchpbmnakzhjwjh9c"))))
+         "0jaj350vv6mbb26gdwcqz4gwzfzrjydv5pis2da49wz1npbakcfw"))))
     (build-system haskell-build-system)
     (inputs
      `(("ghc-conduit" ,ghc-conduit)



reply via email to

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