openturns: 1.21.2 -> 1.22

This commit is contained in:
R. Ryantm 2024-01-11 05:36:06 +00:00
parent b01852a162
commit 9473398eec

View File

@ -26,13 +26,13 @@
stdenv.mkDerivation rec {
pname = "openturns";
version = "1.21.2";
version = "1.22";
src = fetchFromGitHub {
owner = "openturns";
repo = "openturns";
rev = "v${version}";
sha256 = "sha256-Zq+Z3jLjdba3566H4RdwztqbRRID5K5yHvoGmgzq8QM=";
sha256 = "sha256-ku3/mPoa1YJVJB99R/kWlOubIO+OZAiKfPqS/DrtJQk=";
};
nativeBuildInputs = [ cmake ] ++ lib.optional enablePython python3Packages.sphinx;