guix-commits
[Top][All Lists]
Advanced

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

04/06: gnu: emacs-plz: Update to 0.3.


From: guix-commits
Subject: 04/06: gnu: emacs-plz: Update to 0.3.
Date: Sun, 1 Jan 2023 05:24:00 -0500 (EST)

ngz pushed a commit to branch master
in repository guix.

commit 992f3edc343f51ab8497ba315034e10166d5db58
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Sun Jan 1 11:16:48 2023 +0100

    gnu: emacs-plz: Update to 0.3.
    
    * gnu/packages/emacs-xyz.scm (emacs-plz): Update to 0.3.
---
 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 47431cd870..946def62d1 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -18017,7 +18017,7 @@ multiplexer.")
 (define-public emacs-plz
   (package
     (name "emacs-plz")
-    (version "0.2.1")
+    (version "0.3")
     (source
      (origin
        (method git-fetch)
@@ -18026,7 +18026,7 @@ multiplexer.")
              (commit version)))
        (file-name (git-file-name name version))
        (sha256
-        (base32 "0p0xd532xa8icysyxwqk481lr9xanmp68gf97fd9n2936gp12chv"))))
+        (base32 "1ack4rajjdmb3fqz5v394rqpvn9mfvbkrxra27yrcqz97mma1ki7"))))
     (build-system emacs-build-system)
     (inputs (list curl))
     (arguments



reply via email to

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