lol
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Merge pull request #201111 from r-ryantm/auto-update/python310Packages.pyosmium

python310Packages.pyosmium: 3.4.1 -> 3.5.0

authored by

Nikolay Korotkiy and committed by
GitHub
b37bcf7c 6d9eb6a8

+2 -2
+2 -2
pkgs/development/python-modules/pyosmium/default.nix
··· 5 5 6 6 buildPythonPackage rec { 7 7 pname = "pyosmium"; 8 - version = "3.4.1"; 8 + version = "3.5.0"; 9 9 10 10 disabled = pythonOlder "3.4" || isPyPy; 11 11 ··· 13 13 owner = "osmcode"; 14 14 repo = pname; 15 15 rev = "refs/tags/v${version}"; 16 - sha256 = "sha256-PMQnQe699ZWRR2gevrSCTokyc9xr1TL9Ohuqn7NL8c8="; 16 + sha256 = "sha256-dumTyca1nLPa6B3p5fmUGWa6jReHOeFPc9heTz/2zao="; 17 17 }; 18 18 19 19 nativeBuildInputs = [ cmake ];