mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-05 19:53:43 +00:00
python3Packages.gst-python: 1.24.1 → 1.24.2
This commit is contained in:
parent
e12728b7b5
commit
56cb094d83
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user