[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
branch master updated: gnu: emacs-org-superstar: Update to 1.5.0.
From: |
guix-commits |
Subject: |
branch master updated: gnu: emacs-org-superstar: Update to 1.5.0. |
Date: |
Sat, 27 Feb 2021 11:23:39 -0500 |
This is an automated email from the git hooks/post-receive script.
ngz pushed a commit to branch master
in repository guix.
The following commit(s) were added to refs/heads/master by this push:
new 178f618 gnu: emacs-org-superstar: Update to 1.5.0.
178f618 is described below
commit 178f618c3a9039ed11f54d7f88955ce326ca34a2
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Sat Feb 27 17:23:12 2021 +0100
gnu: emacs-org-superstar: Update to 1.5.0.
* gnu/packages/emacs-xyz.scm (emacs-org-superstar): Update to 1.5.0.
---
gnu/packages/emacs-xyz.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index 70d1ead..3f03517 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -6610,7 +6610,7 @@ email.")
(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 @@ email.")
(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)))
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- branch master updated: gnu: emacs-org-superstar: Update to 1.5.0.,
guix-commits <=