mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-13 22:50:23 -05: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:
parent
1188eabb15
commit
82478c586a
1 changed files with 2 additions and 2 deletions
|
@ -6168,7 +6168,7 @@ (define-public ghc-memotrie
|
|||
(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 @@ (define-public ghc-microlens
|
|||
"microlens-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32
|
||||
"0j2nzf0vpx2anvsrg2w0vy2z4jn3kkcs2n6glkzblhn1j9piqh51"))))
|
||||
"1v277yyy4p9q57xr2lfp6qs24agglfczmcabrapxrzci3jfshmcw"))))
|
||||
(build-system haskell-build-system)
|
||||
(home-page
|
||||
"https://github.com/aelve/microlens")
|
||||
|
|
Loading…
Reference in a new issue