guix_mirror_bot pushed a commit to branch next-master
in repository guix.
commit b28e95b9482b5771ffbcabbace0e059bde376a83
Author: Ashish SHUKLA <[email protected]>
AuthorDate: Tue Jan 6 14:37:31 2026 +0100
gnu: mkvtoolnix: Update to 97.0
* gnu/packages/video.scm (mkvtoolnix): Update to 97.0
[inputs]: Replace boost-1.83 with boost.
Change-Id: I5dd142e9ef2124c52d1b45d3e8d642eaf6c472ac
Signed-off-by: Andreas Enge <[email protected]>
---
gnu/packages/video.scm | 7 ++++---
1 file changed, 4 insertions(+), 3 deletions(-)
diff --git a/gnu/packages/video.scm b/gnu/packages/video.scm
index 03a1514a73..06cf261479 100644
--- a/gnu/packages/video.scm
+++ b/gnu/packages/video.scm
@@ -78,6 +78,7 @@
;;; Copyright © 2025 John Kehayias <[email protected]>
;;; Copyright © 2025 Julian Flake <[email protected]>
;;; Copyright © 2025 Karl Hallsby <[email protected]>
+;;; Copyright © 2026 Ashish SHUKLA <[email protected]>
;;;
;;; This file is part of GNU Guix.
;;;
@@ -1070,14 +1071,14 @@ H.264 (MPEG-4 AVC) video streams.")
(define-public mkvtoolnix
(package
(name "mkvtoolnix")
- (version "93.0")
+ (version "97.0")
(source
(origin
(method url-fetch)
(uri (string-append "https://mkvtoolnix.download/sources/"
"mkvtoolnix-" version ".tar.xz"))
(sha256
- (base32 "0y2zhf49s9ajkjl328ayphdzmmlzqk1slc0c8akpj2rf59lac44m"))
+ (base32 "1lr9d6l4jj7pzjc78fhsg4qicyvizfidp8hnjpq5mzqiw1kbyhsx"))
(modules '((guix build utils)))
(snippet '(begin
;; Delete bundled libraries.
@@ -1092,7 +1093,7 @@ H.264 (MPEG-4 AVC) video streams.")
(build-system gnu-build-system)
(outputs '("out" "gui")) ; "mkvtoolnix-gui" brings the closure size from
~300 MB to 1.5+ GB.
(inputs
- (list boost-1.83
+ (list boost
gmp
bzip2
cmark