python310Packages.pysigma: 0.8.1 -> 0.8.2

This commit is contained in:
R. Ryantm 2022-09-30 06:51:50 +00:00
parent 85361fc630
commit 7398c7728c

View File

@ -11,7 +11,7 @@
buildPythonPackage rec {
pname = "pysigma";
version = "0.8.1";
version = "0.8.2";
format = "pyproject";
disabled = pythonOlder "3.8";
@ -20,7 +20,7 @@ buildPythonPackage rec {
owner = "SigmaHQ";
repo = "pySigma";
rev = "refs/tags/v${version}";
hash = "sha256-Ebqts5Sqghj0LT32pPOz3FE/rhSmYdnrxkhvDh0eveU=";
hash = "sha256-3XzY3p9tYQX39uM/LUcz9XpKrQ4+XofGSPl9gHwrDog=";
};
nativeBuildInputs = [