mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-26 06:18:07 -05:00
gnu: emacs-gptel: Update to 0.5.5.
* gnu/packages/emacs-xyz.scm (emacs-gptel): Update to 0.5.5. Change-Id: I3d158ab5a5cd0277c210de706cc78a0561eca1d9
This commit is contained in:
parent
d7f6c26691
commit
8855e3017c
1 changed files with 2 additions and 2 deletions
|
@ -482,7 +482,7 @@ (define-public emacs-geiser
|
|||
(define-public emacs-gptel
|
||||
(package
|
||||
(name "emacs-gptel")
|
||||
(version "0.4.0")
|
||||
(version "0.5.5")
|
||||
(source (origin
|
||||
(method git-fetch)
|
||||
(uri (git-reference
|
||||
|
@ -491,7 +491,7 @@ (define-public emacs-gptel
|
|||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32
|
||||
"1aac0jds8hzyfvav06mhqm32v81swrnvyv0ldrkd7qxc2b1x4q7n"))))
|
||||
"1vqs03plivb1dmal53j53y4r567ggx4781n2mqyjk6s6wfvyvn93"))))
|
||||
(build-system emacs-build-system)
|
||||
(arguments
|
||||
(list
|
||||
|
|
Loading…
Reference in a new issue