python3Packages.satel-integra: 1.1.0 -> 1.2.1

Diff: https://github.com/c-soft/satel_integra/compare/1.1.0...1.2.1

Changelog: https://github.com/c-soft/satel_integra/releases/tag/1.2.1
This commit is contained in:
Robert Schütz
2026-04-17 19:00:20 -07:00
parent d0b34e7b1b
commit 105ab0dcbf
@@ -12,14 +12,14 @@
buildPythonPackage rec {
pname = "satel-integra";
version = "1.1.0";
version = "1.2.1";
pyproject = true;
src = fetchFromGitHub {
owner = "c-soft";
repo = "satel_integra";
tag = version;
hash = "sha256-fuSkLJDxrTgOWYwde1mAwFebYuTA3gsZmxONxgd4bhc=";
hash = "sha256-haSCSWLHEvd4AUXMvopYjFdEXQ2u6IGrT7q3sY711PQ=";
};
build-system = [