mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-31 14:56:54 +01:00
gnu: emacs-gptel: Update to 0.9.5.
* gnu/packages/emacs-xyz.scm (emacs-gptel): Update to 0.9.5. Change-Id: I9d004dc08af030e898c51f4ac554db96155fe680
This commit is contained in:
parent
bea5e1e239
commit
1c64c3d5ec
1 changed files with 2 additions and 2 deletions
|
@ -547,7 +547,7 @@ (define-public emacs-geiser
|
|||
(define-public emacs-gptel
|
||||
(package
|
||||
(name "emacs-gptel")
|
||||
(version "0.9.0")
|
||||
(version "0.9.5")
|
||||
(source (origin
|
||||
(method git-fetch)
|
||||
(uri (git-reference
|
||||
|
@ -556,7 +556,7 @@ (define-public emacs-gptel
|
|||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32
|
||||
"0q99lms7dwfa5w48mykynyjs1wv4qjnlhf7qd816j6lvxkd40pi4"))))
|
||||
"1ihcdxpwqawvrb1l8l8lnj20gn8m5z47q2fmpvzwdqbjd0nl2xnp"))))
|
||||
(build-system emacs-build-system)
|
||||
(arguments
|
||||
(list
|
||||
|
|
Loading…
Reference in a new issue