mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-12 06:06:53 -05:00
gnu: ocaml-ocurl: Update to 0.9.1.
* gnu/packages/ocaml.scm (ocaml-ocurl): Update to 0.9.1.
This commit is contained in:
parent
bee8c8acd7
commit
1ac2bf05c8
1 changed files with 2 additions and 2 deletions
|
@ -2192,14 +2192,14 @@ (define-public ocaml-jsonm
|
|||
(define-public ocaml-ocurl
|
||||
(package
|
||||
(name "ocaml-ocurl")
|
||||
(version "0.8.2")
|
||||
(version "0.9.1")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (string-append "http://ygrek.org.ua/p/release/ocurl/ocurl-"
|
||||
version ".tar.gz"))
|
||||
(sha256
|
||||
(base32
|
||||
"1ax3xdlzgb1zg7d0wr9nwgmh6a45a764m0wk8p6mx07ad94hz0q9"))))
|
||||
"0n621cxb9012pj280c7821qqsdhypj8qy9qgrah79dkh6a8h2py6"))))
|
||||
(build-system ocaml-build-system)
|
||||
(arguments
|
||||
`(#:phases
|
||||
|
|
Loading…
Reference in a new issue