aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTimothy Sample <samplet@ngyro.com>2019-10-31 13:00:42 -0400
committerTimothy Sample <samplet@ngyro.com>2019-11-20 20:48:23 -0500
commit0beaec66bdf8547cf8154253ff1d4b2a8d7fa979 (patch)
tree08a8521e39beffd1a3e73855b5361b315351b8d2
parent8284bd09e02487a8c5a5a49c65c0c3c6313c7ec3 (diff)
downloadguix-0beaec66bdf8547cf8154253ff1d4b2a8d7fa979.tar
guix-0beaec66bdf8547cf8154253ff1d4b2a8d7fa979.tar.gz
gnu: ghc-bifunctors: Update to 5.5.5.
* gnu/packages/haskell-xyz.scm (ghc-bifunctors): Update to 5.5.5.
-rw-r--r--gnu/packages/haskell-xyz.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/haskell-xyz.scm b/gnu/packages/haskell-xyz.scm
index e985af2356..729044ceba 100644
--- a/gnu/packages/haskell-xyz.scm
+++ b/gnu/packages/haskell-xyz.scm
@@ -804,7 +804,7 @@ stand for certain ASCII character sequences, i.e. → instead of @code{->},
(define-public ghc-bifunctors
(package
(name "ghc-bifunctors")
- (version "5.5.3")
+ (version "5.5.5")
(source
(origin
(method url-fetch)
@@ -814,7 +814,7 @@ stand for certain ASCII character sequences, i.e. → instead of @code{->},
".tar.gz"))
(sha256
(base32
- "1jn9rxg643xnlhrknmjz88nblcpsr45xwjkwwnn5nxpasa7m4d6l"))))
+ "0rn47q8dzv0g1fyams99p4py6q0asxdc50q9k0nj497brk738xcb"))))
(build-system haskell-build-system)
(inputs
`(("ghc-base-orphans" ,ghc-base-orphans)