[PATCH] gnu: libmediainfo: Update to 21.03.

  • Done
  • quality assurance status badge
Details
2 participants
  • Ludovic Courtès
  • Michael Rohleder
Owner
unassigned
Submitted by
Michael Rohleder
Severity
normal

Debbugs page

Michael Rohleder wrote 4 years ago
(address . guix-patches@gnu.org)(name . Michael Rohleder)(address . mike@rohleder.de)
20210503152047.31441-1-mike@rohleder.de
* gnu/packages/video.scm (libmediainfo): Update to 21.03.
---
gnu/packages/video.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)

Toggle diff (24 lines)
diff --git a/gnu/packages/video.scm b/gnu/packages/video.scm
index 481ab46b6e..368f0fe716 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)
--
2.31.1
Ludovic Courtès wrote 4 years ago
(name . Michael Rohleder)(address . mike@rohleder.de)(address . 48195-done@debbugs.gnu.org)
87lf8hpqoq.fsf@gnu.org
Hi,

Michael Rohleder <mike@rohleder.de> skribis:

Toggle quote (2 lines)
> * gnu/packages/video.scm (libmediainfo): Update to 21.03.

Applied, thanks!

Ludo’.
Closed
?
Your comment

This issue is archived.

To comment on this conversation send an email to 48195@debbugs.gnu.org

To respond to this issue using the mumi CLI, first switch to it
mumi current 48195
Then, you may apply the latest patchset in this issue (with sign off)
mumi am -- -s
Or, compose a reply to this issue
mumi compose
Or, send patches to this issue
mumi send-email *.patch
You may also tag this issue. See list of standard tags. For example, to set the confirmed and easy tags
mumi command -t +confirmed -t +easy
Or, remove the moreinfo tag and set the help tag
mumi command -t -moreinfo -t +help