update fdroidserver git

Julien LepillerSat Apr 20 18:20:39+0200 2019

460b92b

update fdroidserver git

more/packages/android.scm

3535
              (method git-fetch)
3636
              (uri (git-reference
3737
                     (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))
4040
              (sha256
4141
               (base32
42-
                "1ar41806wy0y8szrsv963mj9bkf5jlnwlk75xl9x0mykpnj279j7"))))
42+
                "155vfxhm0r82l5n5zq2087wjrhkppay705sg9lwh3hv5rflz1ycp"))))
4343
    (arguments
4444
     (substitute-keyword-arguments (package-arguments fdroidserver)
4545
       ((#:phases phases)

5151
           (add-after 'install 'install-scripts
5252
             (lambda* (#:key outputs #:allow-other-keys)
5353
               (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")))
5555
                 (for-each
5656
                   (lambda (script)
5757
                     (install-file script site))