guix-commits
[Top][All Lists]
Advanced

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

branch master updated: gnu: emacs-subed: Update to 1.0.21.


From: guix-commits
Subject: branch master updated: gnu: emacs-subed: Update to 1.0.21.
Date: Thu, 17 Nov 2022 06:45:51 -0500

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 07dddca27b gnu: emacs-subed: Update to 1.0.21.
07dddca27b is described below

commit 07dddca27bd0128c93824b9c20e96c4be3a7797f
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Thu Nov 17 12:44:54 2022 +0100

    gnu: emacs-subed: Update to 1.0.21.
    
    * gnu/packages/emacs-xyz.scm (emacs-subed): Update to 1.0.21.
---
 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 a6663dadae..fe0d9f1dc9 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -7097,14 +7097,14 @@ user.")
 (define-public emacs-subed
   (package
     (name "emacs-subed")
-    (version "1.0.19")
+    (version "1.0.21")
     (source (origin
               (method url-fetch)
               (uri (string-append "https://elpa.nongnu.org/nongnu/subed-";
                                   version ".tar"))
               (sha256
                (base32
-                "1wgicb0lvnghhr3a1xndkaxhs1c9gc1ac5xwvxcsc9zpgzrlmcda"))))
+                "0l4xv56ab31li9l77x68jnpcn47xgj0gqjfs5diklr665vjmfqim"))))
     (arguments
      (list
       #:tests? #t



reply via email to

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