mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-31 14:56:54 +01:00
gnu: emacs-logos: Update to 1.2.0.
* gnu/packages/emacs-xyz.scm (emacs-logos): Update to 1.2.0. Change-Id: I1c0c9aab0d1c75bdf256a57bebc2904c93f3da05
This commit is contained in:
parent
d40fc4a858
commit
3cc9bc10dc
1 changed files with 31 additions and 32 deletions
|
@ -18880,19 +18880,18 @@ (define-public emacs-denote-menu
|
|||
(license license:gpl3+)))
|
||||
|
||||
(define-public emacs-logos
|
||||
(let ((commit "eeedd3ef289faa4fa2b726013255747a41a6ba9c")) ;version bump
|
||||
(package
|
||||
(name "emacs-logos")
|
||||
(version "1.1.1")
|
||||
(version "1.2.0")
|
||||
(source (origin
|
||||
(method git-fetch)
|
||||
(uri (git-reference
|
||||
(url "https://git.sr.ht/~protesilaos/logos")
|
||||
(commit commit)))
|
||||
(url "https://github.com/protesilaos/logos")
|
||||
(commit version)))
|
||||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32
|
||||
"1p4akwpbc6x2k47g99wg4yvdz1wlnb2fqwgk06bfi3s4sv6lngbk"))))
|
||||
"0yjhvmzdzyi9hy46420i2zp00m0p89lca3bjs749i8izpllv8kxr"))))
|
||||
(native-inputs (list texinfo))
|
||||
(build-system emacs-build-system)
|
||||
(arguments
|
||||
|
@ -18914,7 +18913,7 @@ (define-public emacs-logos
|
|||
buffer can be divided in pages using the @code{page-delimiter}, outline
|
||||
structure, or any other pattern.")
|
||||
(license (list license:gpl3+
|
||||
license:fdl1.3+))))) ; GFDLv1.3+ for the manual
|
||||
license:fdl1.3+)))) ; GFDLv1.3+ for the manual
|
||||
|
||||
(define-public emacs-tmr
|
||||
(package
|
||||
|
|
Loading…
Reference in a new issue