From c70263ec3ce2679c92bdc3661833c6929371f06d Mon Sep 17 00:00:00 2001 From: Fabian Affolter Date: Mon, 12 Dec 2022 11:04:13 +0100 Subject: [PATCH 1/2] python310Packages.aioqsw: add changelog to meta --- pkgs/development/python-modules/aioqsw/default.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/pkgs/development/python-modules/aioqsw/default.nix b/pkgs/development/python-modules/aioqsw/default.nix index c2c4b23d951a..8d5ecbc48e9e 100644 --- a/pkgs/development/python-modules/aioqsw/default.nix +++ b/pkgs/development/python-modules/aioqsw/default.nix @@ -34,6 +34,7 @@ buildPythonPackage rec { meta = with lib; { description = "Library to fetch data from QNAP QSW switches"; homepage = "https://github.com/Noltari/aioqsw"; + changelog = "https://github.com/Noltari/aioqsw/releases/tag/${version}"; license = with licenses; [ asl20 ]; maintainers = with maintainers; [ fab ]; }; From c3b18f64e6494c57aaa767e6a1768646e68fd2b2 Mon Sep 17 00:00:00 2001 From: Fabian Affolter Date: Mon, 12 Dec 2022 11:04:47 +0100 Subject: [PATCH 2/2] python310Packages.aioqsw: 0.2.2 -> 0.3.1 Diff: https://github.com/Noltari/aioqsw/compare/refs/tags/0.2.2...0.3.1 Changelog: https://github.com/Noltari/aioqsw/releases/tag/0.3.1 --- pkgs/development/python-modules/aioqsw/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/development/python-modules/aioqsw/default.nix b/pkgs/development/python-modules/aioqsw/default.nix index 8d5ecbc48e9e..e0a2b51a75d9 100644 --- a/pkgs/development/python-modules/aioqsw/default.nix +++ b/pkgs/development/python-modules/aioqsw/default.nix @@ -8,7 +8,7 @@ buildPythonPackage rec { pname = "aioqsw"; - version = "0.2.2"; + version = "0.3.1"; format = "setuptools"; disabled = pythonOlder "3.8"; @@ -17,7 +17,7 @@ buildPythonPackage rec { owner = "Noltari"; repo = pname; rev = "refs/tags/${version}"; - hash = "sha256-icrgLPn2Nr5rKJ2YzLLL8rhHoTK+ecNyhGd3glOc7tM="; + hash = "sha256-8WfQTaa9BiMHDLxCZNqcFmi0ifEC2xgyN2cDBBtBDdI="; }; propagatedBuildInputs = [