1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-04-06 21:20:33 +02:00

gnu: python-androguard: Update to 3.3.5.

* gnu/packages/android.scm (python-androguard): Update to 3.3.5.
[propagated-inputs]: Add python-click and python-pydot.

Change-Id: I5bb7ec8566b3d27db1f8cbc1b7adb4d8201250d2
Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
This commit is contained in:
Cayetano Santos
2025-10-29 09:10:00 +01:00
committed by Sharlatan Hellseher
parent 16b22c416e
commit d782bd75f1

View File

@@ -53,6 +53,7 @@
#:use-module (gnu packages gcc)
#:use-module (gnu packages gnupg)
#:use-module (gnu packages golang-xyz)
#:use-module (gnu packages graphviz)
#:use-module (gnu packages image)
#:use-module (gnu packages java)
#:use-module (gnu packages linux)
@@ -1115,7 +1116,7 @@ safest way, on a file image.")
(define-public python-androguard
(package
(name "python-androguard")
(version "3.2.1")
(version "3.3.5")
(source
(origin
;; The pypi release doesn't have the tests, but the tests use
@@ -1124,7 +1125,7 @@ safest way, on a file image.")
(uri (pypi-uri "androguard" version))
(sha256
(base32
"0ndsw00pkyda4i2s3wi5ap8gbk6a9d23xhhxpdbk02padv8sxkfv"))))
"18nd08rbvc4d1p9r70qp76rcbldvpv89prsi15alrmxdlnimqrgh"))))
(build-system python-build-system)
(arguments
'(#:phases
@@ -1139,12 +1140,14 @@ safest way, on a file image.")
python-nose-timer))
(propagated-inputs
(list python-asn1crypto
python-click
python-colorama
python-future
python-ipython
python-lxml
python-matplotlib
python-networkx
python-pydot
python-pygments
python-pyperclip))
(home-page "https://github.com/androguard/androguard")