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

python310Packages.pysigma: 0.6.5 -> 0.6.6
This commit is contained in:
Fabian Affolter 2022-07-21 10:43:34 +02:00 committed by GitHub
commit 79777a0a07
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.5";
version = "0.6.6";
format = "pyproject";
disabled = pythonOlder "3.8";
@ -20,7 +20,7 @@ buildPythonPackage rec {
owner = "SigmaHQ";
repo = "pySigma";
rev = "refs/tags/v${version}";
hash = "sha256-DZ5cnzvcYMiqu8WjIfxQV+1uJeSRGK+nupfWtryoF2E=";
hash = "sha256-9t582CuDq7JeCcaPqWZGMUVLx8e78PygfNPp/s7rMA8=";
};
nativeBuildInputs = [