mirror of
https://https.git.savannah.gnu.org/git/guix.git/
synced 2025-07-17 12:30:38 +02:00
gnu: ghc-code-page: Update to 0.2.
* gnu/packages/haskell-xyz.scm (ghc-code-page): Update to 0.2.
This commit is contained in:
parent
1941970976
commit
f6bb651995
1 changed files with 2 additions and 2 deletions
|
@ -1767,7 +1767,7 @@ of the C library.")
|
||||||
(define-public ghc-code-page
|
(define-public ghc-code-page
|
||||||
(package
|
(package
|
||||||
(name "ghc-code-page")
|
(name "ghc-code-page")
|
||||||
(version "0.1.3")
|
(version "0.2")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
|
@ -1776,7 +1776,7 @@ of the C library.")
|
||||||
version ".tar.gz"))
|
version ".tar.gz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1491frk4jx6dlhifky9dvcxbsbcfssrz979a5hp5zn061rh8cp76"))))
|
"0i0qbrbhvrwkbikqb7hh7yxaipaavwzvyrw211d0vkz99f62mqxz"))))
|
||||||
(build-system haskell-build-system)
|
(build-system haskell-build-system)
|
||||||
(home-page "https://github.com/RyanGlScott/code-page")
|
(home-page "https://github.com/RyanGlScott/code-page")
|
||||||
(synopsis "Windows code page library for Haskell")
|
(synopsis "Windows code page library for Haskell")
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue