python3Packages.orgparse: 0.4.20231004 -> 0.4.20250520

This commit was automatically generated using update-python-libraries.
This commit is contained in:
Martin Weinelt
2025-08-09 19:02:12 +02:00
parent 3ef1a8ce36
commit 7293d95ede
@@ -7,11 +7,11 @@
buildPythonPackage rec {
pname = "orgparse";
version = "0.4.20231004";
version = "0.4.20250520";
src = fetchPypi {
inherit pname version;
hash = "sha256-pOOK6tq/mYiw9npmrNCCedGCILy8QioSkGDCiQu6kaA=";
hash = "sha256-ZHL9Ft3Ku1I5GFBchlJjq/oFrIC1k+ZooInNopGxot4=";
};
nativeBuildInputs = [ setuptools-scm ];