me
/
guix
Archived
1
0
Fork 0

gnu: emacs-xclip: Update to 1.11.

* gnu/packages/emacs-xyz.scm (emacs-xclip): Update to 1.11.
[source]: Use ".tar" extension.
Nicolas Goaziou 2022-01-18 13:22:41 +01:00
parent f92d758f1d
commit 9350538558
No known key found for this signature in database
GPG Key ID: DA00B4F048E92F2D
1 changed files with 3 additions and 3 deletions

View File

@ -25760,14 +25760,14 @@ Emacs windows and tmux panes.")
(define-public emacs-xclip
(package
(name "emacs-xclip")
(version "1.10")
(version "1.11")
(source
(origin
(method url-fetch)
(uri (string-append "https://elpa.gnu.org/packages/"
"xclip-" version ".el"))
"xclip-" version ".tar"))
(sha256
(base32 "0i3i9kwfg8qmhcmqhhnrb1kljgwkccv63s9q1mjwqfjldyfh8j8i"))))
(base32 "0hgblj8ng7vfsdb7g1mm9m2qhzfprycdd77836l59prpak5kp55q"))))
(build-system emacs-build-system)
(home-page "http://elpa.gnu.org/packages/xclip.html")
(synopsis "Copy and paste GUI clipboard from Emacs in text terminal")