python312Packages.nice-go: 0.3.10 -> 1.0.0

https://github.com/IceBotYT/nice-go/blob/1.0.0/CHANGELOG.md
This commit is contained in:
Martin Weinelt
2024-12-20 13:42:04 +01:00
parent 05f7ed5a2e
commit 9ced8d9ffb
@@ -17,14 +17,14 @@
buildPythonPackage rec {
pname = "nice-go";
version = "0.3.10";
version = "1.0.0";
pyproject = true;
src = fetchFromGitHub {
owner = "IceBotYT";
repo = "nice-go";
rev = "refs/tags/${version}";
hash = "sha256-LPH6U0D/JSi8zASlirfkNgfWOh/ArPHoccniNjy2hJc=";
tag = version;
hash = "sha256-u4AhFYhRYwcAGUrXhUgP+SgR0aoric864qSyWhc7Gmo=";
};
build-system = [ poetry-core ];
@@ -50,7 +50,7 @@ buildPythonPackage rec {
];
meta = {
changelog = "https://github.com/IceBotYT/nice-go/blob/${src.rev}/CHANGELOG.md";
changelog = "https://github.com/IceBotYT/nice-go/blob/${src.tag}/CHANGELOG.md";
description = "Control various Nice access control products";
homepage = "https://github.com/IceBotYT/nice-go";
license = lib.licenses.mit;