mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-30 08:02:38 -05:00
gnu: ghc-mmorph: Update to 1.1.3.
* gnu/packages/haskell-xyz.scm (ghc-mmorph): Update to 1.1.3.
This commit is contained in:
parent
7ae5286717
commit
e0389704a9
1 changed files with 2 additions and 2 deletions
|
@ -6378,7 +6378,7 @@ (define-public ghc-mmap
|
|||
(define-public ghc-mmorph
|
||||
(package
|
||||
(name "ghc-mmorph")
|
||||
(version "1.1.2")
|
||||
(version "1.1.3")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
|
@ -6388,7 +6388,7 @@ (define-public ghc-mmorph
|
|||
".tar.gz"))
|
||||
(sha256
|
||||
(base32
|
||||
"1gjz1ib968lqybma7my1n19qq6cdj6a7nskrlnwy4jy9jrwzs2n9"))))
|
||||
"0rfsy9n9mlinpmqi2s17fhc67fzma2ig5fbmh6m5m830canzf8vr"))))
|
||||
(build-system haskell-build-system)
|
||||
(inputs
|
||||
`(("ghc-transformers-compat" ,ghc-transformers-compat)))
|
||||
|
|
Loading…
Reference in a new issue