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 @@ (define-public ghc-fsnotify
|
|||
(define-public ghc-generic-deriving
|
||||
(package
|
||||
(name "ghc-generic-deriving")
|
||||
(version "1.12.2")
|
||||
(version "1.12.4")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
|
@ -3753,7 +3753,7 @@ (define-public ghc-generic-deriving
|
|||
".tar.gz"))
|
||||
(sha256
|
||||
(base32
|
||||
"1i7d6cpj9yhaqb79zays3nqchhaacacjz9bkc0zlwj73y5gvi22n"))))
|
||||
"0vdg9qdq35jl3m11a87wk8cq1y71qm4i1g1b2pxki0wk70yw20a4"))))
|
||||
(build-system haskell-build-system)
|
||||
(inputs
|
||||
`(("ghc-th-abstraction" ,ghc-th-abstraction)))
|
||||
|
|
Loading…
Reference in a new issue