python311Packages.georss-client: 0.15 -> 0.17
Diff: https://github.com/exxamalte/python-georss-client/compare/refs/tags/v0.15...v0.17 Changelog: https://github.com/exxamalte/python-georss-client/releases/tag/v0.17
This commit is contained in:
parent
1af6ef5955
commit
a927ecc6bd
1 changed files with 3 additions and 3 deletions
|
@ -12,16 +12,16 @@
|
||||||
|
|
||||||
buildPythonPackage rec {
|
buildPythonPackage rec {
|
||||||
pname = "georss-client";
|
pname = "georss-client";
|
||||||
version = "0.15";
|
version = "0.17";
|
||||||
pyproject = true;
|
pyproject = true;
|
||||||
|
|
||||||
disabled = pythonOlder "3.7";
|
disabled = pythonOlder "3.8";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "exxamalte";
|
owner = "exxamalte";
|
||||||
repo = "python-georss-client";
|
repo = "python-georss-client";
|
||||||
rev = "refs/tags/v${version}";
|
rev = "refs/tags/v${version}";
|
||||||
hash = "sha256-D1ggfEDU+vlFmi1USwdHj1due0PrCQCpKF4zaarHCFs=";
|
hash = "sha256-DvQifO/jirpacWZccK4WPxnm/iYs1qT5nAYQUDoleO4=";
|
||||||
};
|
};
|
||||||
|
|
||||||
nativeBuildInputs = [
|
nativeBuildInputs = [
|
||||||
|
|
Loading…
Reference in a new issue