summaryrefslogtreecommitdiff
path: root/gnu/packages
diff options
context:
space:
mode:
authorTobias Geerinckx-Rice <me@tobias.gr>2019-09-26 05:34:13 +0200
committerTobias Geerinckx-Rice <me@tobias.gr>2019-09-26 05:37:34 +0200
commitf70e567eea1e6adac209053fdc6dddbeec06b148 (patch)
tree4db1c974d33ee8cb873ee5ff91b6e8c6cedf1f57 /gnu/packages
parent2359e235a4b6fae2e318a3c17ece25bd1f7f5911 (diff)
downloadpatches-f70e567eea1e6adac209053fdc6dddbeec06b148.tar
patches-f70e567eea1e6adac209053fdc6dddbeec06b148.tar.gz
gnu: emacs-circe: Update to 2.11.
* gnu/packages/emacs-xyz.scm (emacs-circe): Update to 2.11.
Diffstat (limited to 'gnu/packages')
-rw-r--r--gnu/packages/emacs-xyz.scm5
1 files changed, 2 insertions, 3 deletions
diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index c641e9d716..5606482c96 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -9998,7 +9998,7 @@ value of the access token.")
(define-public emacs-circe
(package
(name "emacs-circe")
- (version "2.10")
+ (version "2.11")
(source
(origin
(method git-fetch)
@@ -10007,8 +10007,7 @@ value of the access token.")
(commit (string-append "v" version))))
(file-name (git-file-name name version))
(sha256
- (base32
- "10gi14kwxd81blddpvqh95lgmpbfgp0m955naxix3bs3r6a75n4s"))))
+ (base32 "0cr9flk310yn2jgvj4hbqw9nj5wlfi0fazdkqafzidgz6iq150wd"))))
(build-system emacs-build-system)
(arguments
`(#:tests? #t