mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-27 04:59:27 -05:00
gnu: emacs-ox-tufte: Update to 4.0.4.
* gnu/packages/emacs-xyz.scm (emacs-ox-tufte): Update to 4.0.4. Change-Id: Icd69ab95f9027cd02f2a0cef6bb332a3da0f4c8d
This commit is contained in:
parent
cf3116e592
commit
1f2cd85fa1
1 changed files with 2 additions and 2 deletions
|
@ -33560,7 +33560,7 @@ (define-public emacs-ox-reveal
|
|||
(define-public emacs-ox-tufte
|
||||
(package
|
||||
(name "emacs-ox-tufte")
|
||||
(version "4.0.1")
|
||||
(version "4.0.4")
|
||||
(source
|
||||
(origin
|
||||
(method git-fetch)
|
||||
|
@ -33569,7 +33569,7 @@ (define-public emacs-ox-tufte
|
|||
(commit version)))
|
||||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32 "1v8jr1k8wfpzwry073rrgkxfpwylxmk7xqabxzp49z40rc7hp26s"))))
|
||||
(base32 "15jfwrdawj8flgyfqhsfhdlnam6n5gzw5minnixwxyp69q5vxnpw"))))
|
||||
(build-system emacs-build-system)
|
||||
(propagated-inputs (list emacs-org))
|
||||
(arguments '(#:include (cons "^src/" %default-include)))
|
||||
|
|
Loading…
Reference in a new issue