python312Packages.openturns: 1.23 -> 1.24

This commit is contained in:
R. Ryantm
2024-11-25 17:27:44 +00:00
parent 504e3ecdd9
commit 83149d48fd
+2 -2
View File
@@ -29,13 +29,13 @@ let
in
stdenv.mkDerivation (finalAttrs: {
pname = "openturns";
version = "1.23";
version = "1.24";
src = fetchFromGitHub {
owner = "openturns";
repo = "openturns";
rev = "v${finalAttrs.version}";
hash = "sha256-csl5cZvxU8fdLKvh04ZWKizClrHqF79c7tAMSejo2lk=";
hash = "sha256-88wxgifLuF/P/qeMLVP0S5Agutf022Dsysu38mh9+8w=";
};
nativeBuildInputs = [