python310Packages.pyosmium: 3.4.1 -> 3.5.0

This commit is contained in:
R. Ryantm 2022-11-14 01:31:01 +00:00
parent 242c648f95
commit 766ad4f624

View File

@ -5,7 +5,7 @@
buildPythonPackage rec {
pname = "pyosmium";
version = "3.4.1";
version = "3.5.0";
disabled = pythonOlder "3.4" || isPyPy;
@ -13,7 +13,7 @@ buildPythonPackage rec {
owner = "osmcode";
repo = pname;
rev = "refs/tags/v${version}";
sha256 = "sha256-PMQnQe699ZWRR2gevrSCTokyc9xr1TL9Ohuqn7NL8c8=";
sha256 = "sha256-dumTyca1nLPa6B3p5fmUGWa6jReHOeFPc9heTz/2zao=";
};
nativeBuildInputs = [ cmake ];