mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-30 08:02:38 -05:00
gnu: ghc-intervalmap: Update to 0.6.1.1.
* gnu/packages/haskell-xyz.scm (ghc-intervalmap): Update to 0.6.1.1.
This commit is contained in:
parent
07d65eef05
commit
e4946e32b6
1 changed files with 2 additions and 2 deletions
|
@ -5261,7 +5261,7 @@ (define-public ghc-interpolate
|
|||
(define-public ghc-intervalmap
|
||||
(package
|
||||
(name "ghc-intervalmap")
|
||||
(version "0.6.0.0")
|
||||
(version "0.6.1.1")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
|
@ -5269,7 +5269,7 @@ (define-public ghc-intervalmap
|
|||
"IntervalMap-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32
|
||||
"06hin9wf1by8aqa7820fsi2339bh82184frkwz3jsb9sqa0hszcg"))))
|
||||
"0vdlvxvhf7vjyv0mfn6jaj2i2gclqv8419ck32s2jxfcmki5m5g8"))))
|
||||
(build-system haskell-build-system)
|
||||
(native-inputs
|
||||
`(("ghc-quickcheck" ,ghc-quickcheck)))
|
||||
|
|
Loading…
Reference in a new issue