mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-31 06:46:50 +01:00
gnu: oxygen-sounds: Update to 6.2.5.
* gnu/packages/kde-plasma.scm (oxygen-sounds): Update to 6.2.5. Change-Id: I2f87c18b15ce39f8ebd516bd654845bf682f3461
This commit is contained in:
parent
847cef9d24
commit
98c09a2c90
1 changed files with 2 additions and 2 deletions
|
@ -1687,7 +1687,7 @@ (define-public qqc2-breeze-style
|
|||
(define-public oxygen-sounds
|
||||
(package
|
||||
(name "oxygen-sounds")
|
||||
(version "6.1.4")
|
||||
(version "6.2.5")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (string-append "mirror://kde/stable/plasma/"
|
||||
|
@ -1695,7 +1695,7 @@ (define-public oxygen-sounds
|
|||
version ".tar.xz"))
|
||||
(sha256
|
||||
(base32
|
||||
"1ja1lcm5hav1iyl115v6g250hnnq3znqwvlz37n7k7719jcfjxb8"))))
|
||||
"1d3mixz9dniljdknd9fab6rq381c63q2r420wgyms03n5dkkq27f"))))
|
||||
(build-system cmake-build-system)
|
||||
(native-inputs (list extra-cmake-modules))
|
||||
(home-page "https://community.kde.org/Frameworks")
|
||||
|
|
Loading…
Reference in a new issue