Unverified Commit 69847c62 authored by Arnout Engelen's avatar Arnout Engelen
Browse files

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

This reverts commit c8f346cb.

c8f346cb 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 .
parent c6341a30
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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 = ''