aboutsummaryrefslogtreecommitdiff
path: root/gnu/packages/kde-plasma.scm
diff options
context:
space:
mode:
Diffstat (limited to 'gnu/packages/kde-plasma.scm')
-rw-r--r--gnu/packages/kde-plasma.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/kde-plasma.scm b/gnu/packages/kde-plasma.scm
index d9a92e1d6f..3b5f9b819c 100644
--- a/gnu/packages/kde-plasma.scm
+++ b/gnu/packages/kde-plasma.scm
@@ -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")
ès 2017-03-14pack: Add '--localstatedir' option....Ludovic Courtès 2016-11-23install: Enable "cryptodisk" handling in GRUB....Ludovic Courtès 2016-11-06install: Extract procedure: install-grub-config....Chris Marusich 2016-08-29tests: Make sure /var/guix/gcroots/profiles is a valid symlink....Ludovic Courtès 2016-03-14build: reset-timestamps: Include directories....Ricardo Wurmus 2016-01-29Rename 'dmd' to 'shepherd' in comments and strings....Alex Kost 2015-06-18install: Turn off deduplication for the binary tarball....Ludovic Courtès 2015-06-10install: Really overwrite TARGET/var/guix/profiles/system-1-link....Ludovic Courtès 2015-04-29install: Make /var/lock....Ludovic Courtès 2015-04-14install: Add a procedure to build a self-contained binary tarball....Ludovic Courtès 2015-03-31install: Create /var/tmp....Ludovic Courtès 2014-12-09system: Don't make /boot/grub/grub.cfg a symlink to the store....Ludovic Courtès 2014-12-04system: Make /boot/grub/grub.cfg an indirect GC root....Ludovic Courtès 2014-09-12activation: Make the /bin/sh symlink at activation time....Ludovic Courtès 2014-09-10install: Gracefully handle corner cases with 'guix system init foo /'....Ludovic Courtès 2014-09-03Move operating system helpers from (guix build …) to (gnu build …)....Ludovic Courtès