Archived
1
0
Fork 0

gnu: emacs-modus-themes: Update to 3.0.0.

* gnu/packages/emacs-xyz.scm (emacs-modus-themes): Update to 3.0.0.
This commit is contained in:
Nicolas Goaziou 2022-10-28 11:15:08 +02:00
parent 575790f5f5
commit 7d92434326
No known key found for this signature in database
GPG key ID: DA00B4F048E92F2D

View file

@ -29514,21 +29514,18 @@ Emacs that integrate with major modes like Org-mode.")
(license license:expat))) (license license:expat)))
(define-public emacs-modus-themes (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 (package
(name "emacs-modus-themes") (name "emacs-modus-themes")
(version "2.7.1") (version "3.0.0")
(source (source
(origin (origin
(method git-fetch) (method git-fetch)
(uri (git-reference (uri (git-reference
(url "https://git.sr.ht/~protesilaos/modus-themes") (url "https://git.sr.ht/~protesilaos/modus-themes")
(commit commit))) (commit version)))
(file-name (git-file-name name version)) (file-name (git-file-name name version))
(sha256 (sha256
(base32 "0iy1psfkhqf9a47pabl1w108niw2d4xnfvlcql2j58qlv5k9h1z7")))) (base32 "1468y1ra4w4ihq68mfvddyijppj5sz143aawzg2nxdzphy9a84l2"))))
(native-inputs (list texinfo)) (native-inputs (list texinfo))
(build-system emacs-build-system) (build-system emacs-build-system)
(arguments (arguments
@ -29542,7 +29539,8 @@ Emacs that integrate with major modes like Org-mode.")
"--eval=(require 'ox-texinfo)" "--eval=(require 'ox-texinfo)"
"--eval=(find-file \"doc/modus-themes.org\")" "--eval=(find-file \"doc/modus-themes.org\")"
"--eval=(org-texinfo-export-to-info)") "--eval=(org-texinfo-export-to-info)")
(install-file "doc/modus-themes.info" (string-append #$output "/share/info"))))))) (install-file "doc/modus-themes.info"
(string-append #$output "/share/info")))))))
(home-page "https://protesilaos.com/modus-themes/") (home-page "https://protesilaos.com/modus-themes/")
(synopsis "Accessible themes (WCAG AAA)") (synopsis "Accessible themes (WCAG AAA)")
(description (description
@ -29556,7 +29554,7 @@ Vivendi (modus-vivendi) is dark. Each themes color palette is designed to
meet the needs of the numerous interfaces that are possible in the Emacs meet the needs of the numerous interfaces that are possible in the Emacs
computing environment.") computing environment.")
(license (list license:gpl3+ (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 (define-public emacs-punpun-theme
(let ((commit "7026684cd568cb691af3ced5de14c375fe6f5a1a") (let ((commit "7026684cd568cb691af3ced5de14c375fe6f5a1a")