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 @@ comments or emails.")
(define-public emacs-trashed (define-public emacs-trashed
(package (package
(name "emacs-trashed") (name "emacs-trashed")
(version "2.1.2") (version "2.1.3")
(source (source
(origin (origin
(method git-fetch) (method git-fetch)
@ -28572,7 +28572,7 @@ comments or emails.")
(commit version))) (commit version)))
(file-name (git-file-name name version)) (file-name (git-file-name name version))
(sha256 (sha256
(base32 "0lfza55nbb62nmr27cwpcz2ad1vm95piq4nfd8zvkwqbn6klwmm6")))) (base32 "08v7g2zgrad0r0n4pla8j3i2aql46byq82jr712cvxhydd5gnzf9"))))
(build-system emacs-build-system) (build-system emacs-build-system)
(home-page "https://github.com/shingo256/trashed/") (home-page "https://github.com/shingo256/trashed/")
(synopsis "View and edit system trash can in Emacs") (synopsis "View and edit system trash can in Emacs")