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


From: guix-commits
Subject: branch master updated: gnu: emacs-pulsar: Update to 0.5.0.
Date: Mon, 31 Oct 2022 19:01:59 -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 78a517b439 gnu: emacs-pulsar: Update to 0.5.0.
78a517b439 is described below

commit 78a517b439e897610f661514899df5af463bd518
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Tue Nov 1 00:01:17 2022 +0100

    gnu: emacs-pulsar: Update to 0.5.0.
    
    * gnu/packages/emacs-xyz.scm (emacs-pulsar): Update to 0.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 63db377759..a670929c1a 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -20487,7 +20487,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.4.0")
+    (version "0.5.0")
     (source (origin
               (method git-fetch)
               (uri (git-reference
@@ -20496,7 +20496,7 @@ orient yourself in the code, and tell which statements 
are at a given level.")
               (file-name (git-file-name name version))
               (sha256
                (base32
-                "05ig8p3y5k20w4xy0ahaml9z0i0xyw6fkypzvz0mjpldhxl7dbxd"))))
+                "0wwj9civyidfcv0k859w0i2aqb75dypy7aihk3cnv1nv2q4m61j5"))))
     (native-inputs (list texinfo))
     (build-system emacs-build-system)
     (arguments



reply via email to

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