diff options
author | Julien Lepiller <julien@lepiller.eu> | 2022-06-18 12:08:15 +0200 |
---|---|---|
committer | Julien Lepiller <julien@lepiller.eu> | 2022-06-18 13:15:20 +0200 |
commit | 3cd53fc08f68e7a47a2ff4b993ab53645b65f386 (patch) | |
tree | 7fe1ce7706beabf727bc15fef1632f8e20385b40 /gnu/packages/ocaml.scm | |
parent | 773837bfd20b1065936a12bee7adc3687188df47 (diff) | |
download | guix-3cd53fc08f68e7a47a2ff4b993ab53645b65f386.tar guix-3cd53fc08f68e7a47a2ff4b993ab53645b65f386.tar.gz |
gnu: omake: Update to 0.10.5.
* gnu/packages/ocaml.scm (omake): Update to 0.10.5.
* gnu/packages/patches/omake-fix-non-determinism.patch: Adjust for new
version.
Diffstat (limited to 'gnu/packages/ocaml.scm')
-rw-r--r-- | gnu/packages/ocaml.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/ocaml.scm b/gnu/packages/ocaml.scm index 71e1851a37..808b1a3664 100644 --- a/gnu/packages/ocaml.scm +++ b/gnu/packages/ocaml.scm @@ -3197,14 +3197,14 @@ OCaml code.") (define-public omake (package (name "omake") - (version "0.10.3") + (version "0.10.5") (source (origin (method url-fetch) (uri (string-append "http://download.camlcity.org/download/" "omake-" version ".tar.gz")) (sha256 (base32 - "07bdg1h5i7qnlv9xq81ad5hfypl10hxm771h4rjyl5cn8plhfcgz")) + "1i7pcv53kqplrbdx9mllrhbv4j57zf87xwq18r16cvn1lbc6mqal")) (patches (search-patches "omake-fix-non-determinism.patch")))) (build-system ocaml-build-system) (arguments |