gnu: emacs-danneskjold-theme: Update to 20231110.0.
* gnu/packages/emacs-xyz.scm (emacs-danneskjold-theme): Update to 20231110.0. Change-Id: I6f2f2f25efd57437b46a1e1fcd1141c57d33c015
This commit is contained in:
parent
1d84150145
commit
2e69b4c41d
1 changed files with 3 additions and 4 deletions
|
@ -16756,11 +16756,10 @@ basic syntax highlighting and indentation.")
|
||||||
(license license:gpl3+)))
|
(license license:gpl3+)))
|
||||||
|
|
||||||
(define-public emacs-danneskjold-theme
|
(define-public emacs-danneskjold-theme
|
||||||
(let* ((commit "e4d1f2c76245fe9d0d07133a841e789d139df28d")
|
(let ((commit "b3335e44f468c019c95a8210ce1ed9fe23c65735")) ;version bump
|
||||||
(revision "2"))
|
|
||||||
(package
|
(package
|
||||||
(name "emacs-danneskjold-theme")
|
(name "emacs-danneskjold-theme")
|
||||||
(version (git-version "0.0.0" revision commit))
|
(version "20231110.0")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
|
@ -16769,7 +16768,7 @@ basic syntax highlighting and indentation.")
|
||||||
(commit commit)))
|
(commit commit)))
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "1ii3cgf4hlclwaraisxksv98mmhajx517i60p1cgd7vapznn2b6v"))))
|
(base32 "19lncwxzxyi73cn7439rk8cvgcj6l4x1kj6fykmw3b18s7rj555f"))))
|
||||||
(build-system emacs-build-system)
|
(build-system emacs-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
`(#:phases
|
`(#:phases
|
||||||
|
|
Reference in a new issue