summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTimothy Sample <samplet@ngyro.com>2019-10-31 10:18:57 -0400
committerTimothy Sample <samplet@ngyro.com>2019-11-20 20:48:09 -0500
commit86a704dbc5eb80750e348ef59252dbee3a87f08e (patch)
tree8cff06f352c5f04b5782e7ce0721854b1c3419d8
parent518891213ea31ba08f5d5fe661b86e3fcebdaf85 (diff)
downloadguix-patches-86a704dbc5eb80750e348ef59252dbee3a87f08e.tar
guix-patches-86a704dbc5eb80750e348ef59252dbee3a87f08e.tar.gz
gnu: ghc-integer-logarithms: Update to 1.0.3.
* gnu/packages/haskell-xyz.scm (ghc-integer-logarithms): Update to 1.0.3.
-rw-r--r--gnu/packages/haskell-xyz.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/haskell-xyz.scm b/gnu/packages/haskell-xyz.scm
index 77eaef2a49..86e0de6159 100644
--- a/gnu/packages/haskell-xyz.scm
+++ b/gnu/packages/haskell-xyz.scm
@@ -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