python3Packages.pysigma: 1.1.0 -> 1.1.1

This commit is contained in:
R. Ryantm
2026-02-22 12:07:13 +00:00
parent 5f1c568af2
commit 6a2f67718f
@@ -18,14 +18,14 @@
buildPythonPackage (finalAttrs: {
pname = "pysigma";
version = "1.1.0";
version = "1.1.1";
pyproject = true;
src = fetchFromGitHub {
owner = "SigmaHQ";
repo = "pySigma";
tag = "v${finalAttrs.version}";
hash = "sha256-+YyRfEhPRZLIo9T4mpYL5a/37CwWxAcuEOF+coR7erM=";
hash = "sha256-WAW6TD+cAdtHGxpCHvgaoIAWiKZD7jVztx1vr69lzxI=";
};
pythonRelaxDeps = [