python3Packages.openstep-plist: 0.5.1 -> 0.5.2

This commit is contained in:
R. Ryantm
2026-03-19 03:47:34 +00:00
parent 76040dbcaa
commit fc1556741a
@@ -10,13 +10,13 @@
buildPythonPackage rec {
pname = "openstep-plist";
version = "0.5.1";
version = "0.5.2";
pyproject = true;
src = fetchPypi {
pname = "openstep_plist";
inherit version;
hash = "sha256-AGgwTRLOwP4TLE+dIHfHG/pP9DkEmU/SosqX1aB2M44=";
hash = "sha256-Kg1w/3oDzOZKcnBitkuy9cmvn9SmNqqkM5tqqiz2UZU=";
};
build-system = [