me
/
guix
Archived
1
0
Fork 0

gnu: ocaml-ocurl: Update to 0.9.2.

* gnu/packages/ocaml.scm (ocaml-ocurl): Update to 0.9.2.
master
Julien Lepiller 2022-02-04 14:22:37 +01:00
parent 2cabfdfc86
commit 60356cc029
No known key found for this signature in database
GPG Key ID: 53D457B2D636EE82
1 changed files with 2 additions and 2 deletions

View File

@ -3000,14 +3000,14 @@ and command-line tool.")
(define-public ocaml-ocurl
(package
(name "ocaml-ocurl")
(version "0.9.1")
(version "0.9.2")
(source (origin
(method url-fetch)
(uri (string-append "http://ygrek.org.ua/p/release/ocurl/ocurl-"
version ".tar.gz"))
(sha256
(base32
"0n621cxb9012pj280c7821qqsdhypj8qy9qgrah79dkh6a8h2py6"))))
"0qvpsqbq4qbd397n0nlv9cwlqfyjw7gfb5mmq1awvnklr0c9fdg0"))))
(build-system ocaml-build-system)
(arguments
`(#:phases