python312Packages.kornia: 0.7.4 -> 0.8.0

This commit is contained in:
Ben Darwin
2025-01-12 18:20:43 -05:00
parent 885f84c0ca
commit 386d24ec6f
@@ -11,16 +11,16 @@
buildPythonPackage rec {
pname = "kornia";
version = "0.7.4";
version = "0.8.0";
pyproject = true;
disabled = pythonOlder "3.8";
disabled = pythonOlder "3.9";
src = fetchFromGitHub {
owner = pname;
repo = pname;
tag = "v${version}";
hash = "sha256-Ecps1KniiL1WOGk+i/UAVuXJ2W7cgHSzAKCkZokyWIM=";
hash = "sha256-pMCGL33DTnMLlxRbhBhRuR/ZA575+kbUJ59N3nuqpdI=";
};
build-system = [ setuptools ];