lol
fork

Configure Feed

Select the types of activity you want to include in your feed.

Merge pull request #200345 from r-ryantm/auto-update/openturns

openturns: 1.19 -> 1.20

authored by

Bobby Rong and committed by
GitHub
4e900990 036e5af6

+2 -2
+2 -2
pkgs/development/libraries/openturns/default.nix
··· 25 25 26 26 stdenv.mkDerivation rec { 27 27 pname = "openturns"; 28 - version = "1.19"; 28 + version = "1.20"; 29 29 30 30 src = fetchFromGitHub { 31 31 owner = "openturns"; 32 32 repo = "openturns"; 33 33 rev = "v${version}"; 34 - sha256 = "sha256-hSvhKx7Ke5PXPYGcn9OJvq7YooAbHrbP6TdLZBotriE="; 34 + sha256 = "sha256-QeapH937yGnK6oD+rgIERePxz6ooxGpOx6x9LyFDt2A="; 35 35 }; 36 36 37 37 nativeBuildInputs = [ cmake ] ++ lib.optional enablePython python3Packages.sphinx;