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

Diff: https://github.com/joostlek/python-open-router/compare/v0.3.1...v0.3.2

Changelog: https://github.com/joostlek/python-open-router/releases/tag/v0.3.2
This commit is contained in:
Robert Schütz
2025-11-03 08:32:56 -08:00
parent a070008e7b
commit 6d97f3cf4a
@@ -16,14 +16,14 @@
buildPythonPackage rec {
pname = "python-open-router";
version = "0.3.1";
version = "0.3.2";
pyproject = true;
src = fetchFromGitHub {
owner = "joostlek";
repo = "python-open-router";
tag = "v${version}";
hash = "sha256-EoLBlgXKrAo2DKOuLGvN3MbWIJIG+Ehtznegnq3VX44=";
hash = "sha256-SSpSoo82FD1KUwbZpeHpl9I4A50yuJmdTVaHDxLZXso=";
};
build-system = [ poetry-core ];