mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-25 05:48:07 -05:00
gnu: ghc-directory: Update to 1.3.1.5.
* gnu/packages/haskell.scm (ghc-directory): Update to 1.3.1.5.
This commit is contained in:
parent
59e0812966
commit
b46ebdd867
1 changed files with 2 additions and 2 deletions
|
@ -5925,7 +5925,7 @@ (define-public ghc-colour
|
|||
(define-public ghc-directory
|
||||
(package
|
||||
(name "ghc-directory")
|
||||
(version "1.2.7.0")
|
||||
(version "1.3.1.5")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
|
@ -5934,7 +5934,7 @@ (define-public ghc-directory
|
|||
version ".tar.gz"))
|
||||
(sha256
|
||||
(base32
|
||||
"0h3hrqskadmbigaxbz2k5xxjjjlmfaq2zdn2g7jh1wv9k6yrxraa"))))
|
||||
"0zkqihmdfz7bzv3sxh1p9ijl4vra880kfy3qy9h96flq7d2if0f2"))))
|
||||
(build-system haskell-build-system)
|
||||
(home-page "http://hackage.haskell.org/package/directory")
|
||||
(synopsis "Platform-agnostic library for filesystem operations")
|
||||
|
|
Loading…
Reference in a new issue