mirror of
https://codeberg.org/guix/guix.git
synced 2026-01-27 19:35:10 -06:00
gnu: konversation: Update to 25.12.0.
* gnu/packages/kde-internet.scm (konversation): Update to 25.12.0. Change-Id: I303b0e95894307a9cdcefaf7a5d7db3a00e35a5f
This commit is contained in:
parent
75321def7a
commit
77f08e8b1d
1 changed files with 2 additions and 2 deletions
|
|
@ -522,14 +522,14 @@ or Bonjour by other projects).")
|
|||
(define-public konversation
|
||||
(package
|
||||
(name "konversation")
|
||||
(version "25.08.3")
|
||||
(version "25.12.0")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (string-append "mirror://kde/stable/release-service/" version
|
||||
"/src/konversation-" version ".tar.xz"))
|
||||
(sha256
|
||||
(base32 "13c0hlvdqs49v7ap8yccxlc3945fqn09f3f5rmf2gxyq6a6bfiay"))))
|
||||
(base32 "0s2q38454myzjvlwsw7k5z3kybbwnna9j12hsmgx41qcj3s8x2mw"))))
|
||||
(build-system qt-build-system)
|
||||
(native-inputs
|
||||
(list extra-cmake-modules kdoctools qttools))
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue