diff options
author | Timothy Sample <samplet@ngyro.com> | 2019-10-31 13:08:01 -0400 |
---|---|---|
committer | Timothy Sample <samplet@ngyro.com> | 2019-11-20 20:48:24 -0500 |
commit | 97f267c85bd99daca270a17cace3a05775dade5a (patch) | |
tree | 623030fd904ed140cca84cfe96934b249aa46275 | |
parent | e94b3c721a90d962f24d925d05ee10e70242d607 (diff) | |
download | patches-97f267c85bd99daca270a17cace3a05775dade5a.tar patches-97f267c85bd99daca270a17cace3a05775dade5a.tar.gz |
gnu: ghc-attoparsec-iso8601: Update to 1.0.1.0.
* gnu/packages/haskell-xyz.scm (ghc-attoparsec-iso8601): Update to
1.0.1.0.
[arguments]: Update the Cabal revision hash.
-rw-r--r-- | gnu/packages/haskell-xyz.scm | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gnu/packages/haskell-xyz.scm b/gnu/packages/haskell-xyz.scm index e338175283..100db9a278 100644 --- a/gnu/packages/haskell-xyz.scm +++ b/gnu/packages/haskell-xyz.scm @@ -494,7 +494,7 @@ complicated text/binary file formats.") (define-public ghc-attoparsec-iso8601 (package (name "ghc-attoparsec-iso8601") - (version "1.0.0.0") + (version "1.0.1.0") (source (origin (method url-fetch) @@ -503,11 +503,11 @@ complicated text/binary file formats.") "attoparsec-iso8601-" version ".tar.gz")) (sha256 (base32 - "12l55b76bhya9q89mfmqmy6sl5v39b6gzrw5rf3f70vkb23nsv5a")))) + "0hj10w15qp2z5bz2v4xahhmbgzclpyfi5l2sv97wqycysg9gp7s9")))) (build-system haskell-build-system) (arguments `(#:cabal-revision - ("1" "06f7pgmmc8456p3hc1y23kz1y127gfczy7s00wz1rls9g2sm2vi4"))) + ("1" "1rjhscmczgs1bwyqx7lvkm8py3ylxjd2797mrzgnq60fvm292750"))) (inputs `(("ghc-attoparsec" ,ghc-attoparsec) ("ghc-base-compat" ,ghc-base-compat))) (home-page "https://github.com/bos/aeson") |