summaryrefslogtreecommitdiffstats
path: root/pkgs/development/python-modules/aio-georss-gdacs
diff options
context:
space:
mode:
authorFabian Affolter <mail@fabian-affolter.ch>2023-01-26 21:05:11 +0100
committerFabian Affolter <mail@fabian-affolter.ch>2023-01-26 21:05:11 +0100
commit5f9204ade066c3e93adbd8d5f2d91326adf24600 (patch)
tree1c409c4d8bfcc89521f3d04b967756db5e3930f4 /pkgs/development/python-modules/aio-georss-gdacs
parent03b3dff5b6178715fca38d706f800b21079b3247 (diff)
python310Packages.aio-georss-gdacs: add changelog to meta
Diffstat (limited to 'pkgs/development/python-modules/aio-georss-gdacs')
-rw-r--r--pkgs/development/python-modules/aio-georss-gdacs/default.nix5
1 files changed, 3 insertions, 2 deletions
diff --git a/pkgs/development/python-modules/aio-georss-gdacs/default.nix b/pkgs/development/python-modules/aio-georss-gdacs/default.nix
index 2abe7899499b..2c744628bf63 100644
--- a/pkgs/development/python-modules/aio-georss-gdacs/default.nix
+++ b/pkgs/development/python-modules/aio-georss-gdacs/default.nix
@@ -19,8 +19,8 @@ buildPythonPackage rec {
src = fetchFromGitHub {
owner = "exxamalte";
repo = "python-aio-georss-gdacs";
- rev = "v${version}";
- sha256 = "sha256-6z0l0PcFTQgOBj8cBgBMPJIqWG53u7h4WbYkBqU4FNE=";
+ rev = "refs/tags/v${version}";
+ hash = "sha256-6z0l0PcFTQgOBj8cBgBMPJIqWG53u7h4WbYkBqU4FNE=";
};
propagatedBuildInputs = [
@@ -41,6 +41,7 @@ buildPythonPackage rec {
meta = with lib; {
description = "Python library for accessing GeoRSS feeds";
homepage = "https://github.com/exxamalte/python-aio-georss-gdacs";
+ changelog = "https://github.com/exxamalte/python-aio-georss-gdacs/releases/tag/v${version}";
license = with licenses; [ asl20 ];
maintainers = with maintainers; [ fab ];
};