gnu: emacs-gptel: Update to 0.4.0.
* gnu/packages/emacs-xyz.scm (emacs-gptel): Update to 0.4.0. Signed-off-by: Christopher Baines <mail@cbaines.net>
This commit is contained in:
parent
6482f61a0c
commit
35421248b1
1 changed files with 2 additions and 2 deletions
|
@ -455,7 +455,7 @@ e.g. emacs-geiser-guile for Guile.")
|
|||
(define-public emacs-gptel
|
||||
(package
|
||||
(name "emacs-gptel")
|
||||
(version "0.3.6")
|
||||
(version "0.4.0")
|
||||
(source (origin
|
||||
(method git-fetch)
|
||||
(uri (git-reference
|
||||
|
@ -464,7 +464,7 @@ e.g. emacs-geiser-guile for Guile.")
|
|||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32
|
||||
"1ykqq763sm0km167vyqxcg3jq4g1dzrvn9zwm9q927v83ijh6pf9"))))
|
||||
"1aac0jds8hzyfvav06mhqm32v81swrnvyv0ldrkd7qxc2b1x4q7n"))))
|
||||
(build-system emacs-build-system)
|
||||
(arguments
|
||||
(list
|
||||
|
|
Reference in a new issue