Merge pull request #275974 from r-ryantm/auto-update/python310Packages.openturns

python310Packages.openturns: 1.21.1 -> 1.21.2
This commit is contained in:
Nick Cao 2023-12-22 10:20:25 -05:00 committed by GitHub
commit 5acddd65c4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -26,13 +26,13 @@
stdenv.mkDerivation rec {
pname = "openturns";
version = "1.21.1";
version = "1.21.2";
src = fetchFromGitHub {
owner = "openturns";
repo = "openturns";
rev = "v${version}";
sha256 = "sha256-Lg42QqsHYFxeUjZjYFVJFxeJv2MzOpjoShfbIg/095A=";
sha256 = "sha256-Zq+Z3jLjdba3566H4RdwztqbRRID5K5yHvoGmgzq8QM=";
};
nativeBuildInputs = [ cmake ] ++ lib.optional enablePython python3Packages.sphinx;