gnu: emacs-circe: Update to 2.13-1.cc630eb.

* gnu/packages/emacs-xyz.scm (emacs-circe): Update to 2.13-1.cc630eb.
[arguments]<#:phases>: Remove phases fixing tests.

Change-Id: Ide8ea578bb6fe3836bcb96ac9206b783a7150cae
This commit is contained in:
Nicolas Goaziou 2024-03-17 22:24:56 +01:00
parent 689259470e
commit cb854000c5
No known key found for this signature in database
GPG key ID: DA00B4F048E92F2D

View file

@ -21588,18 +21588,20 @@ (define-public emacs-auth-source-xoauth2
(license license:asl2.0)))
(define-public emacs-circe
(let ((commit "cc630eb9acb835012ad207dce545d2c380588da7")
(revision "1"))
(package
(name "emacs-circe")
(version "2.12")
(version (git-version "2.13" revision commit))
(source
(origin
(method git-fetch)
(uri (git-reference
(url "https://github.com/jorgenschaefer/circe")
(commit (string-append "v" version))))
(commit commit)))
(file-name (git-file-name name version))
(sha256
(base32 "0lrxd4hanaxj85nafsc0wss677slmyaks3qb7a95mj7vic3ib937"))))
(base32 "1m2vnp38yv9fnxchcbf6mrzb7yp7z214vr28pr7sslrmm99dqg89"))))
(build-system emacs-build-system)
(arguments
`(#:tests? #t
@ -21611,21 +21613,7 @@ (define-public emacs-circe
;; directory for the tests to succeed.
(add-before 'check 'set-home
(lambda _
(setenv "HOME" "/tmp")))
(add-before 'check 'remove-failing-tests
(lambda _
(make-file-writable "tests/test-circe.el")
(emacs-batch-edit-file "tests/test-circe.el"
`(progn
(dolist (test
'("should have circe-server-buffer set in the mode hook"
"should complete nicks with colon at the beginning of the input"
"should complete nicks without colon later in the input"))
(goto-char (point-min))
(search-forward (format "(it %S" test))
(beginning-of-line)
(kill-sexp))
(basic-save-buffer))))))))
(setenv "HOME" "/tmp"))))))
(native-inputs
(list emacs-buttercup))
;; In order to securely connect to an IRC server using TLS, Circe requires
@ -21638,7 +21626,7 @@ (define-public emacs-circe
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
want to use it.")
(license license:gpl3+)))
(license license:gpl3+))))
(define-public emacs-tracking
(package