Merge pull request #231532 from fabaff/pysigma-bump

python311Packages.pysigma: 0.9.8 -> 0.9.9
This commit is contained in:
Nick Cao 2023-05-13 10:18:44 +08:00 committed by GitHub
commit 2ea8d0f43d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -14,7 +14,7 @@
buildPythonPackage rec {
pname = "pysigma";
version = "0.9.8";
version = "0.9.9";
format = "pyproject";
disabled = pythonOlder "3.8";
@ -23,7 +23,7 @@ buildPythonPackage rec {
owner = "SigmaHQ";
repo = "pySigma";
rev = "refs/tags/v${version}";
hash = "sha256-lamd33oHWNhTZ5XGE7g8ztV6Mgh+Gjh2KfoyFjkGmXc=";
hash = "sha256-N3BHIec1j4G5bVQu5KKTzmxr4fFjTWIZdmtp1pSfdSg=";
};
nativeBuildInputs = [