diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2018-03-01 23:50:57 +0100 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2018-03-02 15:52:54 +0100 |
commit | f136c8f23d6dc0b52540456d50187f3417afb5e3 (patch) | |
tree | 552d7881d7e8d902fdac843c687e8b87ab1ff14f /gnu | |
parent | 65a3c342b0e53a23509ad479cb5140f09dd008bd (diff) |
gnu: gnome-mpv: Update to 0.14.
* gnu/packages/video.scm (gnome-mpv): Update to 0.14.
Diffstat (limited to 'gnu')
-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 8190b0ffc1..e4e71e9dcc 100644 --- a/gnu/packages/video.scm +++ b/gnu/packages/video.scm @@ -1091,7 +1091,7 @@ projects while introducing many more.") (define-public gnome-mpv (package (name "gnome-mpv") - (version "0.13") + (version "0.14") (source (origin (method url-fetch) @@ -1100,7 +1100,7 @@ projects while introducing many more.") ".tar.xz")) (sha256 (base32 - "1w944ymyssgfcjiczrq4saig90crw9b9hhdsnchfbjsw173qi8n5")))) + "03kjwd5jq0i5ajnvhjwf5019bjjaa16xkdrhdkiz1k58ipjvvj93")))) (native-inputs `(("intltool" ,intltool) ("pkg-config" ,pkg-config))) |