diff options
author | Liliana Marie Prikler <[email protected]> | 2024-08-17 23:27:18 +0200 |
---|---|---|
committer | Liliana Marie Prikler <[email protected]> | 2025-03-02 20:31:30 +0100 |
commit | a26f053c6fb02cea953ca1c279ef1d1cc0aea5b2 (patch) | |
tree | 756374777396a0f6778ca76b0222039bbbd6aa1c | |
parent | a58cb1f5316b83f1a1dd9bdddc36de85838f5acc (diff) |
gnu: gst-plugins-bad: Update to 1.24.6.
* gnu/packages/gstreamer.scm (gst-plugins-bad): Update to 1.24.6.
-rw-r--r-- | gnu/packages/gstreamer.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/gstreamer.scm b/gnu/packages/gstreamer.scm index 6d89947bf0..13df01af14 100644 --- a/gnu/packages/gstreamer.scm +++ b/gnu/packages/gstreamer.scm @@ -760,14 +760,14 @@ model to base your own plug-in on, here it is.") (define-public gst-plugins-bad (package (name "gst-plugins-bad") - (version "1.22.3") + (version "1.24.6") (source (origin (method url-fetch) (uri (string-append "https://gstreamer.freedesktop.org/src/" name "/" name "-" version ".tar.xz")) (sha256 (base32 - "1n116sphawmlqyjp1b8sv07vz4rjk1zn07286w37y4l65pp8yyg1")) + "0k5nqlcrl0p5gy2n9zkl34vjp0gj9sg787kwahgpr0p72darckcg")) (modules '((guix build utils))) (snippet '(begin |