about summary refs log tree commit diff
diff options
context:
space:
mode:
authorFabian Affolter <mail@fabian-affolter.ch>2022-08-07 20:53:25 +0200
committerFabian Affolter <mail@fabian-affolter.ch>2022-08-07 20:59:21 +0200
commit35d5a693754454795a72fe2c764f241445551886 (patch)
treee8ae075e651775a773c41b3a3873cbf1272e0cd0
parent742a1df5989da75962e80a40b01371e886157c9e (diff)
python310Packages.pysigma-pipeline-windows: 0.1.1 -> 1.0.0
-rw-r--r--pkgs/development/python-modules/pysigma-pipeline-windows/default.nix9
1 files changed, 2 insertions, 7 deletions
diff --git a/pkgs/development/python-modules/pysigma-pipeline-windows/default.nix b/pkgs/development/python-modules/pysigma-pipeline-windows/default.nix
index 7620f84a97e5a..98808b6090a2f 100644
--- a/pkgs/development/python-modules/pysigma-pipeline-windows/default.nix
+++ b/pkgs/development/python-modules/pysigma-pipeline-windows/default.nix
@@ -9,7 +9,7 @@
 
 buildPythonPackage rec {
   pname = "pysigma-pipeline-windows";
-  version = "0.1.1";
+  version = "1.0.0";
   format = "pyproject";
 
   disabled = pythonOlder "3.8";
@@ -18,7 +18,7 @@ buildPythonPackage rec {
     owner = "SigmaHQ";
     repo = "pySigma-pipeline-windows";
     rev = "refs/tags/v${version}";
-    hash = "sha256-ATDWhHY9tjuQbfIFgoGhz8qsluH9hTSI9zdPmP8GPWE=";
+    hash = "sha256-/DUhgvcGhk28HRDCi96K1NH6MHNB1WogfuMVCgNbot4=";
   };
 
   nativeBuildInputs = [
@@ -29,11 +29,6 @@ buildPythonPackage rec {
     pysigma
   ];
 
-  postPatch = ''
-    substituteInPlace pyproject.toml \
-      --replace 'pysigma = "^0.5.0"' 'pysigma = "^0.6.0"'
-  '';
-
   checkInputs = [
     pytestCheckHook
   ];