python3Packages.satel-integra: 1.0.0 -> 1.1.0

This commit is contained in:
R. Ryantm
2026-04-11 13:08:04 +00:00
parent 13043924aa
commit f541fda2e0
@@ -12,14 +12,14 @@
buildPythonPackage rec {
pname = "satel-integra";
version = "1.0.0";
version = "1.1.0";
pyproject = true;
src = fetchFromGitHub {
owner = "c-soft";
repo = "satel_integra";
tag = version;
hash = "sha256-KMbNa/XSyLF1rAB5qm/Sw2GLgigNGaj8g94Np9FSvhY=";
hash = "sha256-fuSkLJDxrTgOWYwde1mAwFebYuTA3gsZmxONxgd4bhc=";
};
build-system = [