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
main
Raphael Das Gupta 2 years ago committed by GitHub
parent 81626bf4a8
commit 14566f9902
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 7
      pkgs/development/python-modules/osmpythontools/default.nix

@ -13,13 +13,13 @@
buildPythonPackage rec {
pname = "osmpythontools";
version = "0.3.3";
version = "0.3.4";
src = fetchFromGitHub {
owner = "mocnik-science";
repo = "osm-python-tools";
rev = "v.${version}";
sha256 = "sha256-335zo/kOX4OpUwHas2aaPibY6zNmDaaHJpolbTQWqKk=";
rev = "v${version}";
sha256 = "sha256-7r42b/B9h7cMgM+wFS0Fink/3WjUNvz+PwLn3C5hawc=";
};
propagatedBuildInputs = [
@ -54,6 +54,7 @@ buildPythonPackage rec {
'';
homepage = "https://github.com/mocnik-science/osm-python-tools";
license = licenses.gpl3Only;
changelog = "https://raw.githubusercontent.com/mocnik-science/osm-python-tools/v${version}/version-history.md";
maintainers = with maintainers; [ das-g ];
};
}

Loading…
Cancel
Save