summaryrefslogtreecommitdiff
path: root/pkgs/development/python-modules/python-socketio
diff options
context:
space:
mode:
authorFabian Affolter <mail@fabian-affolter.ch>2022-12-19 10:10:51 +0100
committerFabian Affolter <mail@fabian-affolter.ch>2022-12-19 10:10:51 +0100
commit24c01b4df59ae6d557911138bd63d82b97a64fe0 (patch)
treefe2059f5e971e24b264b7b9f1ddc49f395ac98f5 /pkgs/development/python-modules/python-socketio
parente4dc6cb94ab678fd87a4404a0cacbac65e4c53ec (diff)
python310Packages.python-socketio: add changelog to meta
Diffstat (limited to 'pkgs/development/python-modules/python-socketio')
-rw-r--r--pkgs/development/python-modules/python-socketio/default.nix3
1 files changed, 2 insertions, 1 deletions
diff --git a/pkgs/development/python-modules/python-socketio/default.nix b/pkgs/development/python-modules/python-socketio/default.nix
index a6b2bc0d247a..980e62428aff 100644
--- a/pkgs/development/python-modules/python-socketio/default.nix
+++ b/pkgs/development/python-modules/python-socketio/default.nix
@@ -23,7 +23,7 @@ buildPythonPackage rec {
owner = "miguelgrinberg";
repo = "python-socketio";
rev = "v${version}";
- sha256 = "sha256-KVaBSBWLeFJYiNJYTwoExExUmUaeNJ40c/WTgTc2Y/w=";
+ hash = "sha256-KVaBSBWLeFJYiNJYTwoExExUmUaeNJ40c/WTgTc2Y/w=";
};
propagatedBuildInputs = [
@@ -51,6 +51,7 @@ buildPythonPackage rec {
bidirectional event-based communication between clients and a server.
'';
homepage = "https://github.com/miguelgrinberg/python-socketio/";
+ changelog = "https://github.com/miguelgrinberg/python-socketio/blob/v${version}/CHANGES.md";
license = with licenses; [ mit ];
maintainers = with maintainers; [ mic92 ];
};