guix-commits
[Top][All Lists]
Advanced

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

11/13: gnu: emacs-subed: Update to 1.0.26.


From: guix-commits
Subject: 11/13: gnu: emacs-subed: Update to 1.0.26.
Date: Mon, 5 Dec 2022 14:52:53 -0500 (EST)

ngz pushed a commit to branch master
in repository guix.

commit 511a8f457c172c4803701fd47f4ae2d4429c0e94
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Mon Dec 5 20:51:21 2022 +0100

    gnu: emacs-subed: Update to 1.0.26.
    
    * gnu/packages/emacs-xyz.scm (emacs-subed): Update to 1.0.26.
---
 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 e64e4d95f9..80f247c138 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -7256,14 +7256,14 @@ user.")
 (define-public emacs-subed
   (package
     (name "emacs-subed")
-    (version "1.0.24")
+    (version "1.0.26")
     (source (origin
               (method url-fetch)
               (uri (string-append "https://elpa.nongnu.org/nongnu/subed-";
                                   version ".tar"))
               (sha256
                (base32
-                "1x9w858pgyhd7hlvn85h379f8sfvf8ly3a9596q4jkqbcp9riymq"))))
+                "1vssgrchjgf36qxm6bm574wvvcjxmcfhlpziwilzixkxw48hh0ym"))))
     (arguments
      (list
       #:tests? #t



reply via email to

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