Revert "python3Packages.pythonocc-core: 7.6.2 -> 7.7.0"
This reverts commitc8f346cb9d
.c8f346cb9d
was part of a bulk auto-update of python packages, but broke the package as it needs to be updated in tandem with `opencascade-occt`. Adding `skipBulkUpdate` in a separate PR, #226020 .
This commit is contained in:
parent
c6341a30a6
commit
69847c6212
1 changed files with 2 additions and 2 deletions
|
@ -17,13 +17,13 @@
|
|||
|
||||
stdenv.mkDerivation rec {
|
||||
pname = "pythonocc-core";
|
||||
version = "7.7.0";
|
||||
version = "7.6.2";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "tpaviot";
|
||||
repo = "pythonocc-core";
|
||||
rev = "refs/tags/${version}";
|
||||
hash = "sha256-YybpwiCeBnwZfYS6ZxUbycHFn2DlqYxcNMylRN5ihFM=";
|
||||
hash = "sha256-45pqPQ07KYlpFwJSAYVHbzuqDQTbAvPpxReal52DCzU=";
|
||||
};
|
||||
|
||||
postPatch = ''
|
||||
|
|
Loading…
Reference in a new issue