gnu: emacs-fancy-narrow: Don't use unstable tarball.

* gnu/packages/emacs-xyz.scm (emacs-fancy-narrow)[source]: Use GIT-FETCH and
GIT-FILE-NAME.
This commit is contained in:
Tobias Geerinckx-Rice 2019-04-08 23:38:46 +02:00
parent fc13138245
commit dbbd98b4a5
No known key found for this signature in database
GPG key ID: 0DB0FF884F556D79

View file

@ -10379,13 +10379,13 @@ duplicate hook and function names further into a single declarative call.")
(version "0.9.5") (version "0.9.5")
(source (source
(origin (origin
(method url-fetch) (method git-fetch)
(uri (string-append "https://github.com/Malabarba/fancy-narrow/archive/" (uri (git-reference
version ".tar.gz")) (url "https://github.com/Malabarba/fancy-narrow.git")
(file-name (string-append name "-" version ".tar.gz")) (commit version)))
(file-name (git-file-name name version))
(sha256 (sha256
(base32 (base32 "0vcr1gnqawvc1yclqs23jvxm6bqix8kpflf1c7znb0wzxmz9kx7y"))))
"0rf2rnzg82pdqch041yyx3f9ddixffkk9s2ydzg8hwy66sg3385n"))))
(build-system emacs-build-system) (build-system emacs-build-system)
(home-page "https://github.com/Malabarba/fancy-narrow/releases") (home-page "https://github.com/Malabarba/fancy-narrow/releases")
(synopsis "Imitate @code{narrow-to-region} with more eye candy") (synopsis "Imitate @code{narrow-to-region} with more eye candy")