From b1d26d23e7be922202796c73f428c83e0d802531 Mon Sep 17 00:00:00 2001 From: Rodion Goritskov Date: Fri, 2 Aug 2024 23:04:28 +0400 Subject: audio: Update fooyin version --- rodion/packages/audio.scm | 29 +++-------------------------- 1 file changed, 3 insertions(+), 26 deletions(-) (limited to 'rodion/packages/audio.scm') diff --git a/rodion/packages/audio.scm b/rodion/packages/audio.scm index 17cd662..3121a14 100644 --- a/rodion/packages/audio.scm +++ b/rodion/packages/audio.scm @@ -98,35 +98,12 @@ (sha256 (base32 "14f8bqrif6ffhj270vg1k90y1i2cw3kavbwsx7v7jg45yghlpa23")))))) -(define-public kdsingleapplication - (package - (name "kdsingleapplication") - (version "1.1.0") - (build-system cmake-build-system) - (home-page "https://github.com/KDAB/KDSingleApplication") - (license license:expat) - (description "Helper class providing an ability to run the only instance of the application.") - (synopsis "Helper class for single-instance policy applications") - (inputs (list qtbase)) - (arguments - `(#:configure-flags '("-DKDSingleApplication_QT6=true") - #:tests? #f)) - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/KDAB/KDSingleApplication") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "1w7wg9w4mifrkpn7hhw1nnnwh1vhnf8i4wgfxvh44nacwslbwsb2")))))) - (define-public fooyin (package (name "fooyin") - (version "0.5.1") + (version "0.5.3") (build-system cmake-build-system) - (home-page "https://github.com/fooyin/fooyinx") + (home-page "https://github.com/fooyin/fooyin") (license license:gpl3) (description "fooyin is a music player built around customisation. It offers a growing list of widgets to manage and play your local music collection. It's extensible using a plugin system and many widgets make use of FooScript to offer an even deeper level of control.") (synopsis "fooyin is a customisable music player") @@ -152,4 +129,4 @@ (commit (string-append "v" version)))) (file-name (git-file-name name version)) (sha256 - (base32 "0wa7frswvqgpz03qzv7x62k3mbvqnwzkxv8w5kv40z6js6ykm7jz")))))) + (base32 "0sy0l65440a23fazvw27wcjjsiylmqb2zpvnx82d6hyj60xsgjw7")))))) -- cgit v1.2.3