mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-24 05:18:07 -05:00
gnu: ocean-sound-theme: Update to 6.1.4.
* gnu/packages/kde-plasma.scm (ocean-sound-theme): Update to 6.1.4. Change-Id: I675141bbef0c1c79b3062b24d530fc90c4b33fc0
This commit is contained in:
parent
1ec13112bb
commit
6cb3f46a29
1 changed files with 2 additions and 2 deletions
|
@ -1657,7 +1657,7 @@ (define-public oxygen-sounds
|
|||
(define-public ocean-sound-theme
|
||||
(package
|
||||
(name "ocean-sound-theme")
|
||||
(version "6.1.3")
|
||||
(version "6.1.4")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (string-append "mirror://kde/stable/plasma/"
|
||||
|
@ -1665,7 +1665,7 @@ (define-public ocean-sound-theme
|
|||
version ".tar.xz"))
|
||||
(sha256
|
||||
(base32
|
||||
"064s4ms3ga2985181gzzi4ky20g53c3djz1dblmjnq3i908npy86"))))
|
||||
"0p3glpf2zhr9p2hs01vkxccgssz9brsjvdyywplxrc5qmk7h8052"))))
|
||||
(build-system cmake-build-system)
|
||||
(native-inputs (list extra-cmake-modules))
|
||||
(inputs (list qtbase))
|
||||
|
|
Loading…
Reference in a new issue