python312Packages.openturns: 1.23 -> 1.24 (#359066)

This commit is contained in:
Weijia Wang
2025-01-02 01:59:07 +01:00
committed by GitHub
+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 = [