~ruther/guix-local

523b77faef0caa60d13ba2a83a9a0ca65ef8833c — Efraim Flashner 9 years ago 3664607
import: github: Add .love extension.

* guix/import/github.scm (find-extension): Add '.love' extension to the
list of extensions checked.
1 files changed, 1 insertions(+), 1 deletions(-)

M guix/import/github.scm
M guix/import/github.scm => guix/import/github.scm +1 -1
@@ 44,7 44,7 @@ failure."
  "Return the extension of the archive e.g. '.tar.gz' given a URL, or
false if none is recognized"
  (find (lambda (x) (string-suffix? x url))
        (list ".tar.gz" ".tar.bz2" ".tar.xz" ".zip" ".tar" ".tgz")))
        (list ".tar.gz" ".tar.bz2" ".tar.xz" ".zip" ".tar" ".tgz" ".love")))

(define (updated-github-url old-package new-version)
  ;; Return a url for the OLD-PACKAGE with NEW-VERSION.  If no source url in