From 55850cf9c14abfa8f220564f17b55a4409f949c3 Mon Sep 17 00:00:00 2001 From: Fabian Affolter Date: Sun, 4 Dec 2022 11:25:35 +0100 Subject: [PATCH 1/2] python310Packages.aiolookin: add changelog to meta --- pkgs/development/python-modules/aiolookin/default.nix | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/pkgs/development/python-modules/aiolookin/default.nix b/pkgs/development/python-modules/aiolookin/default.nix index f0b5e145d8ba..5a97d4fc342c 100644 --- a/pkgs/development/python-modules/aiolookin/default.nix +++ b/pkgs/development/python-modules/aiolookin/default.nix @@ -19,8 +19,8 @@ buildPythonPackage rec { src = fetchFromGitHub { owner = "ANMalko"; repo = pname; - rev = "v${version}"; - sha256 = "sha256-xFxkhKM/lX/kSg709wID7HlkfNKDlOcL3STUZOrHZJ8="; + rev = "refs/tags/v${version}"; + hash = "sha256-xFxkhKM/lX/kSg709wID7HlkfNKDlOcL3STUZOrHZJ8="; }; propagatedBuildInputs = [ @@ -46,6 +46,7 @@ buildPythonPackage rec { meta = with lib; { description = "Python client for interacting with LOOKin devices"; homepage = "https://github.com/ANMalko/aiolookin"; + changelog = "https://github.com/ANMalko/aiolookin/blob/v${version}/CHANGELOG.md"; license = with licenses; [ mit ]; maintainers = with maintainers; [ fab ]; }; From dae6f9c7a828ea93cbcd8a5c29b2750e695874d2 Mon Sep 17 00:00:00 2001 From: Fabian Affolter Date: Sun, 4 Dec 2022 11:26:07 +0100 Subject: [PATCH 2/2] python310Packages.aiolookin: 0.1.1 -> 1.0.0 Diff: https://github.com/ANMalko/aiolookin/compare/refs/tags/v0.1.1...v1.0.0 Changelog: https://github.com/ANMalko/aiolookin/blob/v1.0.0/CHANGELOG.md --- pkgs/development/python-modules/aiolookin/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/development/python-modules/aiolookin/default.nix b/pkgs/development/python-modules/aiolookin/default.nix index 5a97d4fc342c..3bd5d6ecf5a5 100644 --- a/pkgs/development/python-modules/aiolookin/default.nix +++ b/pkgs/development/python-modules/aiolookin/default.nix @@ -11,7 +11,7 @@ buildPythonPackage rec { pname = "aiolookin"; - version = "0.1.1"; + version = "1.0.0"; format = "setuptools"; disabled = pythonOlder "3.8"; @@ -20,7 +20,7 @@ buildPythonPackage rec { owner = "ANMalko"; repo = pname; rev = "refs/tags/v${version}"; - hash = "sha256-xFxkhKM/lX/kSg709wID7HlkfNKDlOcL3STUZOrHZJ8="; + hash = "sha256-G3/lUgV60CMLskUo83TlvLLIfJtu5DEz+94mdVI4OrI="; }; propagatedBuildInputs = [