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:
parent
df3a7e8c3c
commit
1d494ecdb9
1 changed files with 3 additions and 3 deletions
|
@ -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 = [
|
||||
|
|
Loading…
Reference in a new issue