Unverified Commit a34c38fe authored by Fabián Heredia Montiel's avatar Fabián Heredia Montiel Committed by GitHub
Browse files

python3Packages.yaramod: 4.5.0 -> 4.5.2 (#480440)

parents a829249d a86a0b60
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.5.0";
  version = "4.5.2";
  pyproject = true;

  src = fetchFromGitHub {
    owner = "avast";
    repo = "yaramod";
    tag = "v${version}";
    hash = "sha256-iIPMwN/kHrbN3ca+IJdyIfvrsnwiiflQY/gHAT3p+S4=";
    hash = "sha256-5tZhJcgpS8BwLEFlIM+RnXeUC5gXq4TPfSe0KI6U34w=";
  };

  postPatch = ''