aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJulien Lepiller <julien@lepiller.eu>2020-05-15 15:56:33 +0200
committerTobias Geerinckx-Rice <me@tobias.gr>2020-05-17 15:16:45 +0200
commit9b467d5d4bac5aefa1ed0f2b8f0da1498496d580 (patch)
treede060d01e231eff7a05537baccea24e54443c398
parent01404ec8b63a4f72329544933230aaf6e94b88bd (diff)
downloadguix-9b467d5d4bac5aefa1ed0f2b8f0da1498496d580.tar.gz
guix-9b467d5d4bac5aefa1ed0f2b8f0da1498496d580.zip
gnu: ocaml-ocurl: Update to 0.9.1.
* gnu/packages/ocaml.scm (ocaml-ocurl): Update to 0.9.1.
-rw-r--r--gnu/packages/ocaml.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/ocaml.scm b/gnu/packages/ocaml.scm
index beb5258b32..c5ec3174ed 100644
--- a/gnu/packages/ocaml.scm
+++ b/gnu/packages/ocaml.scm
@@ -2192,14 +2192,14 @@ without a complete in-memory representation of the data.")
(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