mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-11 21:59:08 -05:00
gnu: okular: Update to 24.08.0.
* gnu/packages/kde.scm (okular): Update to 24.08.0. [native-inputs]: Add python-wrapper. Change-Id: Idc5102b572549919abd175cb9bc383060db52bc1
This commit is contained in:
parent
4299b4cc88
commit
4a1114de78
1 changed files with 4 additions and 3 deletions
|
@ -1670,14 +1670,14 @@ (define-public marble-qt
|
|||
(define-public okular
|
||||
(package
|
||||
(name "okular")
|
||||
(version "24.05.2")
|
||||
(version "24.08.0")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (string-append "mirror://kde/stable/release-service/" version
|
||||
"/src/" name "-" version ".tar.xz"))
|
||||
(sha256
|
||||
(base32 "0kh3a40887f7lajgvk3ndr3ns3mm1kld0biw0cqg9ys69f4d8677"))))
|
||||
(base32 "12ri5j9jsmh5ib7fp2vk0ir3vfknlq1h8xpi1lkn6f2b54k6xq9x"))))
|
||||
(build-system qt-build-system)
|
||||
(arguments
|
||||
(list
|
||||
|
@ -1707,7 +1707,8 @@ (define-public okular
|
|||
(native-inputs
|
||||
(list extra-cmake-modules kdoctools pkg-config
|
||||
;; for test
|
||||
desktop-file-utils))
|
||||
desktop-file-utils
|
||||
python-wrapper))
|
||||
(inputs
|
||||
(list ebook-tools
|
||||
breeze-icons
|
||||
|
|
Loading…
Reference in a new issue