update fdroidserver git
more/packages/android.scm
35 | 35 | (method git-fetch) | |
36 | 36 | (uri (git-reference | |
37 | 37 | (url "https://gitlab.com/fdroid/fdroidserver.git") | |
38 | - | (commit "ff578dae30dfa83330862a01a6cbd603330b71e0"))) | |
39 | - | (file-name (string-append name "-" version "-source")) | |
38 | + | (commit "7272689cedb4b5f0d9211f1e5b808a655e26cd5c"))) | |
39 | + | (file-name (git-file-name name version)) | |
40 | 40 | (sha256 | |
41 | 41 | (base32 | |
42 | - | "1ar41806wy0y8szrsv963mj9bkf5jlnwlk75xl9x0mykpnj279j7")))) | |
42 | + | "155vfxhm0r82l5n5zq2087wjrhkppay705sg9lwh3hv5rflz1ycp")))) | |
43 | 43 | (arguments | |
44 | 44 | (substitute-keyword-arguments (package-arguments fdroidserver) | |
45 | 45 | ((#:phases phases) | |
… | |||
51 | 51 | (add-after 'install 'install-scripts | |
52 | 52 | (lambda* (#:key outputs #:allow-other-keys) | |
53 | 53 | (let* ((out (assoc-ref outputs "out")) | |
54 | - | (site (string-append out "/lib/python3.6/site-packages"))) | |
54 | + | (site (string-append out "/lib/python3.7/site-packages"))) | |
55 | 55 | (for-each | |
56 | 56 | (lambda (script) | |
57 | 57 | (install-file script site)) |