Commit f4a9199f authored by Ben Darwin's avatar Ben Darwin Committed by Vincent Laporte
Browse files

ocamlPackages.owl: 1.0.2 -> 1.1

parent 0da3412c
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -2,13 +2,13 @@

buildDunePackage rec {
  pname = "owl-base";
  version = "1.0.2";
  version = "1.1";

  duneVersion = "3";

  src = fetchurl {
    url = "https://github.com/owlbarn/owl/releases/download/${version}/owl-${version}.tbz";
    hash = "sha256-ONIQzmwcLwljH9WZUUMOTzZLWuA2xx7RsyzlWbKikmM=";
    hash = "sha256-mDYCZ2z33VTEvc6gV4JTecIXA/vHIWuU37BADGl/yog=";
  };

  minimalOCamlVersion = "4.10";
+2 −2
Original line number Diff line number Diff line
@@ -3,7 +3,7 @@
, dune-configurator
, fetchFromGitHub
, alcotest
, eigen
, ctypes
, stdio
, openblasCompat
, owl-base
@@ -21,7 +21,7 @@ buildDunePackage rec {
  checkInputs = [ alcotest ];
  buildInputs = [ dune-configurator stdio ];
  propagatedBuildInputs = [
    eigen
    ctypes
    openblasCompat
    owl-base
    npy