all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: "Antoine Côté" <antoine.cote@posteo.net>
To: 67296@debbugs.gnu.org
Cc: "Antoine Côté" <antoine.cote@posteo.net>
Subject: [bug#67296] [PATCH 1/2] gnu: libmatroska: Update to 1.7.1.
Date: Mon, 20 Nov 2023 14:51:52 +0000	[thread overview]
Message-ID: <b012f899bf9efda83b32ec3f0919d202d6664fab.1700488105.git.antoine.cote@posteo.net> (raw)

* 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(-)

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





             reply	other threads:[~2023-11-20 15:57 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-11-20 14:51 Antoine Côté [this message]
2023-11-20 14:51 ` [bug#67297] [PATCH 2/2] gnu: mkvtoolnix: Update to 80.0 Antoine Côté
2023-11-20 17:55   ` [bug#67297] Sharlatan Hellseher

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=b012f899bf9efda83b32ec3f0919d202d6664fab.1700488105.git.antoine.cote@posteo.net \
    --to=antoine.cote@posteo.net \
    --cc=67296@debbugs.gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.