Unverified Commit c4793d10 authored by Leona Maroni's avatar Leona Maroni Committed by GitHub
Browse files

python3Packages.av_13: disable automatic updates (#464378)

parents a971b221 4d517113
Loading
Loading
Loading
Loading
+3 −1
Original line number Diff line number Diff line
@@ -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";