me
/
guix
Archived
1
0
Fork 0

gnu: oxygen-sounds: Update to 6.1.3.

* gnu/packages/kde-plasma.scm (oxygen-sounds): Update to 6.1.3.

Change-Id: I34db44e249c37ef66b9298b031c8828570e3e167
master
Zheng Junjie 2024-07-20 19:10:28 +08:00
parent 09945d6e0d
commit 8ff20b1dc7
No known key found for this signature in database
GPG Key ID: 3B5AA993E1A2DFF0
1 changed files with 2 additions and 2 deletions

View File

@ -1637,7 +1637,7 @@ on top of Baloo.")
(define-public oxygen-sounds
(package
(name "oxygen-sounds")
(version "6.1.2")
(version "6.1.3")
(source (origin
(method url-fetch)
(uri (string-append "mirror://kde/stable/plasma/"
@ -1645,7 +1645,7 @@ on top of Baloo.")
version ".tar.xz"))
(sha256
(base32
"02yz7mlnbylhv2d66hl1dvp6ylnp9lj5f07ivdjcwpq556agxljf"))))
"1m5slcxigcdcg9i10i3xnb0p2ji26lrnllr3p7b9kv39prlp29vz"))))
(build-system cmake-build-system)
(native-inputs (list extra-cmake-modules))
(home-page "https://community.kde.org/Frameworks")