mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: ghc-operational: Update to 0.2.4.0.
* gnu/packages/haskell-xyz.scm (ghc-operational): Update to 0.2.4.0.
This commit is contained in:
parent
eba970f1b6
commit
0bf782d585
1 changed files with 2 additions and 2 deletions
|
@ -8980,7 +8980,7 @@ found at runtime, a userError is thrown.")
|
||||||
(define-public ghc-operational
|
(define-public ghc-operational
|
||||||
(package
|
(package
|
||||||
(name "ghc-operational")
|
(name "ghc-operational")
|
||||||
(version "0.2.3.5")
|
(version "0.2.4.0")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
|
@ -8988,7 +8988,7 @@ found at runtime, a userError is thrown.")
|
||||||
"operational-" version ".tar.gz"))
|
"operational-" version ".tar.gz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1x2abg2q9d26h1vzj40r6k7k3gqgappbs4g9d853vvg77837km4i"))))
|
"1hwmwbsxzwv68b39rv4gn3da6irv8zm89gqrkc3rdsgwi5ziyn3i"))))
|
||||||
(build-system haskell-build-system)
|
(build-system haskell-build-system)
|
||||||
(inputs
|
(inputs
|
||||||
`(("ghc-random" ,ghc-random)))
|
`(("ghc-random" ,ghc-random)))
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue