guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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


From: guix-commits
Subject: 18/203: gnu: emacs-inf-ruby: Don't use unstable tarball.
Date: Wed, 10 Apr 2019 14:57:06 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit 5234760dea299714a5dd3ae062e4002e15324fe0
Author: Tobias Geerinckx-Rice <address@hidden>
Date:   Sun Mar 31 04:19:02 2019 +0200

    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.
---
 gnu/packages/emacs-xyz.scm | 12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)

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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]