Skip to content

Commit

Permalink
python3Packages.gst-python: 1.24.7 -> 1.24.9
Browse files Browse the repository at this point in the history
  • Loading branch information
jwillikers committed Nov 25, 2024
1 parent 99a9d1c commit 85e06a2
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions pkgs/development/python-modules/gst-python/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@

buildPythonPackage rec {
pname = "gst-python";
version = "1.24.7";
version = "1.24.9";

format = "other";

Expand All @@ -25,8 +25,8 @@ buildPythonPackage rec {
];

src = fetchurl {
url = "https://gstreamer.freedesktop.org/src/gst-python/${pname}-${version}.tar.xz";
hash = "sha256-bD7gKyDICobiQkWwYQLa4A4BdobydAdib0TcA6w8pTo=";
url = "https://gstreamer.freedesktop.org/src/gst-python/gst-python-${version}.tar.xz";
hash = "sha256-gOYdWHw0y6x55GySe3HPMsS/m7CGjOWqS3REva2D9C4=";
};

# Python 2.x is not supported.
Expand Down Expand Up @@ -57,10 +57,10 @@ buildPythonPackage rec {
# https://github.com/NixOS/nixpkgs/issues/47390
installCheckPhase = "meson test --print-errorlogs";

meta = with lib; {
meta = {
homepage = "https://gstreamer.freedesktop.org";
description = "Python bindings for GStreamer";
license = licenses.lgpl2Plus;
license = lib.licenses.lgpl2Plus;
maintainers = [ ];
};
}

0 comments on commit 85e06a2

Please sign in to comment.