From 8cad7adb597179e1fba6d94b51ddbc72fcd0ac50 Mon Sep 17 00:00:00 2001 From: Andreas Enge Date: Tue, 5 Feb 2019 15:55:58 +0100 Subject: gnu: fdroidserver: Update to 1.1.1. * gnu/packages/android.scm (fdroidserver): Update to 1.1.1. [propagated-inputs]: Add python-defusedxml. --- gnu/packages/android.scm | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) (limited to 'gnu') diff --git a/gnu/packages/android.scm b/gnu/packages/android.scm index 17bf428fe6..80eaab3e5c 100644 --- a/gnu/packages/android.scm +++ b/gnu/packages/android.scm @@ -7,6 +7,7 @@ ;;; Copyright © 2017 Maxim Cournoyer ;;; Copyright © 2018 Tobias Geerinckx-Rice ;;; Copyright © 2018 Efraim Flashner +;;; Copyright © 2019 Andreas Enge ;;; ;;; This file is part of GNU Guix. ;;; @@ -37,6 +38,7 @@ #:use-module (gnu packages compression) #:use-module (gnu packages docker) #:use-module (gnu packages gnupg) + #:use-module (gnu packages linux) #:use-module (gnu packages pcre) #:use-module (gnu packages python) #:use-module (gnu packages python-crypto) @@ -49,7 +51,7 @@ #:use-module (gnu packages version-control) #:use-module (gnu packages virtualization) #:use-module (gnu packages xdisorg) - #:use-module (gnu packages linux)) + #:use-module (gnu packages xml)) (define-public android-make-stub (package @@ -871,14 +873,14 @@ useful for reverse engineering, analysis of Android applications and more.") (define-public fdroidserver (package (name "fdroidserver") - (version "1.0.10") + (version "1.1.1") (source (origin (method url-fetch) (uri (pypi-uri "fdroidserver" version)) (sha256 (base32 - "0n6kkby65qzqdx1jn72grfffvr1w1j1rby5pwm9z8rymmsh8s0pm")))) + "0fp7q8faicx6i6wxm717qqaham3jpilb23mvynpz6v73z7hm6wcg")))) (build-system python-build-system) (arguments `(#:phases @@ -892,6 +894,7 @@ useful for reverse engineering, analysis of Android applications and more.") `(("python-androguard" ,python-androguard) ("python-apache-libcloud" ,python-apache-libcloud) ("python-clint" ,python-clint) + ("python-defusedxml" ,python-defusedxml) ("python-docker-py" ,python-docker-py) ("python-gitpython" ,python-gitpython) ("python-mwclient" ,python-mwclient) -- cgit v1.2.3