mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-05 10:56:56 -05:00
gnu: ghc-system-filepath-bootstrap: Update to 0.4.14.
* gnu/packages/haskell.scm (ghc-system-filepath-bootstrap): Update to 0.4.14.
This commit is contained in:
parent
2a7c296a5d
commit
343c23988a
1 changed files with 2 additions and 2 deletions
|
@ -7278,7 +7278,7 @@ (define-public ghc-lifted-async
|
||||||
(define ghc-system-filepath-bootstrap
|
(define ghc-system-filepath-bootstrap
|
||||||
(package
|
(package
|
||||||
(name "ghc-system-filepath-bootstrap")
|
(name "ghc-system-filepath-bootstrap")
|
||||||
(version "0.4.13.4")
|
(version "0.4.14")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
|
@ -7287,7 +7287,7 @@ (define ghc-system-filepath-bootstrap
|
||||||
version ".tar.gz"))
|
version ".tar.gz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1yy5zsmmimhg6iaw9fmpwrxvxrgi5s6bfyqfihdsnx4bjvn7sp9l"))))
|
"14yras4pz2dh55xpwmazcgxijvi8913pjgzb9iw50mjq1lycwmhn"))))
|
||||||
(build-system haskell-build-system)
|
(build-system haskell-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
`(#:tests? #f))
|
`(#:tests? #f))
|
||||||
|
|
Loading…
Reference in a new issue