mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-26 22:38:07 -05:00
gnu: ghc-rfc5051: Update to 0.1.0.4.
* gnu/packages/haskell-xyz.scm (ghc-rfc5051): Update to 0.1.0.4.
This commit is contained in:
parent
2ae4261887
commit
ec42ab7c44
1 changed files with 2 additions and 2 deletions
|
@ -8544,7 +8544,7 @@ (define-public ghc-resourcet
|
|||
(define-public ghc-rfc5051
|
||||
(package
|
||||
(name "ghc-rfc5051")
|
||||
(version "0.1.0.3")
|
||||
(version "0.1.0.4")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
|
@ -8552,7 +8552,7 @@ (define-public ghc-rfc5051
|
|||
"rfc5051-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32
|
||||
"0av4c3qvwbkbzrjrrg601ay9pds7wscqqp2lc2z78mv2lllap3g3"))))
|
||||
"1lxkq414ni986ciml4gbvf463fn55z299knky7pq3ixb1qislpb1"))))
|
||||
(build-system haskell-build-system)
|
||||
(home-page "https://hackage.haskell.org/package/rfc5051")
|
||||
(synopsis "Simple unicode collation as per RFC5051")
|
||||
|
|
Loading…
Reference in a new issue