me
/
guix
Archived
1
0
Fork 0

gnu: ghc-x11: Update to 1.9.1.

* gnu/packages/haskell-xyz.scm (ghc-x11): Update to 1.9.1.
master
Timothy Sample 2019-10-31 10:01:33 -04:00
parent bd95427ea0
commit 6c4581a370
No known key found for this signature in database
GPG Key ID: 2AC6A5EC1C357C59
1 changed files with 2 additions and 2 deletions

View File

@ -11669,14 +11669,14 @@ modernized interface.")
(define-public ghc-x11 (define-public ghc-x11
(package (package
(name "ghc-x11") (name "ghc-x11")
(version "1.9") (version "1.9.1")
(source (source
(origin (origin
(method url-fetch) (method url-fetch)
(uri (string-append "https://hackage.haskell.org/package/X11/" (uri (string-append "https://hackage.haskell.org/package/X11/"
"X11-" version ".tar.gz")) "X11-" version ".tar.gz"))
(sha256 (sha256
(base32 "1f8dy6ckkyvpcv7zlniyv01cqjb9lgqscm8pml58cvwc7n38w4qh")))) (base32 "0gg6852mrlgl8zng1j84fismz7k81jr5fk92glgkscf8q6ryg0bm"))))
(build-system haskell-build-system) (build-system haskell-build-system)
(inputs (inputs
`(("libx11" ,libx11) `(("libx11" ,libx11)