gnu: ghc-gnuplot: Update to 0.5.5.2.
* gnu/packages/haskell.scm (ghc-gnuplot): Update to 0.5.5.2.
This commit is contained in:
parent
211b213367
commit
f9f2877d54
|
@ -8019,7 +8019,7 @@ helper functions for Lists, Maybes, Tuples, Functions.")
|
||||||
(define-public ghc-gnuplot
|
(define-public ghc-gnuplot
|
||||||
(package
|
(package
|
||||||
(name "ghc-gnuplot")
|
(name "ghc-gnuplot")
|
||||||
(version "0.5.4.1")
|
(version "0.5.5.2")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
|
@ -8027,7 +8027,7 @@ helper functions for Lists, Maybes, Tuples, Functions.")
|
||||||
"mirror://hackage/package/gnuplot/gnuplot-"
|
"mirror://hackage/package/gnuplot/gnuplot-"
|
||||||
version ".tar.gz"))
|
version ".tar.gz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "1xz8prw9xjk0rsyrkp9bsmxykzrbhpv9qhhkdapy75mdbmgwjm7s"))))
|
(base32 "1mlppnc13ygjzmf6ldydys4wvy35yb3xjwwfgf9rbi7nfcqjr6mn"))))
|
||||||
(build-system haskell-build-system)
|
(build-system haskell-build-system)
|
||||||
(inputs
|
(inputs
|
||||||
`(("ghc-temporary" ,ghc-temporary)
|
`(("ghc-temporary" ,ghc-temporary)
|
||||||
|
|
Loading…
Reference in New Issue