gnu: emacs-circe: Update to 2.12.
* gnu/packages/emacs-xyz.scm (emacs-circe): Update to 2.12.
This commit is contained in:
parent
1fdba16821
commit
eb9ea4c227
1 changed files with 48 additions and 52 deletions
|
@ -16779,22 +16779,18 @@ part, which includes creating tokens.")
|
||||||
(license license:asl2.0)))
|
(license license:asl2.0)))
|
||||||
|
|
||||||
(define-public emacs-circe
|
(define-public emacs-circe
|
||||||
;; The latest stable release is two years old, and some important fixes have
|
|
||||||
;; landed since then.
|
|
||||||
(let ((commit "d6f1fa18646f6ed2a1c0f06a4888130bd694ff19")
|
|
||||||
(revision "0"))
|
|
||||||
(package
|
(package
|
||||||
(name "emacs-circe")
|
(name "emacs-circe")
|
||||||
(version (git-version "2.11" revision commit))
|
(version "2.12")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
(uri (git-reference
|
(uri (git-reference
|
||||||
(url "https://github.com/jorgenschaefer/circe")
|
(url "https://github.com/jorgenschaefer/circe")
|
||||||
(commit commit)))
|
(commit (string-append "v" version))))
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "1l6v02aa072jvhq4b9dpkprqs14py0d4jm3xvihm05lvrbf9v6c6"))))
|
(base32 "0lrxd4hanaxj85nafsc0wss677slmyaks3qb7a95mj7vic3ib937"))))
|
||||||
(build-system emacs-build-system)
|
(build-system emacs-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
`(#:tests? #t
|
`(#:tests? #t
|
||||||
|
@ -16833,7 +16829,7 @@ part, which includes creating tokens.")
|
||||||
the rest of the editor, using standard Emacs key bindings and indicating
|
the rest of the editor, using standard Emacs key bindings and indicating
|
||||||
activity in channels in the status bar so it stays out of your way unless you
|
activity in channels in the status bar so it stays out of your way unless you
|
||||||
want to use it.")
|
want to use it.")
|
||||||
(license license:gpl3+))))
|
(license license:gpl3+)))
|
||||||
|
|
||||||
(define-public emacs-tracking
|
(define-public emacs-tracking
|
||||||
(package
|
(package
|
||||||
|
|
Reference in a new issue