gnu: emacs-cyberpunk-theme: Don't use unstable tarball.
* gnu/packages/emacs-xyz.scm (emacs-cyberpunk-theme)[source]: Download using git-fetch.master
parent
d1de1ab21a
commit
0dcb8e83f4
|
@ -8060,13 +8060,14 @@ Flx has support for ido (interactively do things) through flx-ido.")
|
||||||
(version "1.19")
|
(version "1.19")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method git-fetch)
|
||||||
(uri (string-append "https://github.com/n3mo/cyberpunk-theme.el/"
|
(uri (git-reference
|
||||||
"archive/" version ".tar.gz"))
|
(url "https://github.com/n3mo/cyberpunk-theme.el/")
|
||||||
|
(commit version)))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"05l5fxw1mn5py6mfhxrzyqjq0d8m5m1akfi46vrgh13r414jffvv"))
|
"1npwrw3pgdmvqhihcqcfi2yrs178iiip5fcj8zhpp6cr9yqsvvgi"))
|
||||||
(file-name (string-append name "-" version ".tar.gz"))))
|
(file-name (git-file-name name version))))
|
||||||
(build-system emacs-build-system)
|
(build-system emacs-build-system)
|
||||||
(home-page "https://github.com/n3mo/cyberpunk-theme.el")
|
(home-page "https://github.com/n3mo/cyberpunk-theme.el")
|
||||||
(synopsis "Cyberpunk theme for emacs built-in color theme support")
|
(synopsis "Cyberpunk theme for emacs built-in color theme support")
|
||||||
|
|
Reference in New Issue