mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-31 23:06:59 +01:00
gnu: emacs-org-superstar: Update to 1.5.0.
* gnu/packages/emacs-xyz.scm (emacs-org-superstar): Update to 1.5.0.
This commit is contained in:
parent
186c559f9d
commit
178f618c3a
1 changed files with 2 additions and 2 deletions
|
@ -6610,7 +6610,7 @@ (define-public emacs-org-mime
|
|||
(define-public emacs-org-superstar
|
||||
(package
|
||||
(name "emacs-org-superstar")
|
||||
(version "1.4.0")
|
||||
(version "1.5.0")
|
||||
(source
|
||||
(origin
|
||||
(method git-fetch)
|
||||
|
@ -6619,7 +6619,7 @@ (define-public emacs-org-superstar
|
|||
(commit (string-append "v" version))))
|
||||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32 "1aklp6nk05ghpq7ybsbvn28wrygfwqvq58k1hjll97nbhd7h0gyb"))))
|
||||
(base32 "12inin2p6pm6vbv3yc06fx343dsp0vp07fjb35w088akhikmqh2a"))))
|
||||
(build-system emacs-build-system)
|
||||
(propagated-inputs
|
||||
`(("emacs-org" ,emacs-org)))
|
||||
|
|
Loading…
Reference in a new issue