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

python3Packages.yaramod: 4.4.1 -> 4.5.0 (#440773)

parents 555d9678 8f29006d
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.4.1";
  version = "4.5.0";
  pyproject = true;

  src = fetchFromGitHub {
    owner = "avast";
    repo = "yaramod";
    tag = "v${version}";
    hash = "sha256-mI/NIgBs/amV7DRJEfclR5LcYOc8/2d1tmP+bWcULhw=";
    hash = "sha256-iIPMwN/kHrbN3ca+IJdyIfvrsnwiiflQY/gHAT3p+S4=";
  };

  postPatch = ''