mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-19 05:57:04 +01:00
gnu: ocaml-ssl: Update to 0.5.10.
* gnu/packages/ocaml.scm (ocaml-ssl): Update to 0.5.10.
This commit is contained in:
parent
4c91332cce
commit
b1acfb676a
1 changed files with 3 additions and 3 deletions
|
@ -2356,16 +2356,16 @@ (define-public ocaml-react
|
||||||
(define-public ocaml-ssl
|
(define-public ocaml-ssl
|
||||||
(package
|
(package
|
||||||
(name "ocaml-ssl")
|
(name "ocaml-ssl")
|
||||||
(version "0.5.9")
|
(version "0.5.10")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
(uri (git-reference
|
(uri (git-reference
|
||||||
(url "https://github.com/savonet/ocaml-ssl")
|
(url "https://github.com/savonet/ocaml-ssl")
|
||||||
(commit version)))
|
(commit (string-append "v" version))))
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256 (base32
|
(sha256 (base32
|
||||||
"04h02rvzrwp886n5hsx84rnc9b150iggy38g5v1x1rwz3pkdnmf0"))))
|
"1rszqiqayh67xlwd5411k8vib47x9kapdr037z1majd2c14z3kcb"))))
|
||||||
(build-system dune-build-system)
|
(build-system dune-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
`(#:test-target "."))
|
`(#:test-target "."))
|
||||||
|
|
Loading…
Reference in a new issue