[PATCH 1/2] gnu: libmatroska: Update to 1.7.1.

  • Open
  • quality assurance status badge
Details
One participant
  • Antoine Côté
Owner
unassigned
Submitted by
Antoine Côté
Severity
normal
A
A
Antoine Côté wrote on 20 Nov 2023 15:51
(address . guix-patches@gnu.org)(name . Antoine Côté)(address . antoine.cote@posteo.net)
b012f899bf9efda83b32ec3f0919d202d6664fab.1700488105.git.antoine.cote@posteo.net
* gnu/packages/video.scm (libmatroska): Update to 1.7.1.

Change-Id: Ia2c943743636f0a01b1446be871b6dcd663ad0d3
---
gnu/packages/video.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)

Toggle diff (25 lines)
diff --git a/gnu/packages/video.scm b/gnu/packages/video.scm
index 561268aabd..41bcb8c385 100644
--- a/gnu/packages/video.scm
+++ b/gnu/packages/video.scm
@@ -1429,14 +1429,14 @@ (define-public libdv
(define-public libmatroska
(package
(name "libmatroska")
- (version "1.6.3")
+ (version "1.7.1")
(source
(origin
(method url-fetch)
(uri (string-append "https://dl.matroska.org/downloads/"
"libmatroska/libmatroska-" version ".tar.xz"))
(sha256
- (base32 "06h81sxyz2riic0gpzik6ffcnq32wrqphi8c6k55glcdymiimyfs"))))
+ (base32 "1cqq61qgv6x3xjzjrw71dya7lbsbrsmi9raqm2k4hgfrp0rk0ajp"))))
(build-system cmake-build-system)
(inputs
(list libebml))

base-commit: 71b92466430acb8c91841522dc0eb7d766af4388
--
2.41.0
?
Your comment

Commenting via the web interface is currently disabled.

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

To respond to this issue using the mumi CLI, first switch to it
mumi current 67296
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