guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

branch master updated: gnu: emacs-org-superstar: Update to 1.1.0.


From: guix-commits
Subject: branch master updated: gnu: emacs-org-superstar: Update to 1.1.0.
Date: Tue, 07 Apr 2020 05:07:40 -0400

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 aad5c9c  gnu: emacs-org-superstar: Update to 1.1.0.
aad5c9c is described below

commit aad5c9ceca2387f1a6d5be661ef985927977971f
Author: Nicolas Goaziou <address@hidden>
AuthorDate: Tue Apr 7 11:07:31 2020 +0200

    gnu: emacs-org-superstar: Update to 1.1.0.
    
    * gnu/packages/emacs-xyz.scm (emacs-org-superstar): Update to 1.1.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 a2cc47b..a50c149 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -4916,7 +4916,7 @@ number.")
 (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 @@ number.")
              (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)))



reply via email to

[Prev in Thread] Current Thread [Next in Thread]