mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: ruqola: Update to 2.5.3.
* gnu/packages/kde-internet.scm (ruqola): Update to 2.5.3. Change-Id: I17d08dd9446b2280463e238ad648de43f7318d50
This commit is contained in:
parent
3a347bee9b
commit
610a3b786d
1 changed files with 3 additions and 3 deletions
|
@ -490,14 +490,14 @@ protocol, supporting end-to-end encryption. Its features include:
|
|||
(define-public ruqola
|
||||
(package
|
||||
(name "ruqola")
|
||||
(version "2.4.1")
|
||||
(version "2.5.3")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (string-append "mirror://kde/stable/ruqola/ruqola-"
|
||||
(uri (string-append "mirror://kde//stable/ruqola/ruqola-"
|
||||
version ".tar.xz"))
|
||||
(sha256
|
||||
(base32
|
||||
"0w05ww6dn1xfmz67i3avkzdlcrb575hjad2lnm2cxd0jds0b1bg5"))))
|
||||
"18brrxwn5dh5xj20znmg3v2044m3bw2jyv8abfwa45qk32qjyzi9"))))
|
||||
(build-system qt-build-system)
|
||||
(arguments
|
||||
(list #:qtbase qtbase
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue