mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2026-04-06 21:20:33 +02:00
gnu: kaichat: Update to 0.7.0.
* gnu/packages/kde-utils.scm (kaichat): Update to 0.7.0. [inputs]: Add qtspeech. Change-Id: Id29521ff27445e139565c87ace345674d9ec77ef
This commit is contained in:
@@ -366,14 +366,14 @@ your computer.")
|
||||
(define-public kaichat
|
||||
(package
|
||||
(name "kaichat")
|
||||
(version "0.5.1")
|
||||
(version "0.7.0")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (string-append "mirror://kde//stable/kaichat/kaichat-" version
|
||||
".tar.xz"))
|
||||
(sha256
|
||||
(base32 "19w31mpbc5c1rfzygmxhmqx8wlwdmi1gfg75i4cfvz49936q0nal"))))
|
||||
(base32 "0bhargyi237zikpwrah95g7sdlf3860y65zlqd0nmanlnqgqklqc"))))
|
||||
(build-system qt-build-system)
|
||||
(arguments
|
||||
(list #:qtbase qtbase))
|
||||
@@ -396,6 +396,7 @@ your computer.")
|
||||
purpose
|
||||
python
|
||||
sonnet
|
||||
qtspeech
|
||||
qtwayland))
|
||||
(home-page "https://apps.kde.org/kaichat/")
|
||||
(synopsis "Chat interface for AI models")
|
||||
|
||||
Reference in New Issue
Block a user