python311Packages.openturns: 1.22 -> 1.23

This commit is contained in:
R. Ryantm 2024-06-06 15:09:18 +00:00 committed by Weijia Wang
parent 6f568c836b
commit 4f38a8e610

View File

@ -29,13 +29,13 @@ let
in
stdenv.mkDerivation (finalAttrs: {
pname = "openturns";
version = "1.22";
version = "1.23";
src = fetchFromGitHub {
owner = "openturns";
repo = "openturns";
rev = "v${finalAttrs.version}";
hash = "sha256-ku3/mPoa1YJVJB99R/kWlOubIO+OZAiKfPqS/DrtJQk=";
hash = "sha256-csl5cZvxU8fdLKvh04ZWKizClrHqF79c7tAMSejo2lk=";
};
nativeBuildInputs = [