python3Packages.durationpy: 0.9 -> 0.10

This commit was automatically generated using update-python-libraries.
This commit is contained in:
Martin Weinelt
2026-02-01 16:43:13 +01:00
parent abf5067145
commit 89a6899148
@@ -8,14 +8,14 @@
buildPythonPackage rec {
pname = "durationpy";
version = "0.9";
version = "0.10";
pyproject = true;
src = fetchFromGitHub {
owner = "icholy";
repo = "durationpy";
rev = version;
hash = "sha256-R/cZPnUUlosGHCOcqwRJ0GJlcB6Lu5a3e5h1CQ6fysA=";
tag = version;
hash = "sha256-tJ3zOCROkwFWzTgIKx+0H7J1rNkwy5XJPh8Zec7jJ5g=";
};
build-system = [ setuptools ];