mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-02-01 07:16:39 +01:00
gnu: ghc-wave: Update to 0.2.0.
* gnu/packages/haskell-xyz.scm (ghc-wave): Update to 0.2.0.
This commit is contained in:
parent
d34860c797
commit
1631a0f794
1 changed files with 2 additions and 2 deletions
|
@ -11533,7 +11533,7 @@ (define-public ghc-void
|
||||||
(define-public ghc-wave
|
(define-public ghc-wave
|
||||||
(package
|
(package
|
||||||
(name "ghc-wave")
|
(name "ghc-wave")
|
||||||
(version "0.1.5")
|
(version "0.2.0")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append
|
(uri (string-append
|
||||||
|
@ -11542,7 +11542,7 @@ (define-public ghc-wave
|
||||||
".tar.gz"))
|
".tar.gz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"03zycmwrchhqvi37fdvlzz2d1vl4hy0i8xyys1zznw38qfq0h2i5"))))
|
"149kgwngq3qxc7gxpkqb16j669j0wpv2f3gnvfwp58yg6m4259ki"))))
|
||||||
(build-system haskell-build-system)
|
(build-system haskell-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
'(#:phases
|
'(#:phases
|
||||||
|
|
Loading…
Reference in a new issue