python314Packages.nrgkick-api: 1.7.0 -> 1.7.1

Diff: https://github.com/andijakl/nrgkick-api/compare/v1.7.0...v1.7.1

Changelog: https://github.com/andijakl/nrgkick-api/releases/tag/v1.7.1
This commit is contained in:
Fabian Affolter
2026-02-12 08:40:01 +01:00
parent ee76116259
commit 6c10e63304
@@ -12,14 +12,14 @@
buildPythonPackage (finalAttrs: {
pname = "nrgkick-api";
version = "1.7.0";
version = "1.7.1";
pyproject = true;
src = fetchFromGitHub {
owner = "andijakl";
repo = "nrgkick-api";
tag = "v${finalAttrs.version}";
hash = "sha256-q9mLX+DjNSyvjJ6hNPZckaHTNNelOsOlOe9XeVqutaU=";
hash = "sha256-ZOVSQOjFPVnm3xnkhp+KFC9YbASEfzB05VpSzKcXJiU=";
};
build-system = [ setuptools ];