gnu: emacs-python-environment: Don't use unstable tarball.

* gnu/packages/emacs-xyz.scm (emacs-python-environment)[source]: Use GIT-FETCH and
GIT-FILE-NAME.
This commit is contained in:
Tobias Geerinckx-Rice 2019-04-08 23:21:40 +02:00
parent c234cf6102
commit 95cf80773a
No known key found for this signature in database
GPG Key ID: 0DB0FF884F556D79
1 changed files with 9 additions and 9 deletions

View File

@ -3315,15 +3315,15 @@ and popup menus.")
(package (package
(name "emacs-python-environment") (name "emacs-python-environment")
(version "0.0.2") (version "0.0.2")
(source (origin (source
(method git-fetch) (origin
(uri (git-reference (method git-fetch)
(url "https://github.com/tkf/emacs-python-environment/") (uri (git-reference
(commit version))) (url "https://github.com/tkf/emacs-python-environment/")
(file-name (git-file-name name version)) (commit version)))
(sha256 (file-name (git-file-name name version))
(base32 (sha256
"0q6bib9nr6xiq6npzbngyfcjk87yyvwzq1zirr3z1h5wadm34lsk")))) (base32 "0q6bib9nr6xiq6npzbngyfcjk87yyvwzq1zirr3z1h5wadm34lsk"))))
(build-system emacs-build-system) (build-system emacs-build-system)
(propagated-inputs (propagated-inputs
`(("emacs-deferred" ,emacs-deferred))) `(("emacs-deferred" ,emacs-deferred)))