[PATCH] gnu: gstreamer: Update to 1.22.8.

  • Open
  • quality assurance status badge
Details
One participant
  • Nicolas Graves
Owner
unassigned
Submitted by
Nicolas Graves
Severity
normal
N
N
Nicolas Graves wrote on 25 Dec 2023 16:16
(address . guix-patches@gnu.org)(address . ngraves@ngraves.fr)
20231225151644.4036-1-ngraves@ngraves.fr
* gnu/packages/gstreamer.scm (gstreamer): Update to 1.22.8.

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

Toggle diff (24 lines)
diff --git a/gnu/packages/gstreamer.scm b/gnu/packages/gstreamer.scm
index 71f8e3453a..f49800df91 100644
--- a/gnu/packages/gstreamer.scm
+++ b/gnu/packages/gstreamer.scm
@@ -461,7 +461,7 @@ (define %common-gstreamer-phases
(define-public gstreamer
(package
(name "gstreamer")
- (version "1.22.2")
+ (version "1.22.8")
(source
(origin
(method url-fetch)
@@ -470,7 +470,7 @@ (define-public gstreamer
version ".tar.xz"))
(sha256
(base32
- "08cfz2vkf494rsg0bn75px26fxs3syvxnsc9lj5n074j0cvfgbxj"))))
+ "1z0vwk62s5hznx2a4kdx000sx0xhbp0agbxi2zdv2f8ifyqkskmd"))))
(build-system meson-build-system)
(arguments
(list #:disallowed-references (list python)
--
2.41.0
?
Your comment

Commenting via the web interface is currently disabled.

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

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