mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-11 13:49:23 -05:00
gnu: oxygen-sounds: Update to 6.1.4.
* gnu/packages/kde-plasma.scm (oxygen-sounds): Update to 6.1.4. Change-Id: I61ec2b9691e52cb8c41948538c927953e341d7d7
This commit is contained in:
parent
8beb7e9534
commit
1ec13112bb
1 changed files with 2 additions and 2 deletions
|
@ -1638,7 +1638,7 @@ (define-public qqc2-breeze-style
|
|||
(define-public oxygen-sounds
|
||||
(package
|
||||
(name "oxygen-sounds")
|
||||
(version "6.1.3")
|
||||
(version "6.1.4")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (string-append "mirror://kde/stable/plasma/"
|
||||
|
@ -1646,7 +1646,7 @@ (define-public oxygen-sounds
|
|||
version ".tar.xz"))
|
||||
(sha256
|
||||
(base32
|
||||
"1m5slcxigcdcg9i10i3xnb0p2ji26lrnllr3p7b9kv39prlp29vz"))))
|
||||
"1ja1lcm5hav1iyl115v6g250hnnq3znqwvlz37n7k7719jcfjxb8"))))
|
||||
(build-system cmake-build-system)
|
||||
(native-inputs (list extra-cmake-modules))
|
||||
(home-page "https://community.kde.org/Frameworks")
|
||||
|
|
Loading…
Reference in a new issue