mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-31 16:42:38 -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
|
||||
(package
|
||||
(name "ghc-integer-logarithms")
|
||||
(version "1.0.2.1")
|
||||
(version "1.0.3")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
|
@ -5200,7 +5200,7 @@ (define-public ghc-integer-logarithms
|
|||
version ".tar.gz"))
|
||||
(sha256
|
||||
(base32
|
||||
"1wj8kgjg5bn2yrs4zh9qfjv85cx6w998j9pi39yrbv305944mb9j"))))
|
||||
"05pc5hws66csvcvfswlwcr2fplwn1lbssvwifjxkbbwqhq0n5qjs"))))
|
||||
(build-system haskell-build-system)
|
||||
(arguments
|
||||
`(#:phases
|
||||
|
|
Loading…
Reference in a new issue