guix-commits
[Top][All Lists]
Advanced

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

branch master updated: gnu: emacs-pabbrev: Update to 4.2.2.


From: guix-commits
Subject: branch master updated: gnu: emacs-pabbrev: Update to 4.2.2.
Date: Sun, 31 Jul 2022 17:59:32 -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 4d02b9c334 gnu: emacs-pabbrev: Update to 4.2.2.
4d02b9c334 is described below

commit 4d02b9c334e3373d24177a8ebeeff1815077fc05
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Sun Jul 31 23:58:19 2022 +0200

    gnu: emacs-pabbrev: Update to 4.2.2.
    
    * gnu/packages/emacs-xyz.scm (emacs-pabbrev): Update to 4.2.2.
    [source]<origin>: Change file extension.
---
 gnu/packages/emacs-xyz.scm | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index 24319e1437..bfc68a9180 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -3723,14 +3723,14 @@ the previous session
 (define-public emacs-pabbrev
   (package
     (name "emacs-pabbrev")
-    (version "4.2.1")
+    (version "4.2.2")
     (source
      (origin
        (method url-fetch)
        (uri (string-append "https://elpa.gnu.org/packages/";
-                           "pabbrev-" version ".el"))
+                           "pabbrev-" version ".tar"))
        (sha256
-        (base32 "19v5adk61y8fpigw7k6wz6dj79jwr450hnbi7fj0jvb21cvjmfxh"))))
+        (base32 "0iydz8yz866krxv1qv32k88w4464xpymh0wxgrxv6nvniwvhvd0s"))))
     (build-system emacs-build-system)
     (home-page "http://elpa.gnu.org/packages/pabbrev.html";)
     (synopsis "Predictive abbreviation expansion")



reply via email to

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