gnu: emacs-ag: Don't use unstable tarball.

* gnu/packages/emacs-xyz.scm (emacs-ag)[source]: Download using
git-fetch.
master
Efraim Flashner 2019-03-27 22:30:27 +02:00
parent c6abe90478
commit 3cf9a85ba7
No known key found for this signature in database
GPG Key ID: 41AAE7DCCA3D8351
1 changed files with 6 additions and 6 deletions

View File

@ -1186,14 +1186,14 @@ than @code{electric-indent-mode}.")
(name "emacs-ag") (name "emacs-ag")
(version "0.47") (version "0.47")
(source (origin (source (origin
(method url-fetch) (method git-fetch)
(uri (string-append (uri (git-reference
"https://github.com/Wilfred/ag.el/archive/" (url "https://github.com/Wilfred/ag.el.git")
version ".tar.gz")) (commit version)))
(file-name (string-append name "-" version ".tar.gz")) (file-name (git-file-name name version))
(sha256 (sha256
(base32 (base32
"1rlmp6wnyhqfg86dbz17r914msp58favn4kd4yrdwyia265a4lar")))) "15kp99vwyi7hb1jkq3lwvqzw3v62ycixsq6y4pd1x0nn2v5p5m5r"))))
(build-system emacs-build-system) (build-system emacs-build-system)
(arguments (arguments
`(#:phases `(#:phases