diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2017-10-31 12:44:38 +0100 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2017-11-01 01:02:04 +0100 |
commit | 9b5db24e7a1b9216fe0ca8164228c416adbc054d (patch) | |
tree | 008382e8d6a7213f2810e698207c8b6d8c70fa15 /gnu/packages/video.scm | |
parent | 78ab71ce1daa835a36d6a1b54f6fac69fdd91283 (diff) | |
download | guix-9b5db24e7a1b9216fe0ca8164228c416adbc054d.tar guix-9b5db24e7a1b9216fe0ca8164228c416adbc054d.tar.gz |
gnu: gnome-mpv: Update to 0.13.
* gnu/packages/video.scm (gnome-mpv): Update to 0.13.
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 d46430b9ae..9fd252aaf2 100644 --- a/gnu/packages/video.scm +++ b/gnu/packages/video.scm @@ -1066,7 +1066,7 @@ projects while introducing many more.") (define-public gnome-mpv (package (name "gnome-mpv") - (version "0.12") + (version "0.13") (source (origin (method url-fetch) @@ -1075,7 +1075,7 @@ projects while introducing many more.") ".tar.xz")) (sha256 (base32 - "0dcnz9vlf791v8d15j7hpymv87h6nb15alww6xjq0zpal5hi44kc")))) + "1w944ymyssgfcjiczrq4saig90crw9b9hhdsnchfbjsw173qi8n5")))) (native-inputs `(("intltool" ,intltool) ("pkg-config" ,pkg-config))) |