mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-26 12:39:36 -05:00
gnu: emacs-logos: Update to 1.1.0.
* gnu/packages/emacs-xyz.scm (emacs-logos): Update to 1.1.0.
This commit is contained in:
parent
6277c7574b
commit
b9df95614d
1 changed files with 31 additions and 34 deletions
|
@ -16258,21 +16258,18 @@ (define-public emacs-denote-menu
|
||||||
(license license:gpl3+)))
|
(license license:gpl3+)))
|
||||||
|
|
||||||
(define-public emacs-logos
|
(define-public emacs-logos
|
||||||
;; XXX: Upstream did not tag latest release. Use the commit matching
|
|
||||||
;; version bump.
|
|
||||||
(let ((commit "d8f18f74591ffcac6466409ac7cd29f90838b2fe"))
|
|
||||||
(package
|
(package
|
||||||
(name "emacs-logos")
|
(name "emacs-logos")
|
||||||
(version "1.0.1")
|
(version "1.1.0")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
(uri (git-reference
|
(uri (git-reference
|
||||||
(url "https://git.sr.ht/~protesilaos/logos")
|
(url "https://git.sr.ht/~protesilaos/logos")
|
||||||
(commit commit)))
|
(commit version)))
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0g3jxzwv99wkxlb36j2nyjibayvwjpy7qc2mz9lfd2945q6apj3z"))))
|
"08y63v7qsxw4g0gv01dq05j96ngajln6sv50nssjfwag8bgl4ydi"))))
|
||||||
(native-inputs (list texinfo))
|
(native-inputs (list texinfo))
|
||||||
(build-system emacs-build-system)
|
(build-system emacs-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
|
@ -16294,7 +16291,7 @@ (define-public emacs-logos
|
||||||
buffer can be divided in pages using the @code{page-delimiter}, outline
|
buffer can be divided in pages using the @code{page-delimiter}, outline
|
||||||
structure, or any other pattern.")
|
structure, or any other pattern.")
|
||||||
(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-tmr
|
(define-public emacs-tmr
|
||||||
(package
|
(package
|
||||||
|
|
Loading…
Reference in a new issue