guix-commits
[Top][All Lists]
Advanced

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

04/04: gnu: emacs-plz: Update to 0.2.1.


From: guix-commits
Subject: 04/04: gnu: emacs-plz: Update to 0.2.1.
Date: Tue, 27 Sep 2022 13:32:10 -0400 (EDT)

ngz pushed a commit to branch master
in repository guix.

commit 459e0f9beaf70345cab8eabb9db90e2ed64c9fa2
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Tue Sep 27 19:28:43 2022 +0200

    gnu: emacs-plz: Update to 0.2.1.
    
    * gnu/packages/emacs-xyz.scm (emacs-plz): Update to 0.2.1.
---
 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 7b9960ec65..c5d49c2925 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -16996,7 +16996,7 @@ multiplexer.")
 (define-public emacs-plz
   (package
     (name "emacs-plz")
-    (version "0.2")
+    (version "0.2.1")
     (source
      (origin
        (method git-fetch)
@@ -17005,7 +17005,7 @@ multiplexer.")
              (commit version)))
        (file-name (git-file-name name version))
        (sha256
-        (base32 "170pbqiywk1zyhd0ig4f25qnjf7r1gwy0c6h343bcnl6qxvkvlv2"))))
+        (base32 "0p0xd532xa8icysyxwqk481lr9xanmp68gf97fd9n2936gp12chv"))))
     (build-system emacs-build-system)
     (inputs (list curl))
     (home-page "https://github.com/alphapapa/plz.el";)



reply via email to

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