gnu: emacs-trashed: Update to 2.1.3.

* gnu/packages/emacs-xyz.scm (emacs-trashed): Update to 2.1.3.
This commit is contained in:
Nicolas Goaziou 2022-01-08 17:27:14 +01:00
parent e359b665e9
commit bcac65f428
No known key found for this signature in database
GPG key ID: DA00B4F048E92F2D

View file

@ -28563,7 +28563,7 @@ (define-public emacs-uml-mode
(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 @@ (define-public emacs-trashed
(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")