From 82bfd50061f2c0d1a0812b92595a60adb42c48df Mon Sep 17 00:00:00 2001 From: Fabian Affolter Date: Sun, 5 Feb 2023 09:39:55 +0100 Subject: [PATCH 1/2] python310Packages.wiffi: add changelog to meta --- pkgs/development/python-modules/wiffi/default.nix | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/pkgs/development/python-modules/wiffi/default.nix b/pkgs/development/python-modules/wiffi/default.nix index 80738318433d..15c5eaa81dff 100644 --- a/pkgs/development/python-modules/wiffi/default.nix +++ b/pkgs/development/python-modules/wiffi/default.nix @@ -15,8 +15,8 @@ buildPythonPackage rec { src = fetchFromGitHub { owner = "mampfes"; repo = "python-wiffi"; - rev = version; - sha256 = "sha256-uB4M3etW1DCE//V2pcmsLZbORmrL00pbPADMQD5y3CY="; + rev = "refs/tags/${version}"; + hash = "sha256-XCSJjRQ/ErNQJcPR496KEhUJogRj0zJhUFgmgZoVilQ="; }; propagatedBuildInputs = [ @@ -33,6 +33,7 @@ buildPythonPackage rec { meta = with lib; { description = "Python module to interface with STALL WIFFI devices"; homepage = "https://github.com/mampfes/python-wiffi"; + changelog = "https://github.com/mampfes/python-wiffi/blob/${version}/HISTORY.md"; license = with licenses; [ mit ]; maintainers = with maintainers; [ fab ]; }; From f6486cc987638eca002f2b5f615758ae44fd0298 Mon Sep 17 00:00:00 2001 From: Fabian Affolter Date: Sun, 5 Feb 2023 14:11:59 +0100 Subject: [PATCH 2/2] python310Packages.wiffi: 1.1.0 -> 1.1.2 Diff: https://github.com/mampfes/python-wiffi/compare/refs/tags/1.1.0...1.1.2 Changelog: https://github.com/mampfes/python-wiffi/blob/1.1.2/HISTORY.md --- pkgs/development/python-modules/wiffi/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/development/python-modules/wiffi/default.nix b/pkgs/development/python-modules/wiffi/default.nix index 15c5eaa81dff..208265ba9a3b 100644 --- a/pkgs/development/python-modules/wiffi/default.nix +++ b/pkgs/development/python-modules/wiffi/default.nix @@ -7,7 +7,7 @@ buildPythonPackage rec { pname = "wiffi"; - version = "1.1.0"; + version = "1.1.2"; format = "setuptools"; disabled = pythonOlder "3.6"; @@ -16,7 +16,7 @@ buildPythonPackage rec { owner = "mampfes"; repo = "python-wiffi"; rev = "refs/tags/${version}"; - hash = "sha256-XCSJjRQ/ErNQJcPR496KEhUJogRj0zJhUFgmgZoVilQ="; + hash = "sha256-pnbzJxq8K947Yg54LysPPho6IRKf0cc+szTETgyzFao="; }; propagatedBuildInputs = [