Skip to content

Commit

Permalink
Merge pull request #266187 from r-ryantm/auto-update/python310Package…
Browse files Browse the repository at this point in the history
…s.owslib

python310Packages.owslib: 0.29.2 -> 0.29.3
  • Loading branch information
sikmir authored Nov 17, 2023
2 parents 89dd71c + b598bfd commit 4584687
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkgs/development/python-modules/owslib/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@

buildPythonPackage rec {
pname = "owslib";
version = "0.29.2";
version = "0.29.3";
format = "setuptools";

disabled = pythonOlder "3.7";
Expand All @@ -24,7 +24,7 @@ buildPythonPackage rec {
owner = "geopython";
repo = "OWSLib";
rev = "refs/tags/${version}";
hash = "sha256-dbL4VdnPszwiDO+UjluuyqeBRMKojTnZPEFKEYiIWS0=";
hash = "sha256-yAJXknSsGXcerzaOVSrFO4j5E6B/4/0JfoSxZ+Szmws=";
};

postPatch = ''
Expand Down Expand Up @@ -72,7 +72,7 @@ buildPythonPackage rec {
meta = with lib; {
description = "Client for Open Geospatial Consortium web service interface standards";
homepage = "https://www.osgeo.org/projects/owslib/";
changelog = "https://github.com/geopython/OWSLib/blob/${version}/CHANGES.rst";
changelog = "https://github.com/geopython/OWSLib/releases/tag/${version}";
license = licenses.bsd3;
maintainers = teams.geospatial.members;
};
Expand Down

0 comments on commit 4584687

Please sign in to comment.