Merge pull request #98845 from gebner/freecad019git

This commit is contained in:
Gabriel Ebner
2020-09-26 17:30:56 +02:00
committed by GitHub
8 changed files with 153 additions and 48 deletions

View File

@@ -2,13 +2,13 @@
buildPythonPackage rec {
pname = "pivy";
version = "0.6.5a2";
version = "0.6.5";
src = fetchFromGitHub {
owner = "FreeCAD";
owner = "coin3d";
repo = "pivy";
rev = version;
sha256 = "1w03jaha36bjyfaz8hchnv8yrkm5715w15crhd3qrlagz8fs38hm";
sha256 = "0vids7sxk8w5vr73xdnf8xdci71a7syl6cd35aiisppbqyyfmykx";
};
nativeBuildInputs = with pkgs; [