summaryrefslogtreecommitdiff
path: root/gnu/packages/gstreamer.scm
diff options
context:
space:
mode:
authorLiliana Marie Prikler <liliana.prikler@gmail.com>2022-06-26 19:26:11 +0200
committerLiliana Marie Prikler <liliana.prikler@gmail.com>2022-07-28 20:30:45 +0200
commitbadee2b419be354957331ebdc1a7fbfcd1ccb7cc (patch)
tree453fbdd964a6f60a508f5a3fab141c95f3a8ff0c /gnu/packages/gstreamer.scm
parentc33b2ccddf1446659cec1a0d1461754462b9f8a6 (diff)
gnu: python-gst: Update to 1.20.3.
* gnu/packages/gstreamer.scm (python-gst): Update to 1.20.3.
Diffstat (limited to 'gnu/packages/gstreamer.scm')
-rw-r--r--gnu/packages/gstreamer.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/gstreamer.scm b/gnu/packages/gstreamer.scm
index 98178f908c..d6612a2d0b 100644
--- a/gnu/packages/gstreamer.scm
+++ b/gnu/packages/gstreamer.scm
@@ -1053,7 +1053,7 @@ given, also pass them to the build system instead of the ones used by PKG."
(define-public python-gst
(package
(name "python-gst")
- (version "1.18.5")
+ (version "1.20.3")
(source (origin
(method url-fetch)
(uri (string-append
@@ -1061,7 +1061,7 @@ given, also pass them to the build system instead of the ones used by PKG."
"gst-python-" version ".tar.xz"))
(sha256
(base32
- "0lmwwmr3wm56qlrdrb0d5cpmqxkcmarz61wmp1nrv5852f3qadjk"))))
+ "1p6g05k88nbbv5x9madsvphxcdkfl1z0lmp39p6bhmg9x8h82d6v"))))
(build-system meson-build-system)
(arguments
`(#:modules ((guix build meson-build-system)