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

gnu: ghc-microlens: Update to 0.4.10.

* gnu/packages/haskell-xyz.scm (ghc-microlens): Update to 0.4.10.
This commit is contained in:
Timothy Sample 2019-10-31 00:41:50 -04:00
parent 1188eabb15
commit 82478c586a
No known key found for this signature in database
GPG key ID: 2AC6A5EC1C357C59

View file

@ -6168,7 +6168,7 @@ efficient memo functions using tries.")
(define-public ghc-microlens
(package
(name "ghc-microlens")
(version "0.4.9.1")
(version "0.4.10")
(source
(origin
(method url-fetch)
@ -6177,7 +6177,7 @@ efficient memo functions using tries.")
"microlens-" version ".tar.gz"))
(sha256
(base32
"0j2nzf0vpx2anvsrg2w0vy2z4jn3kkcs2n6glkzblhn1j9piqh51"))))
"1v277yyy4p9q57xr2lfp6qs24agglfczmcabrapxrzci3jfshmcw"))))
(build-system haskell-build-system)
(home-page
"https://github.com/aelve/microlens")