guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

27/328: gnu: ghc-code-page: Update to 0.2.


From: guix-commits
Subject: 27/328: gnu: ghc-code-page: Update to 0.2.
Date: Sat, 16 Nov 2019 19:32:13 -0500 (EST)

samplet pushed a commit to branch wip-haskell-updates
in repository guix.

commit d1ff7fa4af8af03ed303b7ffee299242da9050f0
Author: Timothy Sample <address@hidden>
Date:   Thu Oct 31 01:26:11 2019 -0400

    gnu: ghc-code-page: Update to 0.2.
    
    * gnu/packages/haskell-xyz.scm (ghc-code-page): Update to 0.2.
---
 gnu/packages/haskell-xyz.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/haskell-xyz.scm b/gnu/packages/haskell-xyz.scm
index e155c54..c8d34c4 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")



reply via email to

[Prev in Thread] Current Thread [Next in Thread]