mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-03-08 01:24:09 +01:00
python3Packages.av_13: disable automatic updates (#464378)
This commit is contained in:
commit
c4793d1033
1 changed files with 3 additions and 1 deletions
|
|
@ -15,7 +15,7 @@
|
|||
|
||||
buildPythonPackage rec {
|
||||
pname = "av";
|
||||
version = "13.1.0";
|
||||
version = "13.1.0"; # nixpkgs-update: no auto update
|
||||
pyproject = true;
|
||||
|
||||
src = fetchFromGitHub {
|
||||
|
|
@ -79,6 +79,8 @@ buildPythonPackage rec {
|
|||
"av.video"
|
||||
];
|
||||
|
||||
passthru.skipBulkUpdate = true;
|
||||
|
||||
meta = {
|
||||
changelog = "https://github.com/PyAV-Org/PyAV/blob/${src.tag}/CHANGELOG.rst";
|
||||
description = "Pythonic bindings for FFmpeg";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue