python312Packages.pyiskra: 0.1.15 -> 0.1.17

This commit is contained in:
R. Ryantm
2025-03-20 18:28:54 +00:00
parent 01fd8b0355
commit e25c16e0df
@@ -9,14 +9,14 @@
buildPythonPackage rec {
pname = "pyiskra";
version = "0.1.15";
version = "0.1.17";
pyproject = true;
src = fetchFromGitHub {
owner = "Iskramis";
repo = "pyiskra";
tag = "v${version}";
hash = "sha256-LIrhd2gDqa1AehnG0WVQKUNbFTuFkLcHwqNAjFejYk0=";
hash = "sha256-LpiylQe/8bBIlFLmrbIEOyeqHgHzW9SaG71O7y28Rkg=";
};
build-system = [ setuptools ];
@@ -32,7 +32,7 @@ buildPythonPackage rec {
doCheck = false;
meta = {
changelog = "https://github.com/Iskramis/pyiskra/releases/tag/v${version}";
changelog = "https://github.com/Iskramis/pyiskra/releases/tag/${src.tag}";
description = "Python Iskra devices interface";
homepage = "https://github.com/Iskramis/pyiskra";
license = lib.licenses.gpl3Only;