summaryrefslogtreecommitdiff
path: root/pkgs/development/python-modules/gst-python
diff options
context:
space:
mode:
authorMaxine Aubrey <max@ine.dev>2024-04-10 23:27:26 +0200
committerMaxine Aubrey <max@ine.dev>2024-04-22 21:11:31 +0200
commit56cb094d837be8769744bf2fa205b9dbfed09562 (patch)
tree196a6caee9dadff84d1ffd9dbdc737242317632d /pkgs/development/python-modules/gst-python
parente12728b7b561be5d75c822a02e1cd2917d08c4c6 (diff)
python3Packages.gst-python: 1.24.1 → 1.24.2
Diffstat (limited to 'pkgs/development/python-modules/gst-python')
-rw-r--r--pkgs/development/python-modules/gst-python/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/python-modules/gst-python/default.nix b/pkgs/development/python-modules/gst-python/default.nix
index 374fbe4f1a1c..8a6ee21ede7d 100644
--- a/pkgs/development/python-modules/gst-python/default.nix
+++ b/pkgs/development/python-modules/gst-python/default.nix
@@ -14,7 +14,7 @@
buildPythonPackage rec {
pname = "gst-python";
- version = "1.24.1";
+ version = "1.24.2";
format = "other";
@@ -22,7 +22,7 @@ buildPythonPackage rec {
src = fetchurl {
url = "https://gstreamer.freedesktop.org/src/gst-python/${pname}-${version}.tar.xz";
- hash = "sha256-WiNzJ4PtrgPMIWTGknwFR3u7OnAI+JOSkbhVRzeBplE=";
+ hash = "sha256-vZDzvIrxfc478mtmU377SVGGn/zmQD9ZhGG5heKy144=";
};
# Python 2.x is not supported.