diff options
author | Ludovic Courtès <ludo@gnu.org> | 2018-01-13 22:42:28 +0100 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2018-01-13 22:42:28 +0100 |
commit | 7342edf390031556bb27c21e51dfbd3d5ef49a45 (patch) | |
tree | c13fd4e576a1f4bde007e81be1542d56b79dffe5 | |
parent | 156c14c1cc9e94ae277dbe1dc786b00b8f2b5616 (diff) | |
download | patches-7342edf390031556bb27c21e51dfbd3d5ef49a45.tar patches-7342edf390031556bb27c21e51dfbd3d5ef49a45.tar.gz |
gnu: livemedia-utils: Update to 2017.10.28.
* gnu/packages/video.scm (livemedia-utils): Update to 2017.10.28.
-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 46cdd13b7e..61fe62ffd4 100644 --- a/gnu/packages/video.scm +++ b/gnu/packages/video.scm @@ -2419,7 +2419,7 @@ many codecs and formats supported by libmediainfo.") (define-public livemedia-utils (package (name "livemedia-utils") - (version "2017.06.04") + (version "2017.10.28") (source (origin (method url-fetch) (uri (string-append @@ -2427,7 +2427,7 @@ many codecs and formats supported by libmediainfo.") version ".tar.gz")) (sha256 (base32 - "0xf3vynxqpxpd762zni0jkblnjlgbqxjx99m83m7gqx6zriph271")) + "0f5kxpayqn3yhabqrd2cqlc74i6x2xr01jfkank1lcilxnfyrsnq")) (modules '((guix build utils))) (snippet ;; As of glibc 2.26, <xlocale.h> no longer is. |