[PATCH] gnu: emacs-chatgpt-shell: Update to 2.16.1.

  • Done
  • quality assurance status badge
Details
2 participants
  • Cayetano Santos
  • Ian Eure
Owner
unassigned
Submitted by
Cayetano Santos
Severity
normal

Debbugs page

C
C
Cayetano Santos wrote on 17 Mar 14:30 -0700
(address . guix-patches@gnu.org)(name . Cayetano Santos)(address . csantosb@inventati.org)
1c68f89a8cf6bf073db3714db0a98d25c11012ef.1742247050.git.csantosb@inventati.org
* gnu/packages/emacs-xyz.scm (emacs-chatgpt-shell): Update to 2.16.1.

Change-Id: Ie27454e83b8b93c85485c099c490fcab7b320aa6
---

- update
- activate tests

gnu/packages/emacs-xyz.scm | 13 +++++++++----
1 file changed, 9 insertions(+), 4 deletions(-)

Toggle diff (43 lines)
diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index 984f6fb7e5..74df54c22c 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -644,7 +644,7 @@ (define-public emacs-gptel-quick
(define-public emacs-chatgpt-shell
(package
(name "emacs-chatgpt-shell")
- (version "2.13.1")
+ (version "2.16.1")
(source (origin
(method git-fetch)
(uri (git-reference
@@ -653,19 +653,24 @@ (define-public emacs-chatgpt-shell
(file-name (git-file-name name version))
(sha256
(base32
- "1vlvwim1v14cvd4w3bd10xfzaw3mhsiv5qh4ka67jgninq8kjls5"))))
+ "1xq4hfr3m5sgi9wrr3nrp6fsnnw8d044gz0y50d4h46cvq8c6f2g"))))
(build-system emacs-build-system)
(arguments
(list #:phases
#~(modify-phases %standard-phases
;; This phase prevents build phase failure.
- (add-before 'build 'generate-empty-config-file
+ (add-after 'unpack 'generate-empty-config-file
(lambda _
(setenv "HOME" (getcwd))
(mkdir-p ".emacs.d")
(call-with-output-file ".emacs.d/.chatgpt-shell.el"
(lambda (port)
- (display "nil" port))))))))
+ (display "nil" port))))))
+ #:tests? #t
+ #:test-command #~(list "emacs" "-Q" "--batch"
+ "-l" "test_chatgpt-shell.el"
+ "-l" "chatgpt-shell.el"
+ "-f" "ert-run-tests-batch-and-exit")))
(propagated-inputs (list emacs-shell-maker))
(home-page "https://github.com/xenodium/chatgpt-shell")
(synopsis "ChatGPT and DALL-E Emacs shells and Org Babel libraries")

base-commit: 11eb2c0ffc9a08166ec8cb8874e323bba2e74557
--
2.48.1
I
I
Ian Eure wrote on 22 Mar 08:40 -0700
(name . Cayetano Santos)(address . csantosb@inventati.org)(address . 77087@debbugs.gnu.org)
87y0wxhy5f.fsf@retrospec.tv
Hi Cayetano,

Pushed as cf87c55d8a.

-- Ian
I
I
Ian Eure wrote on 22 Mar 08:40 -0700
control message for bug #77087
(address . control@debbugs.gnu.org)
87wmchhy5b.fsf@retrospec.tv
close 77087
quit
?
Your comment

Commenting via the web interface is currently disabled.

To comment on this conversation send an email to 77087@patchwise.org

To respond to this issue using the mumi CLI, first switch to it
mumi current 77087
Then, you may apply the latest patchset in this issue (with sign off)
mumi am -- -s
Or, compose a reply to this issue
mumi compose
Or, send patches to this issue
mumi send-email *.patch