mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-27 04:59:27 -05:00
gnu: ghc-openssl-streams: Update to 1.2.2.0.
* gnu/packages/haskell-crypto.scm (ghc-openssl-streams): Update to 1.2.2.0. [arguments]: Remove '#:cabal-revision'.
This commit is contained in:
parent
a57236eb00
commit
a627e599d6
1 changed files with 2 additions and 5 deletions
|
@ -808,7 +808,7 @@ (define-public ghc-hsopenssl
|
||||||
(define-public ghc-openssl-streams
|
(define-public ghc-openssl-streams
|
||||||
(package
|
(package
|
||||||
(name "ghc-openssl-streams")
|
(name "ghc-openssl-streams")
|
||||||
(version "1.2.1.3")
|
(version "1.2.2.0")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
|
@ -817,7 +817,7 @@ (define-public ghc-openssl-streams
|
||||||
version ".tar.gz"))
|
version ".tar.gz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0pwghr7ygv59k572xsj1j97rilkbjz66qaiyj0ra2wfg6pl70wfw"))))
|
"0rplym6ayydkpr7x9mw3l13p0vzzfzzxw244d7sd3jcvaxpv0rmr"))))
|
||||||
(build-system haskell-build-system)
|
(build-system haskell-build-system)
|
||||||
(inputs
|
(inputs
|
||||||
`(("ghc-hsopenssl" ,ghc-hsopenssl)
|
`(("ghc-hsopenssl" ,ghc-hsopenssl)
|
||||||
|
@ -827,9 +827,6 @@ (define-public ghc-openssl-streams
|
||||||
`(("ghc-hunit" ,ghc-hunit)
|
`(("ghc-hunit" ,ghc-hunit)
|
||||||
("ghc-test-framework" ,ghc-test-framework)
|
("ghc-test-framework" ,ghc-test-framework)
|
||||||
("ghc-test-framework-hunit" ,ghc-test-framework-hunit)))
|
("ghc-test-framework-hunit" ,ghc-test-framework-hunit)))
|
||||||
(arguments
|
|
||||||
`(#:cabal-revision
|
|
||||||
("2" "1004kgdryflpkp19dv4ikilhcn0xbfc5dsp6v3ib34580pcfj7wy")))
|
|
||||||
(home-page "http://hackage.haskell.org/package/openssl-streams")
|
(home-page "http://hackage.haskell.org/package/openssl-streams")
|
||||||
(synopsis "OpenSSL network support for io-streams")
|
(synopsis "OpenSSL network support for io-streams")
|
||||||
(description "This library contains io-streams routines for secure
|
(description "This library contains io-streams routines for secure
|
||||||
|
|
Loading…
Reference in a new issue