diff options
author | Efraim Flashner <efraim@flashner.co.il> | 2022-10-30 22:44:09 +0200 |
---|---|---|
committer | Efraim Flashner <efraim@flashner.co.il> | 2022-10-31 08:12:44 +0200 |
commit | 5197b07e0e32d284ed2db51746adffcb3f9297f2 (patch) | |
tree | bef65c8d2d4f50f5f797dc4360542735b651a607 /gnu/packages/video.scm | |
parent | c3f391376ba48e6657d3baab888dc249b7d6f2e1 (diff) |
gnu: mpv-mpris: Update to 0.9.
* gnu/packages/video.scm (mpv-mpris): Update to 0.9.
Diffstat (limited to 'gnu/packages/video.scm')
-rw-r--r-- | gnu/packages/video.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/video.scm b/gnu/packages/video.scm index ccbfc76126..69f86b7906 100644 --- a/gnu/packages/video.scm +++ b/gnu/packages/video.scm @@ -2328,7 +2328,7 @@ images and image hosting sites.") (define-public mpv-mpris (package (name "mpv-mpris") - (version "0.6") + (version "0.9") (source (origin (method git-fetch) @@ -2337,7 +2337,7 @@ images and image hosting sites.") (commit version))) (file-name (git-file-name name version)) (sha256 - (base32 "03gldk149i2108w3ylyfmci77kdq4whdzfavh7hjviwyj534101r")))) + (base32 "1c7avpzcd3sry3q7g5spcl3ywybpjzl2gjarmnlrp74k4nhbprcm")))) (build-system copy-build-system) (arguments '(#:install-plan |