Revert "python3Packages.pythonocc-core: 7.6.2 -> 7.7.0"

This reverts commit c8f346cb9d.

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:
Arnout Engelen 2023-04-13 15:01:03 +02:00
parent c6341a30a6
commit 69847c6212
No known key found for this signature in database
GPG key ID: 061107B0F74A6DAA

View file

@ -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 = ''