python3Packages.imgsize: 3.0.3 -> 4.0.1 (#452148)

This commit is contained in:
Nick Cao
2025-10-15 20:15:58 +00:00
committed by GitHub
@@ -9,7 +9,7 @@
buildPythonPackage rec {
pname = "imgsize";
version = "3.0.3";
version = "4.0.1";
pyproject = true;
disabled = pythonOlder "3.10";
@@ -18,12 +18,12 @@ buildPythonPackage rec {
owner = "ojii";
repo = "imgsize";
tag = version;
sha256 = "sha256-jpEgAqMcQHR5S6EH9mNxrG0+bCyxYFs2P4NxaZxxk/E=";
sha256 = "sha256-Cm6dywl9QOtF8qZ3L/XHCeNf3mU1ki5l8RUpWQilBPw=";
};
cargoDeps = rustPlatform.fetchCargoVendor {
inherit pname version src;
hash = "sha256-VgC0tp/X3T9K2ssdoUuBxsWZfe16rMRr2qXfwWsBXHM=";
hash = "sha256-8vSBsnNqvHlbSj7m09U9fqBMRHnC2qtpMtWp2KYGA08=";
};
nativeBuildInputs = [