mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-26 06:18:07 -05:00
gnu: oxygen-sounds: Update to 6.1.3.
* gnu/packages/kde-plasma.scm (oxygen-sounds): Update to 6.1.3. Change-Id: I34db44e249c37ef66b9298b031c8828570e3e167
This commit is contained in:
parent
09945d6e0d
commit
8ff20b1dc7
1 changed files with 2 additions and 2 deletions
|
@ -1637,7 +1637,7 @@ (define-public qqc2-breeze-style
|
|||
(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 @@ (define-public oxygen-sounds
|
|||
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")
|
||||
|
|
Loading…
Reference in a new issue