diff options
| author | Sharlatan Hellseher <sharlatanus@gmail.com> | 2026-04-06 17:24:39 +0100 |
|---|---|---|
| committer | Sharlatan Hellseher <sharlatanus@gmail.com> | 2026-04-16 10:35:10 +0100 |
| commit | 3ffa9e2742ff01b13f643671b37748aaa72e4256 (patch) | |
| tree | d03d41d75320b3b79f6bbfabae473c96d53baf93 /gnu/packages | |
| parent | 7a4e3229f7fe1546c061110a94d63d62e7874751 (diff) | |
gnu: fdroidserver: Update to 2.4.3.
* gnu/packages/android.scm (fdroidserver): Update to 2.4.3.
[source]: Switch to git-fetch.
[propagated-inputs]: Remove python-argcomplete, python-docker,
python-mwclient, python-pyasn1, and python-pyasn1-modules.
Change-Id: I5f184eb4df48ee160091ffa55bb1e9a0ca8c0c40
Diffstat (limited to 'gnu/packages')
| -rw-r--r-- | gnu/packages/android.scm | 21 |
1 files changed, 9 insertions, 12 deletions
diff --git a/gnu/packages/android.scm b/gnu/packages/android.scm index 7fbfcc395c7..c94f9120b2c 100644 --- a/gnu/packages/android.scm +++ b/gnu/packages/android.scm | |||
| @@ -1177,14 +1177,16 @@ for communicating with Xiaomi smart appliances over miIO and MIoT protocols.") | |||
| 1177 | (define-public fdroidserver | 1177 | (define-public fdroidserver |
| 1178 | (package | 1178 | (package |
| 1179 | (name "fdroidserver") | 1179 | (name "fdroidserver") |
| 1180 | (version "2.4.2") | 1180 | (version "2.4.3") |
| 1181 | (source | 1181 | (source |
| 1182 | (origin | 1182 | (origin |
| 1183 | (method url-fetch) | 1183 | (method git-fetch) |
| 1184 | (uri (pypi-uri "fdroidserver" version)) | 1184 | (uri (git-reference |
| 1185 | (url "https://gitlab.com/fdroid/fdroidserver") | ||
| 1186 | (commit version))) | ||
| 1187 | (file-name (git-file-name name version)) | ||
| 1185 | (sha256 | 1188 | (sha256 |
| 1186 | (base32 | 1189 | (base32 "1745fqxr2qfrls4wr6x9w1262b9pxmw9yvzd9b71ya2qmj74q17n")))) |
| 1187 | "06xybginrwi5c7bw000wz5s5hzi0aqrxskzwh8qc6wv463w2djax")))) | ||
| 1188 | (build-system pyproject-build-system) | 1190 | (build-system pyproject-build-system) |
| 1189 | (arguments | 1191 | (arguments |
| 1190 | (list | 1192 | (list |
| @@ -1195,22 +1197,17 @@ for communicating with Xiaomi smart appliances over miIO and MIoT protocols.") | |||
| 1195 | (lambda _ | 1197 | (lambda _ |
| 1196 | (setenv "HOME" "/tmp")))))) | 1198 | (setenv "HOME" "/tmp")))))) |
| 1197 | (propagated-inputs | 1199 | (propagated-inputs |
| 1198 | (list python-androguard | 1200 | (list python-platformdirs |
| 1201 | python-androguard | ||
| 1199 | python-apache-libcloud | 1202 | python-apache-libcloud |
| 1200 | python-argcomplete | ||
| 1201 | python-asn1crypto | 1203 | python-asn1crypto |
| 1202 | python-clint | 1204 | python-clint |
| 1203 | python-defusedxml | 1205 | python-defusedxml |
| 1204 | python-docker | ||
| 1205 | python-gitpython | 1206 | python-gitpython |
| 1206 | python-mwclient | ||
| 1207 | python-oscrypto | 1207 | python-oscrypto |
| 1208 | python-paramiko | 1208 | python-paramiko |
| 1209 | python-pillow | 1209 | python-pillow |
| 1210 | python-platformdirs | ||
| 1211 | python-puremagic | 1210 | python-puremagic |
| 1212 | python-pyasn1 | ||
| 1213 | python-pyasn1-modules | ||
| 1214 | python-pyyaml | 1211 | python-pyyaml |
| 1215 | python-qrcode | 1212 | python-qrcode |
| 1216 | python-requests | 1213 | python-requests |
