gnu: emacs-pabbrev: Update to 4.3.0.

* gnu/packages/emacs-xyz.scm (emacs-pabbrev): Update to 4.3.0.

Change-Id: Ic366835d8b16badb8081ec446ef2b9f9444a8b2b
This commit is contained in:
Nicolas Goaziou 2024-02-22 12:26:45 +01:00
parent 37671b3dcd
commit 0e366d9609
No known key found for this signature in database
GPG Key ID: DA00B4F048E92F2D
1 changed files with 2 additions and 2 deletions

View File

@ -5485,14 +5485,14 @@ the previous session
(define-public emacs-pabbrev
(package
(name "emacs-pabbrev")
(version "4.2.2")
(version "4.3.0")
(source
(origin
(method url-fetch)
(uri (string-append "https://elpa.gnu.org/packages/"
"pabbrev-" version ".tar"))
(sha256
(base32 "0iydz8yz866krxv1qv32k88w4464xpymh0wxgrxv6nvniwvhvd0s"))))
(base32 "0a54ld80s0r9zrc2kd861p4ii3jzqhxykzcnvi64fhxxg3x2aggx"))))
(build-system emacs-build-system)
(home-page "https://elpa.gnu.org/packages/pabbrev.html")
(synopsis "Predictive abbreviation expansion")