1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-11-17 19:21:04 +00:00
Robert Schütz 2024-09-07 21:20:20 -07:00
parent 4f673395c7
commit 9531c2555f

View file

@ -12,14 +12,14 @@
buildPythonPackage rec {
pname = "pyturbojpeg";
version = "1.7.5";
version = "1.7.6";
pyproject = true;
src = fetchFromGitHub {
owner = "lilohuang";
repo = "PyTurboJPEG";
rev = "refs/tags/v${version}";
hash = "sha256-HML56qnv//fSeXBcQC+nED/CNqUY9p8Hwrmd0EGCzx0=";
hash = "sha256-dRogPQcDKRgHDiP7fA8uRCV65cUheuF4ZQfKSd+TKd4=";
};
patches = [