python3Packages.pysigma: 0.8.9 -> 0.8.10

This commit is contained in:
Martin Weinelt
2022-12-30 20:13:38 +01:00
parent 940d6dab6f
commit 8e38f2c579

View File

@@ -11,7 +11,7 @@
buildPythonPackage rec {
pname = "pysigma";
version = "0.8.9";
version = "0.8.10";
format = "pyproject";
disabled = pythonOlder "3.8";
@@ -20,7 +20,7 @@ buildPythonPackage rec {
owner = "SigmaHQ";
repo = "pySigma";
rev = "refs/tags/v${version}";
hash = "sha256-SXZ6bo1b5xhVGSlWr51ZCxT0Ov1g/qd8V43P5KEhY+s=";
hash = "sha256-/MprHx4MlbdY22K8hWDPj7owwZcgWjRyVYDrPqB3oIE=";
};
nativeBuildInputs = [