mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-27 21:49:34 -05:00
gnu: emacs-gptel: Update to 0.8.0.
* gnu/packages/emacs-xyz.scm (emacs-gptel): Update to 0.8.0. Change-Id: I32d18c3fdbd95770b85e4775442d64d5ad2d2df0
This commit is contained in:
parent
1e3cb0a25e
commit
9de2d4f004
1 changed files with 2 additions and 2 deletions
|
@ -516,7 +516,7 @@ (define-public emacs-geiser
|
|||
(define-public emacs-gptel
|
||||
(package
|
||||
(name "emacs-gptel")
|
||||
(version "0.7.0")
|
||||
(version "0.8.0")
|
||||
(source (origin
|
||||
(method git-fetch)
|
||||
(uri (git-reference
|
||||
|
@ -525,7 +525,7 @@ (define-public emacs-gptel
|
|||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32
|
||||
"0wfqwp5rz77xzsxb56g4w9h047zb0y06ajcr724b5sjykbbznhzw"))))
|
||||
"1n3kdylv50filla692j2vcjalw6yza80xlg90cw54m9jp9br8sch"))))
|
||||
(build-system emacs-build-system)
|
||||
(arguments
|
||||
(list
|
||||
|
|
Loading…
Reference in a new issue