Merge pull request #182421 from r-ryantm/auto-update/python3.10-pysigma

python310Packages.pysigma: 0.6.6 -> 0.6.8
This commit is contained in:
Fabian Affolter 2022-07-23 16:00:49 +02:00 committed by GitHub
commit 8d99877326
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -11,7 +11,7 @@
buildPythonPackage rec {
pname = "pysigma";
version = "0.6.6";
version = "0.6.8";
format = "pyproject";
disabled = pythonOlder "3.8";
@ -20,7 +20,7 @@ buildPythonPackage rec {
owner = "SigmaHQ";
repo = "pySigma";
rev = "refs/tags/v${version}";
hash = "sha256-9t582CuDq7JeCcaPqWZGMUVLx8e78PygfNPp/s7rMA8=";
hash = "sha256-Jq37/9w1GHr+GZ8Fvftmfz2XkL3zUpTjbDlokrUoLtw=";
};
nativeBuildInputs = [