python310Packages.pyosmium: 3.5.0 -> 3.6.0

This commit is contained in:
R. Ryantm 2023-01-26 13:09:09 +00:00
parent 4c90db6ced
commit 48a6c137f1

View file

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