mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-28 07:12:30 -05:00
gnu: emacs-gptel: Update to 0.9.0.
* gnu/packages/emacs-xyz.scm (emacs-gptel): Update to 0.9.0. Change-Id: I6128353e2ec1b3851adf302bb87c218985ab96b9
This commit is contained in:
parent
d6931b3300
commit
119da1b81c
1 changed files with 2 additions and 2 deletions
|
@ -520,7 +520,7 @@ (define-public emacs-geiser
|
|||
(define-public emacs-gptel
|
||||
(package
|
||||
(name "emacs-gptel")
|
||||
(version "0.8.6")
|
||||
(version "0.9.0")
|
||||
(source (origin
|
||||
(method git-fetch)
|
||||
(uri (git-reference
|
||||
|
@ -529,7 +529,7 @@ (define-public emacs-gptel
|
|||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32
|
||||
"1k3mq0xjxdbwbhssd16yh6hfg3jpm9qqx4q4jc2igisjja75nmrv"))))
|
||||
"0q99lms7dwfa5w48mykynyjs1wv4qjnlhf7qd816j6lvxkd40pi4"))))
|
||||
(build-system emacs-build-system)
|
||||
(arguments
|
||||
(list
|
||||
|
|
Loading…
Reference in a new issue