summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTimothy Sample <samplet@ngyro.com>2018-08-28 23:14:14 -0400
committerRicardo Wurmus <rekado@elephly.net>2018-10-01 12:12:17 +0200
commitf9f2877d54fdf72e0579bce6cfca87b8712144be (patch)
tree2ef0f6780cd954dce926ac378a485222a07d770d
parent211b213367c7bafb0701e03c777c31902b9a8415 (diff)
downloadguix-patches-f9f2877d54fdf72e0579bce6cfca87b8712144be.tar
guix-patches-f9f2877d54fdf72e0579bce6cfca87b8712144be.tar.gz
gnu: ghc-gnuplot: Update to 0.5.5.2.
* gnu/packages/haskell.scm (ghc-gnuplot): Update to 0.5.5.2.
-rw-r--r--gnu/packages/haskell.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/haskell.scm b/gnu/packages/haskell.scm
index 911cdccfc0..df4ba82a30 100644
--- a/gnu/packages/haskell.scm
+++ b/gnu/packages/haskell.scm
@@ -8019,7 +8019,7 @@ helper functions for Lists, Maybes, Tuples, Functions.")
(define-public ghc-gnuplot
(package
(name "ghc-gnuplot")
- (version "0.5.4.1")
+ (version "0.5.5.2")
(source
(origin
(method url-fetch)
@@ -8027,7 +8027,7 @@ helper functions for Lists, Maybes, Tuples, Functions.")
"mirror://hackage/package/gnuplot/gnuplot-"
version ".tar.gz"))
(sha256
- (base32 "1xz8prw9xjk0rsyrkp9bsmxykzrbhpv9qhhkdapy75mdbmgwjm7s"))))
+ (base32 "1mlppnc13ygjzmf6ldydys4wvy35yb3xjwwfgf9rbi7nfcqjr6mn"))))
(build-system haskell-build-system)
(inputs
`(("ghc-temporary" ,ghc-temporary)