gnu: ghc-securemem: Update to 0.1.10.

* gnu/packages/haskell.scm (ghc-securemem): Update to 0.1.10.
master
Timothy Sample 2018-08-28 23:41:46 -04:00 committed by Ricardo Wurmus
parent 9720cca2e5
commit 4828f040df
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

@ -9535,7 +9535,7 @@ interpolates variables according to the type being inserted.")
(define-public ghc-securemem
(package
(name "ghc-securemem")
(version "0.1.9")
(version "0.1.10")
(source
(origin
(method url-fetch)
@ -9544,7 +9544,7 @@ interpolates variables according to the type being inserted.")
"securemem-" version ".tar.gz"))
(sha256
(base32
"0dkhhjxa7njc3qbgvd5a23rkvr39vj2kn2a9nk6yjg7a8b2hvdpy"))))
"19hnw2cfbsfjynxq1bq9f6djbxhsc1k751ml0y1ab3ah913mm29j"))))
(build-system haskell-build-system)
(inputs `(("ghc-byteable" ,ghc-byteable)
("ghc-memory" ,ghc-memory)))