python312Packages.openstep-plist: 0.3.1 -> 0.4.0

This commit is contained in:
R. Ryantm
2024-10-18 19:02:31 +00:00
parent babe2c97ed
commit 0cf58721f3
@@ -10,13 +10,13 @@
buildPythonPackage rec {
pname = "openstep-plist";
version = "0.3.1";
version = "0.4.0";
pyproject = true;
src = fetchPypi {
pname = "openstep_plist";
inherit version;
hash = "sha256-Au6taO+57Ost4slTlwc86A/ImFXZerZRab2S/ENo5PI=";
hash = "sha256-RTpWzfU0xvQtJJNNLtf5W8d8PRqKy8GIGkqgYafWAaI=";
};
build-system = [