Skip to content

Commit

Permalink
openturns: 1.21.2 -> 1.22
Browse files Browse the repository at this point in the history
  • Loading branch information
r-ryantm committed Jan 11, 2024
1 parent b01852a commit 9473398
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/development/libraries/openturns/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 9473398

Please sign in to comment.