mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-18 20:57:12 -05:00
gnu: emacs-xclip: Update to 1.11.
* gnu/packages/emacs-xyz.scm (emacs-xclip): Update to 1.11. [source]: Use ".tar" extension.
This commit is contained in:
parent
f92d758f1d
commit
9350538558
1 changed files with 3 additions and 3 deletions
|
@ -25760,14 +25760,14 @@ (define-public emacs-evil-tmux-navigator
|
|||
(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")
|
||||
|
|
Loading…
Reference in a new issue