gnu: emacs-inf-ruby: Don't use unstable tarball.

* gnu/packages/emacs-xyz.scm (emacs-inf-ruby)[source]: Use GIT-FETCH and
GIT-FILE-NAME.
master
Tobias Geerinckx-Rice 2019-03-31 04:19:02 +02:00
parent 5d8e43bbaf
commit 5234760dea
No known key found for this signature in database
GPG Key ID: 0DB0FF884F556D79
1 changed files with 6 additions and 6 deletions

View File

@ -2270,13 +2270,13 @@ column by drawing a thin line down the length of the editing window.")
(version "2.5.1") (version "2.5.1")
(source (source
(origin (origin
(method url-fetch) (method git-fetch)
(uri (string-append "https://github.com/nonsequitur/inf-ruby/" (uri (git-reference
"archive/" version ".tar.gz")) (url "https://github.com/nonsequitur/inf-ruby.git")
(file-name (string-append name "-" version ".tar.gz")) (commit version)))
(file-name (git-file-name name version))
(sha256 (sha256
(base32 (base32 "1r452h6cyypqlc59q8dx5smkwhck4qjcg1pf9qdw539cpva5q77z"))))
"0m7323k649ckxql1grsdnf71bjhys7l4qb8wbpphb1mr1q8i4066"))))
(build-system emacs-build-system) (build-system emacs-build-system)
(home-page "https://github.com/nonsequitur/inf-ruby") (home-page "https://github.com/nonsequitur/inf-ruby")
(synopsis "Provides a REPL buffer connected to a Ruby subprocess in Emacs") (synopsis "Provides a REPL buffer connected to a Ruby subprocess in Emacs")