mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: ghc-semigroups: Update to 0.18.5.
* gnu/packages/haskell.scm (ghc-semigroups): Update to 0.18.5.
This commit is contained in:
parent
e59983ece5
commit
42c000dcf5
1 changed files with 2 additions and 2 deletions
|
@ -4889,7 +4889,7 @@ just a @code{Semigroup} are added.")
|
|||
(define-public ghc-semigroups
|
||||
(package
|
||||
(name "ghc-semigroups")
|
||||
(version "0.18.2")
|
||||
(version "0.18.5")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
|
@ -4899,7 +4899,7 @@ just a @code{Semigroup} are added.")
|
|||
".tar.gz"))
|
||||
(sha256
|
||||
(base32
|
||||
"1r6hsn3am3dpf4rprrj4m04d9318v9iq02bin0pl29dg4a3gzjax"))))
|
||||
"17g29h62g1k51ghhvzkw72zksjgi6vs6bfipkj81pqw1dsprcamb"))))
|
||||
(build-system haskell-build-system)
|
||||
(inputs
|
||||
`(("ghc-nats" ,ghc-nats)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue