me
/
guix
Archived
1
0
Fork 0

gnu: emacs-trashed: Update to 2.1.4.

* gnu/packages/emacs-xyz.scm (emacs-trashed): Update to 2.1.4.
master
Nicolas Goaziou 2023-09-01 22:06:25 +02:00
parent ea7453966f
commit cbcee106b5
No known key found for this signature in database
GPG Key ID: DA00B4F048E92F2D
1 changed files with 2 additions and 2 deletions

View File

@ -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")