gnu: emacs-move-text: Don't use unstable tarball.

* gnu/packages/emacs-xyz.scm (emacs-move-text)[source]: Use GIT-FETCH and
GIT-FILE-NAME.
master
Tobias Geerinckx-Rice 2019-04-08 23:36:27 +02:00
parent 5521a3e746
commit afca2f41c2
No known key found for this signature in database
GPG Key ID: 0DB0FF884F556D79
1 changed files with 6 additions and 6 deletions

View File

@ -9456,13 +9456,13 @@ and @code{erc-send-modify-hook} to download and show images.")
(version "2.0.8") (version "2.0.8")
(source (source
(origin (origin
(method url-fetch) (method git-fetch)
(uri (string-append "https://github.com/emacsfodder/move-text/archive/" (uri (git-reference
version ".tar.gz")) (url "https://github.com/emacsfodder/move-text.git")
(file-name (string-append name "-" version ".tar.gz")) (commit version)))
(file-name (git-file-name name version))
(sha256 (sha256
(base32 (base32 "06jxk5g23822gfmwrxhc34zand3dr8p2wjh1zs3j61ibz6n0nmz1"))))
"1sjfja9r25692pgcldgnjzkapzy970m14jh9l4pajysiqcdk72g0"))))
(build-system emacs-build-system) (build-system emacs-build-system)
(home-page "https://github.com/emacsfodder/move-text") (home-page "https://github.com/emacsfodder/move-text")
(synopsis "Move current line or region with M-up or M-down") (synopsis "Move current line or region with M-up or M-down")