python3Packages.jdatetime: 5.3.0 -> 6.0.1

This commit is contained in:
R. Ryantm
2026-07-17 07:11:22 +00:00
parent 3caf6c92ce
commit aa4c7653c2
@@ -8,12 +8,12 @@
buildPythonPackage rec {
pname = "jdatetime";
version = "5.3.0";
version = "6.0.1";
pyproject = true;
src = fetchPypi {
inherit pname version;
hash = "sha256-0g65/CoA6GSTphVrKg5OV58jN56P6hhqDmA/02oTAic=";
hash = "sha256-40nsX+TNQriObxodnR3iORv6dwKl09POhw1ZOkdVl7A=";
};
build-system = [ setuptools ];