guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

branch master updated: gnu: emacs-xclip: Update to 1.11.


From: guix-commits
Subject: branch master updated: gnu: emacs-xclip: Update to 1.11.
Date: Tue, 18 Jan 2022 07:23:51 -0500

This is an automated email from the git hooks/post-receive script.

ngz pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new 9350538558 gnu: emacs-xclip: Update to 1.11.
9350538558 is described below

commit 9350538558a35eedb112b61a528ccee857738fc9
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Tue Jan 18 13:22:41 2022 +0100

    gnu: emacs-xclip: Update to 1.11.
    
    * gnu/packages/emacs-xyz.scm (emacs-xclip): Update to 1.11.
    [source]: Use ".tar" extension.
---
 gnu/packages/emacs-xyz.scm | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index cd30cb3e37..f25481e2e6 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -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")



reply via email to

[Prev in Thread] Current Thread [Next in Thread]