python3Packages.imgsize: 4.0.1 -> 4.0.2

This commit is contained in:
R. Ryantm
2026-05-31 21:26:40 +00:00
parent db81f2e6d8
commit 331748b1e9
@@ -8,19 +8,19 @@
buildPythonPackage rec {
pname = "imgsize";
version = "4.0.1";
version = "4.0.2";
pyproject = true;
src = fetchFromGitHub {
owner = "ojii";
repo = "imgsize";
tag = version;
sha256 = "sha256-Cm6dywl9QOtF8qZ3L/XHCeNf3mU1ki5l8RUpWQilBPw=";
sha256 = "sha256-pHLYDC3UjrCKOdfgo2OreE5hGyIyWVSIsQR6piJZe6k=";
};
cargoDeps = rustPlatform.fetchCargoVendor {
inherit pname version src;
hash = "sha256-8vSBsnNqvHlbSj7m09U9fqBMRHnC2qtpMtWp2KYGA08=";
hash = "sha256-AXBd6cCpBVEYnU/uqynnO8wsVypV34r023kwzwSsbe4=";
};
nativeBuildInputs = [