about summary refs log tree commit diff
diff options
context:
space:
mode:
authorFabian Affolter <fabian@affolter-engineering.ch>2023-03-29 08:01:01 +0200
committerGitHub <noreply@github.com>2023-03-29 08:01:01 +0200
commit2d1d6c3f40c91307c7463dd6bd1abd70d77ae06d (patch)
treeef0ed1caf1aceac635667ab3ef2e6c8c7fd97cd3
parent7942e2e38f33bc30020062b5a0de3e9479d3f826 (diff)
parent0a020955feee03192fcd8f0911a7f7765031e57c (diff)
Merge pull request #223639 from fabaff/yaramod-bump
python310Packages.yaramod: 3.19.0 -> 3.19.1
-rw-r--r--pkgs/development/python-modules/yaramod/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/python-modules/yaramod/default.nix b/pkgs/development/python-modules/yaramod/default.nix
index 2de6d701399ab..e0a50279def68 100644
--- a/pkgs/development/python-modules/yaramod/default.nix
+++ b/pkgs/development/python-modules/yaramod/default.nix
@@ -20,7 +20,7 @@ let
 in
   buildPythonPackage rec {
     pname = "yaramod";
-    version = "3.19.0";
+    version = "3.19.1";
     format = "setuptools";
 
     disabled = pythonOlder "3.7";
@@ -29,7 +29,7 @@ in
       owner = "avast";
       repo = pname;
       rev = "refs/tags/v${version}";
-      hash = "sha256-psoFdYETXztPJfOZyfES5ujcUDBp/X7sY/puP66E0Ok=";
+      hash = "sha256-HYagARlppQpM43ND/CkLL0iHmOmhl/wBDGVlJyOc9dU=";
     };
 
     postPatch = ''