Skip to content

Commit 5d39207

Browse files
authored
openturns: 1.24 -> 1.25 (#416142)
2 parents a065711 + d51e148 commit 5d39207

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pkgs/by-name/op/openturns/package.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,13 +25,13 @@
2525

2626
stdenv.mkDerivation (finalAttrs: {
2727
pname = "openturns";
28-
version = "1.24";
28+
version = "1.25";
2929

3030
src = fetchFromGitHub {
3131
owner = "openturns";
3232
repo = "openturns";
3333
rev = "v${finalAttrs.version}";
34-
hash = "sha256-88wxgifLuF/P/qeMLVP0S5Agutf022Dsysu38mh9+8w=";
34+
hash = "sha256-lAFfOwriDdYvfRK/5vEQ/v97o3l/aH8jPHCVf9vlfV4=";
3535
};
3636

3737
nativeBuildInputs = [

0 commit comments

Comments
 (0)