mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-27 21:49:34 -05:00
gnu: emacs-modus-themes: Update to 4.4.0.
* gnu/packages/emacs-xyz.scm (emacs-modus-themes): Update to 4.4.0. [source]<origin>: Set GitHub as upstream. Change-Id: Idc1e7bd9f6451ec70e859e0d7d2278fff58291b2
This commit is contained in:
parent
f4e498e84f
commit
4e251c6d14
1 changed files with 3 additions and 3 deletions
|
@ -34246,16 +34246,16 @@ (define-public emacs-doom-themes
|
|||
(define-public emacs-modus-themes
|
||||
(package
|
||||
(name "emacs-modus-themes")
|
||||
(version "4.3.0")
|
||||
(version "4.4.0")
|
||||
(source
|
||||
(origin
|
||||
(method git-fetch)
|
||||
(uri (git-reference
|
||||
(url "https://git.sr.ht/~protesilaos/modus-themes")
|
||||
(url "https://github.com/protesilaos/modus-themes")
|
||||
(commit version)))
|
||||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32 "12i32y7y6hcv7mqc6g7pcmxr2f54xf3vl2yavdv76643vlhay32v"))))
|
||||
(base32 "1vy6wyq8hv8fih4m8m1k9n7fdp913nmv0k5g8vppnjivmnrwfswy"))))
|
||||
(native-inputs (list texinfo))
|
||||
(build-system emacs-build-system)
|
||||
(arguments
|
||||
|
|
Loading…
Reference in a new issue