3
5
Fork 0
mirror of git://git.savannah.gnu.org/guix.git synced 2023-12-14 03:33:07 +01:00

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:
Timothy Sample 2019-10-31 10:27:38 -04:00
parent e2c0db3675
commit 55c1e6beda
No known key found for this signature in database
GPG key ID: 2AC6A5EC1C357C59

View file

@ -3743,7 +3743,7 @@ specific Windows, Mac, and Linux file system event notification.")
(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 @@ specific Windows, Mac, and Linux file system event notification.")
".tar.gz"))
(sha256
(base32
"1i7d6cpj9yhaqb79zays3nqchhaacacjz9bkc0zlwj73y5gvi22n"))))
"0vdg9qdq35jl3m11a87wk8cq1y71qm4i1g1b2pxki0wk70yw20a4"))))
(build-system haskell-build-system)
(inputs
`(("ghc-th-abstraction" ,ghc-th-abstraction)))