gnu: playerctl: Update to 2.2.1.

* gnu/packages/music.scm (playerctl): Update to 2.2.1.

Signed-off-by: Leo Famulari <leo@famulari.name>
This commit is contained in:
Lars-Dominik Braun 2020-10-25 16:09:33 +01:00 committed by Leo Famulari
parent 2513e46440
commit 8eca736aaf
No known key found for this signature in database
GPG Key ID: 2646FA30BACA7F08

View File

@ -5049,7 +5049,7 @@ complete without obstructing your daily work.")
(define-public playerctl
(package
(name "playerctl")
(version "2.0.2")
(version "2.2.1")
(source (origin
(method git-fetch)
(uri (git-reference
@ -5058,7 +5058,7 @@ complete without obstructing your daily work.")
(file-name (git-file-name name version))
(sha256
(base32
"1f3njnpd52djx3dmhh9a8p5a67f0jmr1gbk98icflr2q91149gjz"))))
"17hi33sw3663qz5v54bqqil31sgkrlxkb2l5bgqk87pac6x2wnbz"))))
(build-system meson-build-system)
(arguments
`(#:configure-flags '("-Dintrospection=false" "-Dgtk-doc=false")))