mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: emacs-danneskjold-theme: Update to 0.0.0-2-e4d1f2c.
* gnu/packages/emacs-xyz.scm (emacs-danneskjold-theme): Update to 0.0.0-2-e4d1f2c. [version]: Use git-version. [home-page]: Move below.
This commit is contained in:
parent
f108a50fa4
commit
e12ba46c4c
1 changed files with 7 additions and 8 deletions
|
@ -12365,29 +12365,28 @@ basic syntax highlighting and indentation.")
|
||||||
(license license:gpl3+)))
|
(license license:gpl3+)))
|
||||||
|
|
||||||
(define-public emacs-danneskjold-theme
|
(define-public emacs-danneskjold-theme
|
||||||
(let* ((commit "8733d2fe8743e8a01826ea6d4430ef376c727e57")
|
(let* ((commit "e4d1f2c76245fe9d0d07133a841e789d139df28d")
|
||||||
(revision "1"))
|
(revision "2"))
|
||||||
(package
|
(package
|
||||||
(name "emacs-danneskjold-theme")
|
(name "emacs-danneskjold-theme")
|
||||||
(version (string-append "0.0.0-" revision "." (string-take commit 7)))
|
(version (git-version "0.0.0" revision commit))
|
||||||
(home-page "https://github.com/rails-to-cosmos/danneskjold-theme")
|
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
(uri (git-reference
|
(uri (git-reference
|
||||||
(url home-page)
|
(url "https://github.com/rails-to-cosmos/danneskjold-theme")
|
||||||
(commit commit)))
|
(commit commit)))
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32 "0s6rbsb0y8i8m5b9xm4gw1p1cxsxdqnqxqqb638pygz9f76mbir1"))))
|
||||||
"0s6rbsb0y8i8m5b9xm4gw1p1cxsxdqnqxqqb638pygz9f76mbir1"))))
|
|
||||||
(build-system emacs-build-system)
|
(build-system emacs-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
`(#:phases
|
`(#:phases
|
||||||
(modify-phases %standard-phases
|
(modify-phases %standard-phases
|
||||||
(add-after 'unpack 'delete-screenshots
|
(add-after 'unpack 'delete-screenshots
|
||||||
(lambda _
|
(lambda _
|
||||||
(delete-file-recursively "screenshots") #t)))))
|
(delete-file-recursively "screenshots"))))))
|
||||||
|
(home-page "https://github.com/rails-to-cosmos/danneskjold-theme")
|
||||||
(synopsis "High-contrast Emacs theme")
|
(synopsis "High-contrast Emacs theme")
|
||||||
(description
|
(description
|
||||||
"@code{danneskjold-theme} is a high-contrast theme for Emacs.")
|
"@code{danneskjold-theme} is a high-contrast theme for Emacs.")
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue