guix-commits
[Top][All Lists]
Advanced

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

branch master updated: gnu: emacs-pulsar: Update to 0.4.0.


From: guix-commits
Subject: branch master updated: gnu: emacs-pulsar: Update to 0.4.0.
Date: Thu, 25 Aug 2022 08:48:17 -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 72aba543b9 gnu: emacs-pulsar: Update to 0.4.0.
72aba543b9 is described below

commit 72aba543b92c8e1a7a190f8383ea4e0ba14e9615
Author: jgart <jgart@dismail.de>
AuthorDate: Tue Aug 9 19:30:33 2022 -0500

    gnu: emacs-pulsar: Update to 0.4.0.
    
    * gnu/packages/emacs-xyz.scm (emacs-pulsar): Update to 0.4.0.
    
    Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
---
 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 85252c81b0..33ae95ac6f 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -19454,7 +19454,7 @@ navigate and display hierarchy structures.")
 (define-public emacs-pulsar
   (package
     (name "emacs-pulsar")
-    (version "0.3.0")
+    (version "0.4.0")
     (source (origin
               (method git-fetch)
               (uri (git-reference
@@ -19463,7 +19463,7 @@ navigate and display hierarchy structures.")
               (file-name (git-file-name name version))
               (sha256
                (base32
-                "09s1r9zqc28g75jjxajdm34ni4m7gynh0xsffy5d60c50igiqa94"))))
+                "05ig8p3y5k20w4xy0ahaml9z0i0xyw6fkypzvz0mjpldhxl7dbxd"))))
     (native-inputs (list texinfo))
     (build-system emacs-build-system)
     (arguments



reply via email to

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