guix-commits
[Top][All Lists]
Advanced

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

18/19: gnu: emacs-plz: Update to 0.6.


From: guix-commits
Subject: 18/19: gnu: emacs-plz: Update to 0.6.
Date: Sat, 24 Jun 2023 11:43:48 -0400 (EDT)

ngz pushed a commit to branch master
in repository guix.

commit 5304c63678417957b18f501985cc98ada50023a2
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Sat Jun 24 17:25:27 2023 +0200

    gnu: emacs-plz: Update to 0.6.
    
    * gnu/packages/emacs-xyz.scm (emacs-plz): Update to 0.6.
---
 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 44d4b5deeb..dc1780c731 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -19345,7 +19345,7 @@ multiplexer.")
 (define-public emacs-plz
   (package
     (name "emacs-plz")
-    (version "0.5.4")
+    (version "0.6")
     (source
      (origin
        (method git-fetch)
@@ -19354,7 +19354,7 @@ multiplexer.")
              (commit (string-append "v" version))))
        (file-name (git-file-name name version))
        (sha256
-        (base32 "1ccddvbhb3n02s2krgyqapll7kbzxjhldzn8g8gmnqfsmwpg9d2r"))))
+        (base32 "12hnsafv1bxkk1pb471i8hw0zy0yfla8afpcahlg4k4dni4dnqsm"))))
     (build-system emacs-build-system)
     (inputs (list curl))
     (arguments



reply via email to

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