gnu: emacs-visual-regexp: Don't use unstable tarball.
* gnu/packages/emacs-xyz.scm (emacs-visual-regexp)[source]: Use GIT-FETCH and GIT-FILE-NAME.
This commit is contained in:
parent
149829ee62
commit
8792f08b09
|
@ -10866,13 +10866,13 @@ decreasing the default font size in all GUI Emacs frames.")
|
|||
(version "1.1.1")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (string-append "https://github.com/benma/visual-regexp.el/archive/"
|
||||
"v" version ".tar.gz"))
|
||||
(file-name (string-append name "-" version ".tar.gz"))
|
||||
(method git-fetch)
|
||||
(uri (git-reference
|
||||
(url "https://github.com/benma/visual-regexp.el.git")
|
||||
(commit (string-append "v" version))))
|
||||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32
|
||||
"1czmhvcivlcdyz7rfm0vd4a3xsgmy4qbvbl6yjxc217wrxqflr92"))))
|
||||
(base32 "12zpmzwyp85dzsjpxd3279kpfi9yz3jwc1k9fnb3xv3pjiil5svg"))))
|
||||
(build-system emacs-build-system)
|
||||
(home-page "https://github.com/benma/visual-regexp.el/")
|
||||
(synopsis "Regexp command with interactive visual feedback")
|
||||
|
|
Loading…
Reference in New Issue