mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-16 16:08:04 -05:00
gnu: ghc-language-c: Update to 0.8.3.
* gnu/packages/haskell-xyz.scm (ghc-language-c): Update to 0.8.3.
This commit is contained in:
parent
32d4a6ae55
commit
4e1cf65115
1 changed files with 2 additions and 2 deletions
|
@ -5519,7 +5519,7 @@ (define-public ghc-kan-extensions
|
|||
(define-public ghc-language-c
|
||||
(package
|
||||
(name "ghc-language-c")
|
||||
(version "0.8.1")
|
||||
(version "0.8.3")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
|
@ -5527,7 +5527,7 @@ (define-public ghc-language-c
|
|||
"language-c/language-c-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32
|
||||
"0sdkjj0hq8p69fcdm6ljbjkjvrsrb8a6rl5dq6dj6byj32ajrm3d"))))
|
||||
"0bi02jdirkys8v7flf39vrpla2a74z1z0sdhy9lb9v7cmcc6rmpk"))))
|
||||
(build-system haskell-build-system)
|
||||
(inputs `(("ghc-syb" ,ghc-syb)))
|
||||
(native-inputs
|
||||
|
|
Loading…
Reference in a new issue