ocamlPackages.owl: 1.0.2 -> 1.1

This commit is contained in:
Ben Darwin 2023-05-24 20:29:03 -04:00 committed by Vincent Laporte
parent 0da3412c91
commit f4a9199f87
2 changed files with 4 additions and 4 deletions

View File

@ -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";

View File

@ -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