guix-commits
[Top][All Lists]
Advanced

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

01/01: gnu: emacs-circe: Update to 2.10.


From: Nicolas Goaziou
Subject: 01/01: gnu: emacs-circe: Update to 2.10.
Date: Sat, 10 Nov 2018 17:27:23 -0500 (EST)

ngz pushed a commit to branch master
in repository guix.

commit 79b8341292de460864e56829d1ec5ed1861cbb57
Author: Nicolas Goaziou <address@hidden>
Date:   Sat Nov 10 23:27:05 2018 +0100

    gnu: emacs-circe: Update to 2.10.
    
    * gnu/packages/emacs.scm (emacs-circe): Update to 2.10.
---
 gnu/packages/emacs.scm | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/emacs.scm b/gnu/packages/emacs.scm
index c6008e6..e380807 100644
--- a/gnu/packages/emacs.scm
+++ b/gnu/packages/emacs.scm
@@ -7688,17 +7688,17 @@ value of the access token.")
 (define-public emacs-circe
   (package
     (name "emacs-circe")
-    (version "2.6")
+    (version "2.10")
     (source
      (origin
        (method git-fetch)
        (uri (git-reference
              (url "https://github.com/jorgenschaefer/circe.git";)
              (commit (string-append "v" version))))
-       (file-name (string-append name "-" version "-checkout"))
+       (file-name (git-file-name name version))
        (sha256
         (base32
-         "19h3983zy3f15cgs86irvbdzz55qyjm48qd7gjlzcxplr7vnnh0j"))))
+         "10gi14kwxd81blddpvqh95lgmpbfgp0m955naxix3bs3r6a75n4s"))))
     (build-system emacs-build-system)
     ;; In order to securely connect to an IRC server using TLS, Circe requires
     ;; the GnuTLS binary.



reply via email to

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