mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-14 19:05:10 -05:00
gnu: kopete: Update to 23.04.3.
* gnu/packages/kde-internet.scm (kopete): Update to 23.04.3.
This commit is contained in:
parent
dbe37fee69
commit
4d5114b4d9
1 changed files with 2 additions and 2 deletions
|
@ -255,14 +255,14 @@ (define-public konversation
|
|||
(define-public kopete
|
||||
(package
|
||||
(name "kopete")
|
||||
(version "22.04.3")
|
||||
(version "23.04.3")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (string-append "mirror://kde/stable/release-service/" version
|
||||
"/src/kopete-" version ".tar.xz"))
|
||||
(sha256
|
||||
(base32 "0fc9m2xgsjmsypqllqb3cp1y2m28dqh48r1qg2xgkfyqa70dnvp9"))))
|
||||
(base32 "1ps6g440p1dy2zwbj23f0mzw1d78r02aj88fy3i5sws9p9ra92gi"))))
|
||||
(build-system qt-build-system)
|
||||
(native-inputs
|
||||
(list extra-cmake-modules kdoctools pkg-config))
|
||||
|
|
Loading…
Reference in a new issue