This is an automated email from the git hooks/post-receive script.

guix_mirror_bot pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new e2b13c1a3a gnu: mkvtoolnix: Update to 93.0.
e2b13c1a3a is described below

commit e2b13c1a3a98ead234c604f13ed4dc6ad880e06c
Author: Antoine Côté <[email protected]>
AuthorDate: Wed Jul 9 11:38:53 2025 -0400

    gnu: mkvtoolnix: Update to 93.0.
    
    * gnu/packages/video.scm (mkvtoolnix): Update to 93.0.
    [inputs]: Replace fmt-8 with fmt-11.
    [native-inputs]: Replace ruby-3.2 with ruby-3.4.
    
    Change-Id: I133e14ad770b2e1d12b36f83d697f265fc71cb1e
    Signed-off-by: Sharlatan Hellseher <[email protected]>
---
 gnu/packages/video.scm | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/gnu/packages/video.scm b/gnu/packages/video.scm
index 62ff4b563e..a55fc88d40 100644
--- a/gnu/packages/video.scm
+++ b/gnu/packages/video.scm
@@ -1009,14 +1009,14 @@ H.264 (MPEG-4 AVC) video streams.")
 (define-public mkvtoolnix
   (package
     (name "mkvtoolnix")
-    (version "80.0")
+    (version "93.0")
     (source
      (origin
        (method url-fetch)
        (uri (string-append "https://mkvtoolnix.download/sources/";
                            "mkvtoolnix-" version ".tar.xz"))
        (sha256
-        (base32 "1x9k9pmw7mzm2amvm251a45dlj9p9iqfank5p4w2fizxkapws25v"))
+        (base32 "0y2zhf49s9ajkjl328ayphdzmmlzqk1slc0c8akpj2rf59lac44m"))
        (modules '((guix build utils)))
        (snippet '(begin
                    ;; Delete bundled libraries.
@@ -1038,7 +1038,7 @@ H.264 (MPEG-4 AVC) video streams.")
            libebml
            file
            flac
-           fmt-8
+           fmt-11
            libdvdread
            libmatroska
            libogg
@@ -1061,7 +1061,7 @@ H.264 (MPEG-4 AVC) video streams.")
            pkg-config
            po4a
            qttools
-           ruby-3.2))
+           ruby-3.4))
     (arguments
      (list
       #:configure-flags

Reply via email to