Archived
1
0
Fork 0

gnu: emacs-org-superstar: Update to 1.2.1.

* gnu/packages/emacs-xyz.scm (emacs-org-superstar): Update to 1.2.1.
This commit is contained in:
Nicolas Goaziou 2020-04-19 14:33:30 +02:00
parent 40c6b1802c
commit 5c10d55206
No known key found for this signature in database
GPG key ID: DA00B4F048E92F2D

View file

@ -4975,7 +4975,7 @@ number.")
(define-public emacs-org-superstar (define-public emacs-org-superstar
(package (package
(name "emacs-org-superstar") (name "emacs-org-superstar")
(version "1.1.0") (version "1.2.1")
(source (source
(origin (origin
(method git-fetch) (method git-fetch)
@ -4984,7 +4984,7 @@ number.")
(commit (string-append "v" version)))) (commit (string-append "v" version))))
(file-name (git-file-name name version)) (file-name (git-file-name name version))
(sha256 (sha256
(base32 "14aafqw8rnbmiy3kcw1a58vjxdyamrbmlldnlw018wgk0qqv0xpx")))) (base32 "14w06v76xi4f6hpq6xzicrjjv0b802g5zc9as4mpimfy5gx2xpm0"))))
(build-system emacs-build-system) (build-system emacs-build-system)
(propagated-inputs (propagated-inputs
`(("emacs-org" ,emacs-org))) `(("emacs-org" ,emacs-org)))