mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-16 00:54:40 +00:00
python3Packages.gst-python: 1.22.2 -> 1.22.3
This commit is contained in:
parent
f239891b8b
commit
1494009afb
@ -14,7 +14,7 @@
|
|||||||
|
|
||||||
buildPythonPackage rec {
|
buildPythonPackage rec {
|
||||||
pname = "gst-python";
|
pname = "gst-python";
|
||||||
version = "1.22.2";
|
version = "1.22.3";
|
||||||
|
|
||||||
format = "other";
|
format = "other";
|
||||||
|
|
||||||
@ -22,7 +22,7 @@ buildPythonPackage rec {
|
|||||||
|
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = "${meta.homepage}/src/gst-python/${pname}-${version}.tar.xz";
|
url = "${meta.homepage}/src/gst-python/${pname}-${version}.tar.xz";
|
||||||
hash = "sha256-vvKz2Czkvka3dbG7VjBcEAPuAbU1pTqC+f6JJJchU60=";
|
hash = "sha256-cL7T+r5jS8Yi723k5uscM7yc79ZL2rIA9voxa0aMcxw=";
|
||||||
};
|
};
|
||||||
|
|
||||||
# Python 2.x is not supported.
|
# Python 2.x is not supported.
|
||||||
|
Loading…
Reference in New Issue
Block a user