python3Packages.pbxproj: 4.2.1 -> 4.3.0 (#438858)

This commit is contained in:
Nick Cao
2025-09-01 10:53:38 -04:00
committed by GitHub
@@ -10,14 +10,14 @@
buildPythonPackage rec {
pname = "pbxproj";
version = "4.2.1";
version = "4.3.0";
pyproject = true;
src = fetchFromGitHub {
owner = "kronenthaler";
repo = "mod-pbxproj";
tag = version;
hash = "sha256-srtS6ggVnpffEa57LL2OzfC2mVd9uLxUL6LzxqPVLdo=";
hash = "sha256-A7kYjlMr0PDZHdZLhs7Mn2Ihx0XKQUbVaRgWcMoWM7E=";
};
build-system = [ setuptools ];