paraview: 5.10.0 -> 5.11.0

This commit is contained in:
David Guibert 2023-02-11 21:21:02 +01:00
parent 0c63aa1630
commit 376194cf39
2 changed files with 3 additions and 5 deletions

View File

@ -6,7 +6,7 @@
}:
let
version = "5.10.0";
version = "5.11.0";
docFiles = [
(fetchurl {
@ -35,7 +35,7 @@ in stdenv.mkDerivation rec {
owner = "paraview";
repo = "paraview";
rev = "v${version}";
sha256 = "0ipx6zq44hpic7gvv0s2jvjncak6vlmrz5sp9ypc15b15bna0gs2";
sha256 = "sha256-WvkKGl5lG+apX6m4ULVZZVtDsSUjEVXe/seh95b+LmI=";
fetchSubmodules = true;
};

View File

@ -32118,9 +32118,7 @@ with pkgs;
pavucontrol = callPackage ../applications/audio/pavucontrol { };
paraview = libsForQt5.callPackage ../applications/graphics/paraview {
python3 = python39;
};
paraview = libsForQt5.callPackage ../applications/graphics/paraview { };
parlatype = callPackage ../applications/audio/parlatype { };