[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
02/09: gnu: libmediainfo: Update to 21.03.
From: |
guix-commits |
Subject: |
02/09: gnu: libmediainfo: Update to 21.03. |
Date: |
Fri, 14 May 2021 08:48:42 -0400 (EDT) |
civodul pushed a commit to branch master
in repository guix.
commit 5c2fe9164c790f6331ad31a4b807e18655e93046
Author: Michael Rohleder <mike@rohleder.de>
AuthorDate: Mon May 3 17:20:47 2021 +0200
gnu: libmediainfo: Update to 21.03.
* gnu/packages/video.scm (libmediainfo): Update to 21.03.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
---
gnu/packages/video.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/video.scm b/gnu/packages/video.scm
index 90ab8a8..98fe399 100644
--- a/gnu/packages/video.scm
+++ b/gnu/packages/video.scm
@@ -3812,7 +3812,7 @@ practically any type of media.")
(define-public libmediainfo
(package
(name "libmediainfo")
- (version "20.09")
+ (version "21.03")
(source (origin
(method url-fetch)
(uri (string-append "https://mediaarea.net/download/source/"
@@ -3820,7 +3820,7 @@ practically any type of media.")
name "_" version ".tar.xz"))
(sha256
(base32
- "15ni9pnch6688m72swwax109a7mg4a08yx75qknrx7qa6dbyhz6h"))))
+ "1jm4mk539wf3crgpcddgwdixshwdzm37mkb5441lifhcz2mykdsn"))))
;; TODO add a Big Buck Bunny webm for tests.
(native-inputs
`(("autoconf" ,autoconf)
- branch master updated (c37d81c -> e685ae6), guix-commits, 2021/05/14
- 01/09: gnu: guile@3.0.7: Remove pre-built .go files., guix-commits, 2021/05/14
- 02/09: gnu: libmediainfo: Update to 21.03.,
guix-commits <=
- 03/09: gnu: mediainfo: Update to 21.03., guix-commits, 2021/05/14
- 04/09: gnu: Add guile-raw-strings., guix-commits, 2021/05/14
- 06/09: gnu: Add xdg-desktop-portal-wlr., guix-commits, 2021/05/14
- 05/09: gnu: mercurial: Update to 5.8., guix-commits, 2021/05/14
- 09/09: gnu: Add seatd., guix-commits, 2021/05/14
- 07/09: gnu: rss-bridge: Update to 2020-11-10., guix-commits, 2021/05/14
- 08/09: import: go: Fix goproxy option argument's format., guix-commits, 2021/05/14