Unverified Commit 6dcef17e authored by Fabian Affolter's avatar Fabian Affolter Committed by GitHub
Browse files

python3Packages.pysigma: 1.1.0 -> 1.1.1 (#493010)

parents a1b88d42 6a2f6771
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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 = [