From 60259cb9eab3a361dc0d4762aae8f8a530dfefcd Mon Sep 17 00:00:00 2001 From: Fabian Affolter Date: Mon, 5 Dec 2022 09:38:05 +0100 Subject: [PATCH 1/2] python310Packages.ttls: add changelog to meta --- pkgs/development/python-modules/ttls/default.nix | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/pkgs/development/python-modules/ttls/default.nix b/pkgs/development/python-modules/ttls/default.nix index ea1d3b789152..573d70b36bf1 100644 --- a/pkgs/development/python-modules/ttls/default.nix +++ b/pkgs/development/python-modules/ttls/default.nix @@ -18,7 +18,7 @@ buildPythonPackage rec { src = fetchFromGitHub { owner = "jschlyter"; repo = pname; - rev = "v${version}"; + rev = "refs/tags/v${version}"; hash = "sha256-lBmkfB7HXB+1xLbfOl4wVtsOVfKhztoDBqzV8i6bFAg="; }; @@ -42,6 +42,7 @@ buildPythonPackage rec { meta = with lib; { description = "Module to interact with Twinkly LEDs"; homepage = "https://github.com/jschlyter/ttls"; + changelog = ""https://github.com/jschlyter/ttls/blob/v${version}/CHANGES.md; license = licenses.mit; maintainers = with maintainers; [ fab ]; }; From 4e3a77ecf0cc79f00d870a6babde63b5a2c3ebbe Mon Sep 17 00:00:00 2001 From: Fabian Affolter Date: Mon, 5 Dec 2022 09:39:58 +0100 Subject: [PATCH 2/2] python310Packages.ttls: 1.4.3 -> 1.5.1 Diff: https://github.com/jschlyter/ttls/compare/refs/tags/v1.4.3...v1.5.1 Changelog: https://github.com/jschlyter/ttls/blob/v1.5.1/CHANGES.md --- pkgs/development/python-modules/ttls/default.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pkgs/development/python-modules/ttls/default.nix b/pkgs/development/python-modules/ttls/default.nix index 573d70b36bf1..f9e11387d326 100644 --- a/pkgs/development/python-modules/ttls/default.nix +++ b/pkgs/development/python-modules/ttls/default.nix @@ -10,7 +10,7 @@ buildPythonPackage rec { pname = "ttls"; - version = "1.4.3"; + version = "1.5.1"; format = "pyproject"; disabled = pythonOlder "3.8"; @@ -19,7 +19,7 @@ buildPythonPackage rec { owner = "jschlyter"; repo = pname; rev = "refs/tags/v${version}"; - hash = "sha256-lBmkfB7HXB+1xLbfOl4wVtsOVfKhztoDBqzV8i6bFAg="; + hash = "sha256-Oh70mLwTaJ2+uQDr2t6wAgskW5L06mZxtD/8dE01YA0="; }; nativeBuildInputs = [ @@ -42,7 +42,7 @@ buildPythonPackage rec { meta = with lib; { description = "Module to interact with Twinkly LEDs"; homepage = "https://github.com/jschlyter/ttls"; - changelog = ""https://github.com/jschlyter/ttls/blob/v${version}/CHANGES.md; + changelog = "https://github.com/jschlyter/ttls/blob/v${version}/CHANGES.md"; license = licenses.mit; maintainers = with maintainers; [ fab ]; };