gnu: emacs-circe: Update to 2.11.

* gnu/packages/emacs-xyz.scm (emacs-circe): Update to 2.11.
This commit is contained in:
Tobias Geerinckx-Rice 2019-09-26 05:34:13 +02:00
parent 2359e235a4
commit f70e567eea
No known key found for this signature in database
GPG key ID: D889B0F018C5493C

View file

@ -9998,7 +9998,7 @@ value of the access token.")
(define-public emacs-circe (define-public emacs-circe
(package (package
(name "emacs-circe") (name "emacs-circe")
(version "2.10") (version "2.11")
(source (source
(origin (origin
(method git-fetch) (method git-fetch)
@ -10007,8 +10007,7 @@ value of the access token.")
(commit (string-append "v" version)))) (commit (string-append "v" version))))
(file-name (git-file-name name version)) (file-name (git-file-name name version))
(sha256 (sha256
(base32 (base32 "0cr9flk310yn2jgvj4hbqw9nj5wlfi0fazdkqafzidgz6iq150wd"))))
"10gi14kwxd81blddpvqh95lgmpbfgp0m955naxix3bs3r6a75n4s"))))
(build-system emacs-build-system) (build-system emacs-build-system)
(arguments (arguments
`(#:tests? #t `(#:tests? #t