mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-28 15:22:18 -05:00
gnu: ghc-newtype-generics: Update to 0.5.4.
* gnu/packages/haskell-xyz.scm (ghc-newtype-generics): Update to 0.5.4.
This commit is contained in:
parent
d443a52a56
commit
c07e16dd2c
1 changed files with 2 additions and 2 deletions
|
@ -6909,7 +6909,7 @@ (define-public ghc-network-uri
|
|||
(define-public ghc-newtype-generics
|
||||
(package
|
||||
(name "ghc-newtype-generics")
|
||||
(version "0.5.3")
|
||||
(version "0.5.4")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
|
@ -6918,7 +6918,7 @@ (define-public ghc-newtype-generics
|
|||
version ".tar.gz"))
|
||||
(sha256
|
||||
(base32
|
||||
"0igyisw2djg19v9vkna1rwf47k97mvkvk4bbkmswznvbm00z15gj"))))
|
||||
"0cprfg4n0z62cnix1qrbc79bfdd4s50b05fj9m9hk6vm1pc3szq0"))))
|
||||
(build-system haskell-build-system)
|
||||
(native-inputs
|
||||
`(("ghc-hspec" ,ghc-hspec)
|
||||
|
|
Loading…
Reference in a new issue