python3Packages.pyosmium: 4.3.0 -> 4.3.1

This commit is contained in:
R. Ryantm
2026-04-09 09:28:52 +00:00
parent 5a670b6912
commit 33d25fce32
@@ -22,7 +22,7 @@
buildPythonPackage rec {
pname = "pyosmium";
version = "4.3.0";
version = "4.3.1";
pyproject = true;
disabled = isPyPy;
@@ -31,7 +31,7 @@ buildPythonPackage rec {
owner = "osmcode";
repo = "pyosmium";
tag = "v${version}";
hash = "sha256-baLa3Zy67kbUBGoDqJjfO/ICSbr7cNYY8bUuVfcy3yQ=";
hash = "sha256-lEkT+3R6200XarMW1oZcOzMLPviDcpG8kQilXVWOyu0=";
};
build-system = [