diff options
author | Timothy Sample <samplet@ngyro.com> | 2019-10-31 14:32:48 -0400 |
---|---|---|
committer | Timothy Sample <samplet@ngyro.com> | 2019-11-20 20:48:41 -0500 |
commit | 08397fde1394b0d17682782228a1381c94f59b5e (patch) | |
tree | 787a75064928df8fb0cf14683faf2629818867a8 | |
parent | 503b74ae9ae41a7673b64dd0e0876a94ee94e3a2 (diff) | |
download | guix-08397fde1394b0d17682782228a1381c94f59b5e.tar guix-08397fde1394b0d17682782228a1381c94f59b5e.tar.gz |
gnu: ghc-validation: Update to 1.1.
* gnu/packages/haskell-xyz.scm (ghc-validation): Update to 1.1.
[arguments]: Update Cabal file 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 703cedc18b..51c442f915 100644 --- a/gnu/packages/haskell-xyz.scm +++ b/gnu/packages/haskell-xyz.scm @@ -11544,7 +11544,7 @@ functions.") (define-public ghc-validation (package (name "ghc-validation") - (version "1") + (version "1.1") (source (origin (method url-fetch) @@ -11554,11 +11554,11 @@ functions.") ".tar.gz")) (sha256 (base32 - "08drmdvyzg2frbb26icy1mlz52xv0l6gi3v8gb7xp0vrcci5libh")))) + "1acj7mh3581ks405xswxw6667z7y1y0slisg6jvp6chc191ji9l5")))) (build-system haskell-build-system) (arguments `(#:cabal-revision - ("1" "1x1g4nannz81j1h64l1m3ancc96zc57d1bjhj1wk7bwn1xxbi5h3"))) + ("1" "1rrjg9z399k6pb55nv85mlr5bkmdqbjwkvl1cy7ydccdx6ks4syp"))) (inputs `(("ghc-semigroups" ,ghc-semigroups) ("ghc-semigroupoids" ,ghc-semigroupoids) |