python3Packages.python-open-router: 0.3.2 -> 0.3.3

https://github.com/joostlek/python-open-router/releases/tag/v0.3.3
This commit is contained in:
Martin Weinelt
2025-11-15 15:03:21 +01:00
parent b3465001d3
commit 09b7b02289
@@ -16,14 +16,14 @@
buildPythonPackage rec {
pname = "python-open-router";
version = "0.3.2";
version = "0.3.3";
pyproject = true;
src = fetchFromGitHub {
owner = "joostlek";
repo = "python-open-router";
tag = "v${version}";
hash = "sha256-SSpSoo82FD1KUwbZpeHpl9I4A50yuJmdTVaHDxLZXso=";
hash = "sha256-RFKtt8ViTIEBmahY9H9YhSdVSlxaBEPOxRWPST9GoAM=";
};
build-system = [ poetry-core ];