mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-02 09:28:57 -05:00
gnu: ghc-attoparsec: Update to 0.13.2.3.
* gnu/packages/haskell-xyz.scm (ghc-attoparsec): Update to 0.13.2.3.
This commit is contained in:
parent
7799d17f8b
commit
511c3204b7
1 changed files with 2 additions and 2 deletions
|
@ -441,7 +441,7 @@ (define-public ghc-atomic-write
|
||||||
(define-public ghc-attoparsec
|
(define-public ghc-attoparsec
|
||||||
(package
|
(package
|
||||||
(name "ghc-attoparsec")
|
(name "ghc-attoparsec")
|
||||||
(version "0.13.2.2")
|
(version "0.13.2.3")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
|
@ -451,7 +451,7 @@ (define-public ghc-attoparsec
|
||||||
".tar.gz"))
|
".tar.gz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0j6qcwd146yzlkc9mcvzvnixsyl65n2a68l28322q5v9p4g4g4yx"))))
|
"1ngjn9h5n0vyki0m2jir4mg85875ysswy9hznpmj1r856mqwc6ix"))))
|
||||||
(build-system haskell-build-system)
|
(build-system haskell-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
`(#:phases
|
`(#:phases
|
||||||
|
|
Loading…
Reference in a new issue