python3.pkgs.osmpythontools: 0.3.3 -> 0.3.4 (#160880)

* python3.pkgs.osmpythontools: switch tag name

as upstreem has changed it back to their usual pattern

* python3.pkgs.osmpythontools: add meta.changelog

* python3.pkgs.osmpythontools: 0.3.3 -> 0.3.4

authored by Raphael Das Gupta and committed by GitHub 14566f99 81626bf4

+4 -3
+4 -3
pkgs/development/python-modules/osmpythontools/default.nix
··· 13 13 14 14 buildPythonPackage rec { 15 15 pname = "osmpythontools"; 16 - version = "0.3.3"; 16 + version = "0.3.4"; 17 17 18 18 src = fetchFromGitHub { 19 19 owner = "mocnik-science"; 20 20 repo = "osm-python-tools"; 21 - rev = "v.${version}"; 22 - sha256 = "sha256-335zo/kOX4OpUwHas2aaPibY6zNmDaaHJpolbTQWqKk="; 21 + rev = "v${version}"; 22 + sha256 = "sha256-7r42b/B9h7cMgM+wFS0Fink/3WjUNvz+PwLn3C5hawc="; 23 23 }; 24 24 25 25 propagatedBuildInputs = [ ··· 54 54 ''; 55 55 homepage = "https://github.com/mocnik-science/osm-python-tools"; 56 56 license = licenses.gpl3Only; 57 + changelog = "https://raw.githubusercontent.com/mocnik-science/osm-python-tools/v${version}/version-history.md"; 57 58 maintainers = with maintainers; [ das-g ]; 58 59 }; 59 60 }