gnu: emacs-modus-themes: Update to 2.7.1.
* gnu/packages/emacs-xyz.scm (emacs-modus-themes): Update to 2.7.1.
This commit is contained in:
parent
5e8221822e
commit
df5a021f66
1 changed files with 35 additions and 32 deletions
|
@ -29398,18 +29398,21 @@ Emacs that integrate with major modes like Org-mode.")
|
|||
(license license:expat)))
|
||||
|
||||
(define-public emacs-modus-themes
|
||||
;; XXX: Upstream did not tag latest version bump, so we use the commit
|
||||
;; matching that bump.
|
||||
(let ((commit "0b42e595fb8c1753039277ab0b068d0f4f107edf"))
|
||||
(package
|
||||
(name "emacs-modus-themes")
|
||||
(version "2.6.0")
|
||||
(version "2.7.1")
|
||||
(source
|
||||
(origin
|
||||
(method git-fetch)
|
||||
(uri (git-reference
|
||||
(url "https://git.sr.ht/~protesilaos/modus-themes")
|
||||
(commit version)))
|
||||
(commit commit)))
|
||||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32 "1zl1gd3jlkanjmlsxmwhqaiwyblp6kzznfjnw9cq8ah2390y9n1c"))))
|
||||
(base32 "0iy1psfkhqf9a47pabl1w108niw2d4xnfvlcql2j58qlv5k9h1z7"))))
|
||||
(native-inputs (list texinfo))
|
||||
(build-system emacs-build-system)
|
||||
(arguments
|
||||
|
@ -29437,7 +29440,7 @@ Vivendi (modus-vivendi) is dark. Each theme’s color palette is designed to
|
|||
meet the needs of the numerous interfaces that are possible in the Emacs
|
||||
computing environment.")
|
||||
(license (list license:gpl3+
|
||||
license:fdl1.3+)))) ; GFDLv1.3+ for the manual
|
||||
license:fdl1.3+))))) ; GFDLv1.3+ for the manual
|
||||
|
||||
(define-public emacs-punpun-theme
|
||||
(let ((commit "7026684cd568cb691af3ced5de14c375fe6f5a1a")
|
||||
|
|
Reference in a new issue