mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-31 14:56:54 +01:00
gnu: okular: Update to 24.08.2.
* gnu/packages/kde.scm (okular): Update to 24.08.2. Change-Id: I4004be7c32157c5cc16f7152c19f5ad0c8513ccd
This commit is contained in:
parent
106d0c100b
commit
36641bc7c5
1 changed files with 2 additions and 2 deletions
|
@ -1683,14 +1683,14 @@ (define-public marble-qt
|
|||
(define-public okular
|
||||
(package
|
||||
(name "okular")
|
||||
(version "24.08.0")
|
||||
(version "24.08.2")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (string-append "mirror://kde/stable/release-service/" version
|
||||
"/src/" name "-" version ".tar.xz"))
|
||||
(sha256
|
||||
(base32 "12ri5j9jsmh5ib7fp2vk0ir3vfknlq1h8xpi1lkn6f2b54k6xq9x"))))
|
||||
(base32 "1yy86fnra7dhc79m3ka0lqarp47336iln3fs8nyys2p6bdywg2a0"))))
|
||||
(build-system qt-build-system)
|
||||
(arguments
|
||||
(list
|
||||
|
|
Loading…
Reference in a new issue