me
/
guix
Archived
1
0
Fork 0

gnu: emacs-logos: Update to 1.1.0.

* gnu/packages/emacs-xyz.scm (emacs-logos): Update to 1.1.0.
master
Nicolas Goaziou 2023-06-24 17:16:00 +02:00
parent 6277c7574b
commit b9df95614d
No known key found for this signature in database
GPG Key ID: DA00B4F048E92F2D
1 changed files with 31 additions and 34 deletions

View File

@ -16258,21 +16258,18 @@ view your Denote directory.")
(license license:gpl3+)))
(define-public emacs-logos
;; XXX: Upstream did not tag latest release. Use the commit matching
;; version bump.
(let ((commit "d8f18f74591ffcac6466409ac7cd29f90838b2fe"))
(package
(name "emacs-logos")
(version "1.0.1")
(version "1.1.0")
(source (origin
(method git-fetch)
(uri (git-reference
(url "https://git.sr.ht/~protesilaos/logos")
(commit commit)))
(commit version)))
(file-name (git-file-name name version))
(sha256
(base32
"0g3jxzwv99wkxlb36j2nyjibayvwjpy7qc2mz9lfd2945q6apj3z"))))
"08y63v7qsxw4g0gv01dq05j96ngajln6sv50nssjfwag8bgl4ydi"))))
(native-inputs (list texinfo))
(build-system emacs-build-system)
(arguments
@ -16294,7 +16291,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