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:
parent
c234cf6102
commit
95cf80773a
|
@ -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
|
||||||
|
(origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
(uri (git-reference
|
(uri (git-reference
|
||||||
(url "https://github.com/tkf/emacs-python-environment/")
|
(url "https://github.com/tkf/emacs-python-environment/")
|
||||||
(commit version)))
|
(commit version)))
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32 "0q6bib9nr6xiq6npzbngyfcjk87yyvwzq1zirr3z1h5wadm34lsk"))))
|
||||||
"0q6bib9nr6xiq6npzbngyfcjk87yyvwzq1zirr3z1h5wadm34lsk"))))
|
|
||||||
(build-system emacs-build-system)
|
(build-system emacs-build-system)
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
`(("emacs-deferred" ,emacs-deferred)))
|
`(("emacs-deferred" ,emacs-deferred)))
|
||||||
|
|
Loading…
Reference in New Issue