mirror of
https://codeberg.org/guix/guix.git
synced 2026-01-25 12:05:19 -06:00
gnu: kaichat: Update to 0.5.1.
* gnu/packages/kde-utils.scm (kaichat): Update to 0.5.1. Change-Id: I9e969b722556b4e414e1774460cca1c9271ab326
This commit is contained in:
parent
3d495ce2e2
commit
01b00742dc
1 changed files with 2 additions and 2 deletions
|
|
@ -365,14 +365,14 @@ your computer.")
|
|||
(define-public kaichat
|
||||
(package
|
||||
(name "kaichat")
|
||||
(version "0.5.0")
|
||||
(version "0.5.1")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (string-append "mirror://kde//stable/kaichat/kaichat-" version
|
||||
".tar.xz"))
|
||||
(sha256
|
||||
(base32 "18bwannb0p40fpqw0ygiq8m9wfl3k6561l10s7754x7a4lgpfshn"))))
|
||||
(base32 "19w31mpbc5c1rfzygmxhmqx8wlwdmi1gfg75i4cfvz49936q0nal"))))
|
||||
(build-system qt-build-system)
|
||||
(arguments
|
||||
(list #:qtbase qtbase))
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue