guix-commits
[Top][All Lists]
Advanced

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

branch master updated: gnu: emacs-trashed: Update to 2.1.3.


From: guix-commits
Subject: branch master updated: gnu: emacs-trashed: Update to 2.1.3.
Date: Sat, 08 Jan 2022 11:27:55 -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 bcac65f428 gnu: emacs-trashed: Update to 2.1.3.
bcac65f428 is described below

commit bcac65f428436e7d818a72af4da91827d557efe4
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Sat Jan 8 17:27:14 2022 +0100

    gnu: emacs-trashed: Update to 2.1.3.
    
    * gnu/packages/emacs-xyz.scm (emacs-trashed): Update to 2.1.3.
---
 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 16e6b1a508..faedf80066 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -28563,7 +28563,7 @@ comments or emails.")
 (define-public emacs-trashed
   (package
     (name "emacs-trashed")
-    (version "2.1.2")
+    (version "2.1.3")
     (source
      (origin
        (method git-fetch)
@@ -28572,7 +28572,7 @@ comments or emails.")
              (commit version)))
        (file-name (git-file-name name version))
        (sha256
-        (base32 "0lfza55nbb62nmr27cwpcz2ad1vm95piq4nfd8zvkwqbn6klwmm6"))))
+        (base32 "08v7g2zgrad0r0n4pla8j3i2aql46byq82jr712cvxhydd5gnzf9"))))
     (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]