guix-commits
[Top][All Lists]
Advanced

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

04/16: gnu: emacs-subed: Update to 1.1.0.


From: guix-commits
Subject: 04/16: gnu: emacs-subed: Update to 1.1.0.
Date: Wed, 8 Mar 2023 09:53:53 -0500 (EST)

ngz pushed a commit to branch master
in repository guix.

commit 8b07dc2a16e5e5724e90773a6461fee521732cb2
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Wed Mar 8 15:09:05 2023 +0100

    gnu: emacs-subed: Update to 1.1.0.
    
    * gnu/packages/emacs-xyz.scm (emacs-subed): Update to 1.1.0.
---
 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 3ec30c0cf8..392046d57b 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -7743,14 +7743,14 @@ user.")
 (define-public emacs-subed
   (package
     (name "emacs-subed")
-    (version "1.0.29")
+    (version "1.1.0")
     (source (origin
               (method url-fetch)
               (uri (string-append "https://elpa.nongnu.org/nongnu/subed-";
                                   version ".tar"))
               (sha256
                (base32
-                "0q2sfdypj929y4fllk97rsb2bxm9a1izjy1f0z2viz5hz0hpqp26"))))
+                "0j47vra3wywi73ss3wg94q7h8b2wqsw6l8z2l090id9k813dkcrx"))))
     (arguments
      (list
       #:tests? #t



reply via email to

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