about summary refs log tree commit diff
diff options
context:
space:
mode:
authorFabian Affolter <fabian@affolter-engineering.ch>2023-03-29 09:59:57 +0200
committerGitHub <noreply@github.com>2023-03-29 09:59:57 +0200
commitd1ba1cafe8ccc0f50ca152b65626e051e8c1ecf7 (patch)
treed798e6b82dab24eaae99011a19ef9895a98dda1e
parent0f2c778f2293bb0db777997c6f818ac7e49f4273 (diff)
parentb8749458f043920b5f234eefa8349a437cef681e (diff)
Merge pull request #223425 from fabaff/yara-python-bump
python310Packages.yara-python: 4.2.3 -> 4.3.0
-rw-r--r--pkgs/development/python-modules/yara-python/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/python-modules/yara-python/default.nix b/pkgs/development/python-modules/yara-python/default.nix
index 85b8a26abc36e..c86bc6b2af67d 100644
--- a/pkgs/development/python-modules/yara-python/default.nix
+++ b/pkgs/development/python-modules/yara-python/default.nix
@@ -8,7 +8,7 @@
 
 buildPythonPackage rec {
   pname = "yara-python";
-  version = "4.2.3";
+  version = "4.3.0";
   format = "setuptools";
 
   disabled = pythonOlder "3.7";
@@ -17,7 +17,7 @@ buildPythonPackage rec {
     owner = "VirusTotal";
     repo = "yara-python";
     rev = "v${version}";
-    hash = "sha256-spUQuezQMqaG1hboM0/Gs7siCM6x0b40O+sV7qGGBng=";
+    hash = "sha256-r1qsD5PquOVDEVmrgU2QP5bZpsuZuKlfaaHUjY4AHy4=";
   };
 
   buildInputs = [