gnu: ghc-generic-deriving: Update to 1.12.4.
* gnu/packages/haskell-xyz.scm (ghc-generic-deriving): Update to 1.12.4.
This commit is contained in:
parent
e2c0db3675
commit
55c1e6beda
1 changed files with 2 additions and 2 deletions
|
@ -3743,7 +3743,7 @@ specific Windows, Mac, and Linux file system event notification.")
|
||||||
(define-public ghc-generic-deriving
|
(define-public ghc-generic-deriving
|
||||||
(package
|
(package
|
||||||
(name "ghc-generic-deriving")
|
(name "ghc-generic-deriving")
|
||||||
(version "1.12.2")
|
(version "1.12.4")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
|
@ -3753,7 +3753,7 @@ specific Windows, Mac, and Linux file system event notification.")
|
||||||
".tar.gz"))
|
".tar.gz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1i7d6cpj9yhaqb79zays3nqchhaacacjz9bkc0zlwj73y5gvi22n"))))
|
"0vdg9qdq35jl3m11a87wk8cq1y71qm4i1g1b2pxki0wk70yw20a4"))))
|
||||||
(build-system haskell-build-system)
|
(build-system haskell-build-system)
|
||||||
(inputs
|
(inputs
|
||||||
`(("ghc-th-abstraction" ,ghc-th-abstraction)))
|
`(("ghc-th-abstraction" ,ghc-th-abstraction)))
|
||||||
|
|
Reference in a new issue