guix-commits
[Top][All Lists]
Advanced

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

39/44: gnu: emacs-trashed: Update to 2.1.4.


From: guix-commits
Subject: 39/44: gnu: emacs-trashed: Update to 2.1.4.
Date: Fri, 1 Sep 2023 16:23:10 -0400 (EDT)

ngz pushed a commit to branch master
in repository guix.

commit cbcee106b528101e505ac199587711d6dea02370
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Fri Sep 1 22:06:25 2023 +0200

    gnu: emacs-trashed: Update to 2.1.4.
    
    * gnu/packages/emacs-xyz.scm (emacs-trashed): Update to 2.1.4.
---
 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 e7916ce50d..528a848577 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -35418,7 +35418,7 @@ comments or emails.")
 (define-public emacs-trashed
   (package
     (name "emacs-trashed")
-    (version "2.1.3")
+    (version "2.1.4")
     (source
      (origin
        (method git-fetch)
@@ -35427,7 +35427,7 @@ comments or emails.")
              (commit version)))
        (file-name (git-file-name name version))
        (sha256
-        (base32 "08v7g2zgrad0r0n4pla8j3i2aql46byq82jr712cvxhydd5gnzf9"))))
+        (base32 "091c9b4glx7d5svwgr3jvqv1d8lw10mw4hvv4mq7kx1j54zmbnbf"))))
     (build-system emacs-build-system)
     (home-page "https://github.com/shingo256/trashed/";)
     (synopsis "View and edit system trash can in Emacs")



reply via email to

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