Revert "python3Packages.pyobjc-framework-Quartz: 11.1 -> 12.1"
This reverts commit 7b813bc5ff.
Hash is somehow invalid and even after fixing it doesn't build.
This commit is contained in:
@@ -10,14 +10,14 @@
|
||||
|
||||
buildPythonPackage rec {
|
||||
pname = "pyobjc-framework-Quartz";
|
||||
version = "12.1";
|
||||
version = "11.1";
|
||||
pyproject = true;
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "ronaldoussoren";
|
||||
repo = "pyobjc";
|
||||
tag = "v${version}";
|
||||
hash = "sha256-mKrn8p6zP53sGCpFjBEWqGNx5MVXcE9x9nlTrzTdPBM=";
|
||||
hash = "sha256-2qPGJ/1hXf3k8AqVLr02fVIM9ziVG9NMrm3hN1de1Us=";
|
||||
};
|
||||
|
||||
sourceRoot = "${src.name}/pyobjc-framework-Quartz";
|
||||
|
||||
Reference in New Issue
Block a user