mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-31 06:46:50 +01:00
gnu: kio-extras: Update to 24.12.1.
* gnu/packages/kde.scm (kio-extras): Update to 24.12.1. Change-Id: I0374546691c0eb3a4acc8f6cf9eaaf2d8bcbc9f0
This commit is contained in:
parent
432ae55c9a
commit
41e53ae0ab
1 changed files with 2 additions and 2 deletions
|
@ -628,7 +628,7 @@ (define-public kdsoap-ws-discovery-client
|
|||
(define-public kio-extras
|
||||
(package
|
||||
(name "kio-extras")
|
||||
(version "24.05.2")
|
||||
(version "24.12.1")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (string-append "mirror://kde/stable/release-service/"
|
||||
|
@ -636,7 +636,7 @@ (define-public kio-extras
|
|||
version ".tar.xz"))
|
||||
(sha256
|
||||
(base32
|
||||
"0h720wcgsdx9h5vlr4flxrd3djmhwvlwkrf0yzwsf4amcb9wds8r"))))
|
||||
"1insjmx4pyagjm67cz5kc39pny2fycls73d0dkw402l89dncnax9"))))
|
||||
(build-system cmake-build-system)
|
||||
(arguments
|
||||
(list #:phases #~(modify-phases %standard-phases
|
||||
|
|
Loading…
Reference in a new issue