python312Packages.openstep-plist: 0.3.1 -> 0.4.0 (#349606)

This commit is contained in:
Nick Cao
2024-11-01 11:28:41 -04:00
committed by GitHub
@@ -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 = [