1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-06-13 00:34:07 +02: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:
Timothy Sample
2019-10-31 10:18:57 -04:00
parent 518891213e
commit 86a704dbc5
+2 -2
View File
@@ -5191,7 +5191,7 @@ minimal overhead. No FFI required.")
(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 @@ minimal overhead. No FFI required.")
version ".tar.gz"))
(sha256
(base32
"1wj8kgjg5bn2yrs4zh9qfjv85cx6w998j9pi39yrbv305944mb9j"))))
"05pc5hws66csvcvfswlwcr2fplwn1lbssvwifjxkbbwqhq0n5qjs"))))
(build-system haskell-build-system)
(arguments
`(#:phases