Unverified Commit 245b85e6 authored by Antoine du Hamel's avatar Antoine du Hamel Committed by GitHub
Browse files

openturns: 1.25.1 -> 1.26 (#465144)

parents 497b7203 c9a2ef57
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -25,13 +25,13 @@

stdenv.mkDerivation (finalAttrs: {
  pname = "openturns";
  version = "1.25.1";
  version = "1.26";

  src = fetchFromGitHub {
    owner = "openturns";
    repo = "openturns";
    rev = "v${finalAttrs.version}";
    hash = "sha256-TwM6RvXG4+IBNxH2Ajg9atcaOGlC4kzusH8+6VbI6m4=";
    hash = "sha256-2z4tTTvDpc+AsPbiL528Y5zNf62v1u4nVaUpk22d+wo=";
  };

  nativeBuildInputs = [