summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTimothy Sample <samplet@ngyro.com>2019-10-31 01:26:11 -0400
committerTimothy Sample <samplet@ngyro.com>2019-11-20 20:47:58 -0500
commitf6bb651995c112de1ac0f72a577a67c45f809ee6 (patch)
treed6b0900afe9987cd286acd16514def347a758f6a
parent19419709769cc921e14b452226b59f698b2280ea (diff)
downloadguix-patches-f6bb651995c112de1ac0f72a577a67c45f809ee6.tar
guix-patches-f6bb651995c112de1ac0f72a577a67c45f809ee6.tar.gz
gnu: ghc-code-page: Update to 0.2.
* gnu/packages/haskell-xyz.scm (ghc-code-page): Update to 0.2.
-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 e155c54c76..c8d34c4d9f 100644
--- a/gnu/packages/haskell-xyz.scm
+++ b/gnu/packages/haskell-xyz.scm
@@ -1767,7 +1767,7 @@ of the C library.")
(define-public ghc-code-page
(package
(name "ghc-code-page")
- (version "0.1.3")
+ (version "0.2")
(source
(origin
(method url-fetch)
@@ -1776,7 +1776,7 @@ of the C library.")
version ".tar.gz"))
(sha256
(base32
- "1491frk4jx6dlhifky9dvcxbsbcfssrz979a5hp5zn061rh8cp76"))))
+ "0i0qbrbhvrwkbikqb7hh7yxaipaavwzvyrw211d0vkz99f62mqxz"))))
(build-system haskell-build-system)
(home-page "https://github.com/RyanGlScott/code-page")
(synopsis "Windows code page library for Haskell")