From 74524e08a17217453f3cc9e5bcdd85882e3ccab5 Mon Sep 17 00:00:00 2001 From: Fabian Affolter Date: Thu, 5 Jan 2023 21:32:16 +0100 Subject: [PATCH 1/2] python310Packages.bless: add changelog to meta --- pkgs/development/python-modules/bless/default.nix | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/pkgs/development/python-modules/bless/default.nix b/pkgs/development/python-modules/bless/default.nix index e424a78c10f3..0fc25d689a86 100644 --- a/pkgs/development/python-modules/bless/default.nix +++ b/pkgs/development/python-modules/bless/default.nix @@ -19,7 +19,7 @@ buildPythonPackage rec { src = fetchFromGitHub { owner = "kevincar"; repo = pname; - rev = "v${version}"; + rev = "refs/tags/v${version}"; hash = "sha256-lC1M6/9uawi4KpcK4/fAygENa9rZv9c7qCVdsZYtl5Q="; }; @@ -41,6 +41,7 @@ buildPythonPackage rec { meta = with lib; { description = "Library for creating a BLE Generic Attribute Profile (GATT) server"; homepage = "https://github.com/kevincar/bless"; + changelog = "https://github.com/kevincar/bless/releases/tag/v${version}"; license = licenses.mit; maintainers = with maintainers; [ fab ]; }; From e58f0cb215998ec4009fdf7114c211087b27fe05 Mon Sep 17 00:00:00 2001 From: Fabian Affolter Date: Thu, 5 Jan 2023 21:32:59 +0100 Subject: [PATCH 2/2] python310Packages.bless: 0.2.4 -> 0.2.5 Changelog: https://github.com/kevincar/bless/releases/tag/v0.2.5 --- pkgs/development/python-modules/bless/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/development/python-modules/bless/default.nix b/pkgs/development/python-modules/bless/default.nix index 0fc25d689a86..e5b03c84bb1f 100644 --- a/pkgs/development/python-modules/bless/default.nix +++ b/pkgs/development/python-modules/bless/default.nix @@ -11,7 +11,7 @@ buildPythonPackage rec { pname = "bless"; - version = "0.2.4"; + version = "0.2.5"; format = "setuptools"; disabled = pythonOlder "3.7"; @@ -20,7 +20,7 @@ buildPythonPackage rec { owner = "kevincar"; repo = pname; rev = "refs/tags/v${version}"; - hash = "sha256-lC1M6/9uawi4KpcK4/fAygENa9rZv9c7qCVdsZYtl5Q="; + hash = "sha256-+rnMLqNfhIJASCKkIfOKpVil3S/d8BcMxnLHmdOcRIY="; }; propagatedBuildInputs = [