mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: ghc-linear: Update to 1.20.9.
* gnu/packages/haskell-xyz.scm (ghc-linear): Update to 1.20.9.
This commit is contained in:
parent
bc78e0d956
commit
86526f37c3
1 changed files with 2 additions and 2 deletions
|
@ -5989,7 +5989,7 @@ Kaseorg.")
|
||||||
(define-public ghc-linear
|
(define-public ghc-linear
|
||||||
(package
|
(package
|
||||||
(name "ghc-linear")
|
(name "ghc-linear")
|
||||||
(version "1.20.8")
|
(version "1.20.9")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
|
@ -5997,7 +5997,7 @@ Kaseorg.")
|
||||||
"linear-" version ".tar.gz"))
|
"linear-" version ".tar.gz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"046vkvxlb0s286qr55s0c6db0rlwbm1cmlmwhrrkqbkzhfcipgay"))))
|
"0h7yqigq593n7wsl7nz6a5f137wznm7y679wsii0ph0zsc4v5af5"))))
|
||||||
(build-system haskell-build-system)
|
(build-system haskell-build-system)
|
||||||
(inputs
|
(inputs
|
||||||
`(("ghc-adjunctions" ,ghc-adjunctions)
|
`(("ghc-adjunctions" ,ghc-adjunctions)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue