Unverified Commit f9ad30f6 authored by superherointj's avatar superherointj Committed by GitHub
Browse files

Merge pull request #219380 from fabaff/yaramod-bump

python310Packages.yaramod: 3.12.2 -> 3.19.0
parents 817291ea e7b2ea28
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -20,7 +20,7 @@ let
in
  buildPythonPackage rec {
    pname = "yaramod";
    version = "3.12.2";
    version = "3.19.0";
    format = "setuptools";

    disabled = pythonOlder "3.7";
@@ -29,7 +29,7 @@ in
      owner = "avast";
      repo = pname;
      rev = "refs/tags/v${version}";
      hash = "sha256-1q+lzNtm8qko9ZAxJjkmPOQjHD5GxB6YyEz0tr+QWGk=";
      hash = "sha256-psoFdYETXztPJfOZyfES5ujcUDBp/X7sY/puP66E0Ok=";
    };

    postPatch = ''