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.2.1.


From: guix-commits
Subject: branch master updated: gnu: emacs-org-superstar: Update to 1.2.1.
Date: Sun, 19 Apr 2020 08:33:43 -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 5c10d55  gnu: emacs-org-superstar: Update to 1.2.1.
5c10d55 is described below

commit 5c10d55206a4f7a9b932ff08512a4f50c1db35be
Author: Nicolas Goaziou <address@hidden>
AuthorDate: Sun Apr 19 14:33:30 2020 +0200

    gnu: emacs-org-superstar: Update to 1.2.1.
    
    * gnu/packages/emacs-xyz.scm (emacs-org-superstar): Update to 1.2.1.
---
 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 a9550ee..cd80e57 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -4975,7 +4975,7 @@ number.")
 (define-public emacs-org-superstar
   (package
     (name "emacs-org-superstar")
-    (version "1.1.0")
+    (version "1.2.1")
     (source
      (origin
        (method git-fetch)
@@ -4984,7 +4984,7 @@ number.")
              (commit (string-append "v" version))))
        (file-name (git-file-name name version))
        (sha256
-        (base32 "14aafqw8rnbmiy3kcw1a58vjxdyamrbmlldnlw018wgk0qqv0xpx"))))
+        (base32 "14w06v76xi4f6hpq6xzicrjjv0b802g5zc9as4mpimfy5gx2xpm0"))))
     (build-system emacs-build-system)
     (propagated-inputs
      `(("emacs-org" ,emacs-org)))



reply via email to

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