mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-31 16:42:38 -05:00
gnu: ghc-microlens-platform: Update to 0.3.11.
* gnu/packages/haskell-xyz.scm (ghc-microlens-platform): Update to 0.3.11.
This commit is contained in:
parent
33268e2c0b
commit
85decc1f6f
1 changed files with 2 additions and 2 deletions
|
@ -6256,7 +6256,7 @@ (define-public ghc-microlens-mtl
|
|||
(define-public ghc-microlens-platform
|
||||
(package
|
||||
(name "ghc-microlens-platform")
|
||||
(version "0.3.10")
|
||||
(version "0.3.11")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
|
@ -6265,7 +6265,7 @@ (define-public ghc-microlens-platform
|
|||
"microlens-platform/microlens-platform-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32
|
||||
"1d4nhmgf9jq0ixc7qhwm7aaw3xdr0nalw58d0ydsydgf02cyazwv"))))
|
||||
"18950lxgmsg5ksvyyi3zs1smjmb1qf1q73a3p3g44bh21miz0xwb"))))
|
||||
(build-system haskell-build-system)
|
||||
(inputs
|
||||
`(("ghc-hashable" ,ghc-hashable)
|
||||
|
|
Loading…
Reference in a new issue