overturemaps: 0.12.0 -> 0.14.0 (#393547)

authored by Peder Bergebakken Sundt and committed by GitHub b5dd9efc d3efbedb

+2 -2
+2 -2
pkgs/by-name/ov/overturemaps/package.nix
··· 6 6 7 7 python3Packages.buildPythonPackage rec { 8 8 pname = "overturemaps"; 9 - version = "0.12.0"; 9 + version = "0.14.0"; 10 10 pyproject = true; 11 11 12 12 src = fetchPypi { 13 13 inherit pname version; 14 - hash = "sha256-Nr8ZB5A8ePJI69IL4Mzjmz22FLzsTGdfP+eTSAqCcoc="; 14 + hash = "sha256-UtYS5FcNBT9IIiybKUXK+jwGnXQ+oR/HQI3ntfV8NYg="; 15 15 }; 16 16 17 17 build-system = with python3Packages; [ poetry-core ];