aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTobias Geerinckx-Rice <me@tobias.gr>2024-08-18 02:00:00 +0200
committerTobias Geerinckx-Rice <me@tobias.gr>2024-08-18 02:00:00 +0200
commit093eea8189f59c98517b9d357ae6b6cc32710ecf (patch)
tree7569cb7934d1cf86333ef81257be563e214bef3a
parent99d614cf6afb24f268e2e6fa6c9c65f117678d32 (diff)
downloadguix-093eea8189f59c98517b9d357ae6b6cc32710ecf.tar.gz
guix-093eea8189f59c98517b9d357ae6b6cc32710ecf.zip
gnu: mpv: Update to 0.38.0.
* gnu/packages/video.scm (mpv): Update to 0.38.0. Change-Id: I7804e5d63c1fddc97e54634ea6a5185bf0ecc020
-rw-r--r--gnu/packages/video.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/video.scm b/gnu/packages/video.scm
index 2af49370b0..84be73a433 100644
--- a/gnu/packages/video.scm
+++ b/gnu/packages/video.scm
@@ -2619,7 +2619,7 @@ SVCD, DVD, 3ivx, DivX 3/4/5, WMV and H.264 movies.")
(define-public mpv
(package
(name "mpv")
- (version "0.37.0")
+ (version "0.38.0")
(source (origin
(method git-fetch)
(uri (git-reference
@@ -2627,7 +2627,7 @@ SVCD, DVD, 3ivx, DivX 3/4/5, WMV and H.264 movies.")
(commit (string-append "v" version))))
(file-name (git-file-name name version))
(sha256
- (base32 "1xcyfpd543lbmg587wi0mahrz8vhyrlr4432054vp6wsi3s36c4b"))))
+ (base32 "11l8b9cka81xwrcc148g6avj7jcz8khz3h3xpyadm5265afa6mkl"))))
(build-system meson-build-system)
(arguments
(list