me
/
guix
Archived
1
0
Fork 0

gnu: emacs-org-re-reveal: Update to 3.29.1.

* gnu/packages/emacs-xyz.scm (emacs-org-re-reveal): Update to 3.29.1.

Change-Id: Idbeb2a6e8a86f41d25d18d478df873cafffb8434
master
Nicolas Goaziou 2024-07-21 16:08:28 +02:00
parent 57b37bc399
commit 552dd1d6eb
No known key found for this signature in database
GPG Key ID: DA00B4F048E92F2D
1 changed files with 2 additions and 2 deletions

View File

@ -25898,7 +25898,7 @@ powerful Org contents.")
(define-public emacs-org-re-reveal
(package
(name "emacs-org-re-reveal")
(version "3.28.2")
(version "3.29.1")
(source
(origin
(method git-fetch)
@ -25907,7 +25907,7 @@ powerful Org contents.")
(commit version)))
(file-name (git-file-name name version))
(sha256
(base32 "1qbp198xg8pkd9zdvapq8bdsxilgqqync8m3r1csg8nz8lbpkk1b"))))
(base32 "1ql684l6jny3r3c7xa5m3mfgv89j0jpjan6a05gfay6m1pgsg9iy"))))
(build-system emacs-build-system)
(propagated-inputs
(list emacs-htmlize emacs-org))