python3Packages.satel-integra: 1.2.2 -> 1.3.1

This commit is contained in:
R. Ryantm
2026-05-07 02:59:19 +02:00
committed by Martin Weinelt
parent f6f98cf496
commit 218880567f
@@ -12,14 +12,14 @@
buildPythonPackage rec {
pname = "satel-integra";
version = "1.2.2";
version = "1.3.1";
pyproject = true;
src = fetchFromGitHub {
owner = "c-soft";
repo = "satel_integra";
tag = version;
hash = "sha256-bYwAW8mbgE4D6xvAmkOPewAGkKJuF5AKPjXGeaJpk6s=";
hash = "sha256-lNlre+0mOmIjrmYsAqt0QERERsXzKi0wRfbs1c//f/c=";
};
build-system = [