mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 15:36:20 -05:00
gnu: oxygen-sounds: Update to 5.27.6.
* gnu/packages/kde-plasma.scm (oxygen-sounds): Update to 5.27.6. Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
This commit is contained in:
parent
2fb7838acb
commit
07351694ac
1 changed files with 2 additions and 2 deletions
|
@ -1368,7 +1368,7 @@ (define-public milou
|
|||
(define-public oxygen-sounds
|
||||
(package
|
||||
(name "oxygen-sounds")
|
||||
(version "5.25.5")
|
||||
(version "5.27.6")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (string-append "mirror://kde/stable/plasma/"
|
||||
|
@ -1376,7 +1376,7 @@ (define-public oxygen-sounds
|
|||
version ".tar.xz"))
|
||||
(sha256
|
||||
(base32
|
||||
"04rn3ccqszznknvblz2i8r406m32hk4d3yzma4vzq93jfk57hdf1"))))
|
||||
"0zijzkr6xqx3lqfccr9fkhmzmvqp5c8025nlh8sy94fi846g7smg"))))
|
||||
(build-system cmake-build-system)
|
||||
(native-inputs (list extra-cmake-modules))
|
||||
(home-page "https://community.kde.org/Frameworks")
|
||||
|
|
Loading…
Reference in a new issue