mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-02-06 02:50:20 +01:00
gnu: emacs-dream-theme: Use GIT-FILE-NAME.
* gnu/packages/emacs-xyz.scm (emacs-dream-theme)[source]: Use GIT-FILE-NAME.
This commit is contained in:
parent
4550d8d6d2
commit
3211f45f0b
1 changed files with 1 additions and 1 deletions
|
@ -5843,7 +5843,7 @@ known loosely as deftheme. Many mode-specific customizations are included.")
|
||||||
(uri (git-reference
|
(uri (git-reference
|
||||||
(url "https://github.com/djcb/dream-theme")
|
(url "https://github.com/djcb/dream-theme")
|
||||||
(commit commit)))
|
(commit commit)))
|
||||||
(file-name (string-append name "-" version "-checkout"))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0za18nfkq4xqm35k6006vsixcbmvmxqgma4iw5sw37h8vmcsdylk"))))
|
"0za18nfkq4xqm35k6006vsixcbmvmxqgma4iw5sw37h8vmcsdylk"))))
|
||||||
|
|
Loading…
Add table
Reference in a new issue