mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-18 17:01:51 -05:00
gnu: ghc-integer-logarithms: Update to 1.0.3.
* gnu/packages/haskell-xyz.scm (ghc-integer-logarithms): Update to 1.0.3.
This commit is contained in:
parent
518891213e
commit
86a704dbc5
1 changed files with 2 additions and 2 deletions
|
@ -5191,7 +5191,7 @@ (define-public ghc-inline-c-cpp
|
||||||
(define-public ghc-integer-logarithms
|
(define-public ghc-integer-logarithms
|
||||||
(package
|
(package
|
||||||
(name "ghc-integer-logarithms")
|
(name "ghc-integer-logarithms")
|
||||||
(version "1.0.2.1")
|
(version "1.0.3")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
|
@ -5200,7 +5200,7 @@ (define-public ghc-integer-logarithms
|
||||||
version ".tar.gz"))
|
version ".tar.gz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1wj8kgjg5bn2yrs4zh9qfjv85cx6w998j9pi39yrbv305944mb9j"))))
|
"05pc5hws66csvcvfswlwcr2fplwn1lbssvwifjxkbbwqhq0n5qjs"))))
|
||||||
(build-system haskell-build-system)
|
(build-system haskell-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
`(#:phases
|
`(#:phases
|
||||||
|
|
Loading…
Reference in a new issue