mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-19 14:07:01 +01:00
gnu: emacs-org-superstar: Update to 1.1.0.
* gnu/packages/emacs-xyz.scm (emacs-org-superstar): Update to 1.1.0.
This commit is contained in:
parent
2d0cfa71ab
commit
aad5c9ceca
1 changed files with 2 additions and 2 deletions
|
@ -4916,7 +4916,7 @@ (define-public emacs-org-bullets
|
|||
(define-public emacs-org-superstar
|
||||
(package
|
||||
(name "emacs-org-superstar")
|
||||
(version "1.0.0")
|
||||
(version "1.1.0")
|
||||
(source
|
||||
(origin
|
||||
(method git-fetch)
|
||||
|
@ -4925,7 +4925,7 @@ (define-public emacs-org-superstar
|
|||
(commit (string-append "v" version))))
|
||||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32 "0q6180qwjpha10zsiw0ni6lanyjwlj8141a6qivfcs8nwczz7nvz"))))
|
||||
(base32 "14aafqw8rnbmiy3kcw1a58vjxdyamrbmlldnlw018wgk0qqv0xpx"))))
|
||||
(build-system emacs-build-system)
|
||||
(propagated-inputs
|
||||
`(("emacs-org" ,emacs-org)))
|
||||
|
|
Loading…
Reference in a new issue