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

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

View file

@ -7113,14 +7113,13 @@ (define-public emacs-gnuplot
(version "0.7.0")
(source
(origin
(method url-fetch)
(uri (string-append
"https://github.com/bruceravel/gnuplot-mode/archive/"
version ".tar.gz"))
(file-name (string-append name "-" version ".tar.gz"))
(method git-fetch)
(uri (git-reference
(url "https://github.com/bruceravel/gnuplot-mode.git")
(commit version)))
(file-name (git-file-name name version))
(sha256
(base32
"0glzymrn138lwig7p4cj17x4if5jisr6l4g6wcbxisqkqgc1h01i"))))
(base32 "0bwri3cvm2vr27kyqkrddm28fs08axnd4nm9amfgp54xp20bn4yn"))))
(build-system gnu-build-system)
(native-inputs `(("emacs" ,emacs-minimal)))
(arguments