mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-15 23:48:07 -05:00
gnu: ghc-regex: Update to 1.0.2.0.
* gnu/packages/haskell-xyz.scm (ghc-regex): Update to 1.0.2.0.
This commit is contained in:
parent
15ebc81547
commit
b9a5e634d1
1 changed files with 2 additions and 2 deletions
|
@ -8227,7 +8227,7 @@ (define-public ghc-reflection
|
|||
(define-public ghc-regex
|
||||
(package
|
||||
(name "ghc-regex")
|
||||
(version "1.0.1.3")
|
||||
(version "1.0.2.0")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
|
@ -8235,7 +8235,7 @@ (define-public ghc-regex
|
|||
"regex-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32
|
||||
"1sjkpkgv4phy5b5v2lr89x4vx4dh44pj0sbvlsp6n86w9v6v4jwb"))))
|
||||
"1f2z025hif1fr24b5khq3qxxyvpxrnhyx8xmbms332arw28rpkda"))))
|
||||
(build-system haskell-build-system)
|
||||
(arguments
|
||||
`(#:phases
|
||||
|
|
Loading…
Reference in a new issue