3
5
Fork 0
mirror of git://git.savannah.gnu.org/guix.git synced 2023-12-14 03:33:07 +01:00

gnu: emacs-logos: Update to 1.1.1.

* gnu/packages/emacs-xyz.scm (emacs-logos): Update to 1.1.1.
This commit is contained in:
Nicolas Goaziou 2023-07-01 00:56:29 +02:00
parent 4d6350c212
commit 58346c4206
No known key found for this signature in database
GPG key ID: DA00B4F048E92F2D

View file

@ -16256,18 +16256,19 @@ view your Denote directory.")
(license license:gpl3+)))
(define-public emacs-logos
(let ((commit "eeedd3ef289faa4fa2b726013255747a41a6ba9c")) ;version bump
(package
(name "emacs-logos")
(version "1.1.0")
(version "1.1.1")
(source (origin
(method git-fetch)
(uri (git-reference
(url "https://git.sr.ht/~protesilaos/logos")
(commit version)))
(commit commit)))
(file-name (git-file-name name version))
(sha256
(base32
"08y63v7qsxw4g0gv01dq05j96ngajln6sv50nssjfwag8bgl4ydi"))))
"1p4akwpbc6x2k47g99wg4yvdz1wlnb2fqwgk06bfi3s4sv6lngbk"))))
(native-inputs (list texinfo))
(build-system emacs-build-system)
(arguments
@ -16289,7 +16290,7 @@ applied to any buffer for reading, writing, or even doing a presentation. The
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