gnu: ghc-vault: Update to 0.3.0.6.
* gnu/packages/haskell.scm (ghc-vault): Update to 0.3.0.6.
This commit is contained in:
parent
e24399041f
commit
a25d3035c7
1 changed files with 2 additions and 2 deletions
|
@ -3546,7 +3546,7 @@ cursor, and changing the title.")
|
||||||
(define-public ghc-vault
|
(define-public ghc-vault
|
||||||
(package
|
(package
|
||||||
(name "ghc-vault")
|
(name "ghc-vault")
|
||||||
(version "0.3.0.4")
|
(version "0.3.0.6")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
|
@ -3556,7 +3556,7 @@ cursor, and changing the title.")
|
||||||
".tar.gz"))
|
".tar.gz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0ah6qrg71krc87f4vjy4b4shdd0mgyil8fikb3j6fl4kfwlg67jn"))))
|
"0j7gcs440q7qlgzi2hn36crgp2c0w69k40g6vj9hxlm31zk3shqb"))))
|
||||||
(build-system haskell-build-system)
|
(build-system haskell-build-system)
|
||||||
(inputs
|
(inputs
|
||||||
`(("ghc-unordered-containers" ,ghc-unordered-containers)
|
`(("ghc-unordered-containers" ,ghc-unordered-containers)
|
||||||
|
|
Reference in a new issue