guix-commits
[Top][All Lists]
Advanced

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

04/07: gnu: emacs-subed: Update to 1.0.8.


From: guix-commits
Subject: 04/07: gnu: emacs-subed: Update to 1.0.8.
Date: Fri, 9 Sep 2022 15:32:49 -0400 (EDT)

ngz pushed a commit to branch master
in repository guix.

commit 3b10c87353de1e65431f7cb396ceb68f748fd187
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Fri Sep 9 21:28:40 2022 +0200

    gnu: emacs-subed: Update to 1.0.8.
    
    * gnu/packages/emacs-xyz.scm (emacs-subed): Update to 1.0.8.
---
 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 27a6c535bd..928ff396f9 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -6723,14 +6723,14 @@ user.")
 (define-public emacs-subed
   (package
     (name "emacs-subed")
-    (version "1.0.7")
+    (version "1.0.8")
     (source (origin
               (method url-fetch)
               (uri (string-append "https://elpa.nongnu.org/nongnu/subed-";
                                   version ".tar"))
               (sha256
                (base32
-                "0js48yar8xgj3wjmlkv3k5208q1zvv74sg4lhk6asiy4cq3pqjia"))))
+                "05dx4ywma7n73d0cihf4v8ayihm7gmfqpzvdycq4yk0zkxb958z1"))))
     (arguments
      (list
       #:tests? #t



reply via email to

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