mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-26 20:49:29 -05:00
gnu: emacs-ox-tufte: Update to 4.2.0.
* gnu/packages/emacs-xyz.scm (emacs-ox-tufte): Update to 4.2.0. Change-Id: Ib9584373cfed50c6c8195e9770a9953fb5b5a4e7 Signed-off-by: Christopher Baines <mail@cbaines.net>
This commit is contained in:
parent
bd179f7507
commit
2469b040a4
1 changed files with 2 additions and 2 deletions
|
@ -33695,7 +33695,7 @@ (define-public emacs-ox-reveal
|
|||
(define-public emacs-ox-tufte
|
||||
(package
|
||||
(name "emacs-ox-tufte")
|
||||
(version "4.1.1")
|
||||
(version "4.2.0")
|
||||
(source
|
||||
(origin
|
||||
(method git-fetch)
|
||||
|
@ -33704,7 +33704,7 @@ (define-public emacs-ox-tufte
|
|||
(commit version)))
|
||||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32 "0nmi6p19sg2vl64znm356bchphbybq03jyjsnqhddb39c4pilxah"))))
|
||||
(base32 "0rdainmx0xg6rfql7rai75x0v2r2s1snjy6b61jd53caif7aigbk"))))
|
||||
(build-system emacs-build-system)
|
||||
(arguments
|
||||
(list
|
||||
|
|
Loading…
Reference in a new issue