Revert "python3Packages.androguard: 3.4.0a1 -> 4.1.0"

This reverts commit 76b11df7f5, as it
caused build failures in `diffoscope` and `quark-engine` (and did not build itself.)
This commit is contained in:
Philip Taron 2024-03-21 13:37:15 -07:00
parent df3a7e8c3c
commit 1d494ecdb9
No known key found for this signature in database

View File

@ -31,14 +31,14 @@
buildPythonPackage rec {
pname = "androguard";
version = "4.1.0";
version = "3.4.0a1";
format = "setuptools";
src = fetchFromGitHub {
repo = pname;
owner = pname;
rev = "refs/tags/v${version}";
sha256 = "sha256-NJYiuAr/rfR24pAhQDysGWXH2bBuvTrJI1jkmrJS8+c=";
rev = "v${version}";
sha256 = "1aparxiq11y0hbvkayp92w684nyxyyx7mi0n1x6x51g5z6c58vmy";
};
nativeBuildInputs = [