Unverified Commit 66286431 authored by Fabian Affolter's avatar Fabian Affolter Committed by GitHub
Browse files

python312Packages.yaramod: 4.0.2 -> 4.3.0 (#383360)

parents 35193174 792713fb
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -21,14 +21,14 @@ let
in
buildPythonPackage rec {
  pname = "yaramod";
  version = "4.0.2";
  version = "4.3.0";
  pyproject = true;

  src = fetchFromGitHub {
    owner = "avast";
    repo = "yaramod";
    tag = "v${version}";
    hash = "sha256-npEg6eJpxX4ZTS7KFRIBoVVk+JnA6vTqU7aD3zmnxk0=";
    hash = "sha256-cgqVUBSDjT7xuCnSY76v8pAvA3W8tFu0fJZaFAF2caU=";
  };

  postPatch = ''