python3Packages.pyturbojpeg: 2.2.0 -> 2.3.0

Diff: https://github.com/lilohuang/PyTurboJPEG/compare/v2.2.0...v2.3.0

Changelog: https://github.com/lilohuang/PyTurboJPEG/releases/tag/v2.3.0
This commit is contained in:
Robert Schütz 2026-06-21 09:31:25 -07:00
commit a18a24775c

View file

@ -12,14 +12,14 @@
buildPythonPackage rec {
pname = "pyturbojpeg";
version = "2.2.0";
version = "2.3.0";
pyproject = true;
src = fetchFromGitHub {
owner = "lilohuang";
repo = "PyTurboJPEG";
tag = "v${version}";
hash = "sha256-Sue8S/2/dY3aF7fihHuqpHXotcXcijcqAXGCJn8Z5VE=";
hash = "sha256-rMn5NmiwKhyj4U9kyyRf9ZheVnETpixZoL/AVlBlImQ=";
};
patches = [