guix-commits
[Top][All Lists]
Advanced

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

35/44: gnu: emacs-pulsar: Update to 1.0.0.


From: guix-commits
Subject: 35/44: gnu: emacs-pulsar: Update to 1.0.0.
Date: Fri, 1 Sep 2023 16:23:10 -0400 (EDT)

ngz pushed a commit to branch master
in repository guix.

commit 56d189f6d53ddfaca941aa56a2c730b40dd53aca
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Fri Sep 1 22:02:30 2023 +0200

    gnu: emacs-pulsar: Update to 1.0.0.
    
    * gnu/packages/emacs-xyz.scm (emacs-pulsar): Update to 1.0.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 49cee39ea5..a4e1ffa306 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -23193,7 +23193,7 @@ orient yourself in the code, and tell which statements 
are at a given level.")
 (define-public emacs-pulsar
   (package
     (name "emacs-pulsar")
-    (version "0.5.0")
+    (version "1.0.0")
     (source (origin
               (method git-fetch)
               (uri (git-reference
@@ -23202,7 +23202,7 @@ orient yourself in the code, and tell which statements 
are at a given level.")
               (file-name (git-file-name name version))
               (sha256
                (base32
-                "0wwj9civyidfcv0k859w0i2aqb75dypy7aihk3cnv1nv2q4m61j5"))))
+                "0kpsjzp65vqaay7m19z1iv97xnf5s76c741q3dil2s6ch0b7866i"))))
     (native-inputs (list texinfo))
     (build-system emacs-build-system)
     (arguments



reply via email to

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