python3Packages.pbxproj: 4.3.0 -> 4.3.2

This commit is contained in:
R. Ryantm
2025-10-23 11:34:36 +00:00
parent fedf897f2a
commit adb904feaa

View File

@@ -10,14 +10,14 @@
buildPythonPackage rec {
pname = "pbxproj";
version = "4.3.0";
version = "4.3.2";
pyproject = true;
src = fetchFromGitHub {
owner = "kronenthaler";
repo = "mod-pbxproj";
tag = version;
hash = "sha256-A7kYjlMr0PDZHdZLhs7Mn2Ihx0XKQUbVaRgWcMoWM7E=";
hash = "sha256-Kwt/ellGOZBenYBCCW13pSMsPVdJyiEklIPMtw/UDvI=";
};
build-system = [ setuptools ];