gnu: ghc-vault: Update to 0.3.0.6.

* gnu/packages/haskell.scm (ghc-vault): Update to 0.3.0.6.
master
Ricardo Wurmus 2018-02-12 23:55:59 +01:00
parent e24399041f
commit a25d3035c7
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

@ -3546,7 +3546,7 @@ cursor, and changing the title.")
(define-public ghc-vault
(package
(name "ghc-vault")
(version "0.3.0.4")
(version "0.3.0.6")
(source
(origin
(method url-fetch)
@ -3556,7 +3556,7 @@ cursor, and changing the title.")
".tar.gz"))
(sha256
(base32
"0ah6qrg71krc87f4vjy4b4shdd0mgyil8fikb3j6fl4kfwlg67jn"))))
"0j7gcs440q7qlgzi2hn36crgp2c0w69k40g6vj9hxlm31zk3shqb"))))
(build-system haskell-build-system)
(inputs
`(("ghc-unordered-containers" ,ghc-unordered-containers)