python3Packages.pyturbojpeg: 1.8.2 -> 2.0.0 (#491281)

This commit is contained in:
dotlambda
2026-02-18 02:43:18 +00:00
committed by GitHub
@@ -12,14 +12,14 @@
buildPythonPackage rec {
pname = "pyturbojpeg";
version = "1.8.2";
version = "2.0.0";
pyproject = true;
src = fetchFromGitHub {
owner = "lilohuang";
repo = "PyTurboJPEG";
tag = "v${version}";
hash = "sha256-zyLNIo7hQuzTlEgdvri3bSnAiRRKKup57tfCIxiBq24=";
hash = "sha256-yITX+6mP8AihaTFjZG9A5U6pAUTdPy6UDbbjnznwuqI=";
};
patches = [