python3Packages.pbxproj: 4.3.0 -> 4.3.2
This commit is contained in:
@@ -10,14 +10,14 @@
|
|||||||
|
|
||||||
buildPythonPackage rec {
|
buildPythonPackage rec {
|
||||||
pname = "pbxproj";
|
pname = "pbxproj";
|
||||||
version = "4.3.0";
|
version = "4.3.2";
|
||||||
pyproject = true;
|
pyproject = true;
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "kronenthaler";
|
owner = "kronenthaler";
|
||||||
repo = "mod-pbxproj";
|
repo = "mod-pbxproj";
|
||||||
tag = version;
|
tag = version;
|
||||||
hash = "sha256-A7kYjlMr0PDZHdZLhs7Mn2Ihx0XKQUbVaRgWcMoWM7E=";
|
hash = "sha256-Kwt/ellGOZBenYBCCW13pSMsPVdJyiEklIPMtw/UDvI=";
|
||||||
};
|
};
|
||||||
|
|
||||||
build-system = [ setuptools ];
|
build-system = [ setuptools ];
|
||||||
|
|||||||
Reference in New Issue
Block a user