diff options
author | Timothy Sample <samplet@ngyro.com> | 2019-10-31 13:21:45 -0400 |
---|---|---|
committer | Timothy Sample <samplet@ngyro.com> | 2019-11-20 20:48:36 -0500 |
commit | 151774d9cd526e12ec509d41a3b9e0d67fc92f1d (patch) | |
tree | 964f3ea35f5284f986d79e68f91aff61551f81fc /gnu | |
parent | 1ac981d4e56319aaf3f28c4b9858a92e02226aaf (diff) | |
download | patches-151774d9cd526e12ec509d41a3b9e0d67fc92f1d.tar patches-151774d9cd526e12ec509d41a3b9e0d67fc92f1d.tar.gz |
gnu: ghc-conduit-extra: Update to 1.3.4.
* gnu/packages/haskell-xyz.scm (ghc-conduit-extra): Update to 1.3.4.
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 05321bb94e..3c0763f3e8 100644 --- a/gnu/packages/haskell-xyz.scm +++ b/gnu/packages/haskell-xyz.scm @@ -2098,7 +2098,7 @@ as well as a convenient Conduit module.") (define-public ghc-conduit-extra (package (name "ghc-conduit-extra") - (version "1.3.1.1") + (version "1.3.4") (source (origin (method url-fetch) @@ -2107,7 +2107,7 @@ as well as a convenient Conduit module.") version ".tar.gz")) (sha256 (base32 - "0jaj350vv6mbb26gdwcqz4gwzfzrjydv5pis2da49wz1npbakcfw")))) + "1d853d39vj5pb8yxfcsnjwdzqzkm34ixzbnba8bslpihb7182wxi")))) (build-system haskell-build-system) (inputs `(("ghc-conduit" ,ghc-conduit) |