python312Packages.kornia: 0.7.4 -> 0.8.0 (#373313)

This commit is contained in:
Peder Bergebakken Sundt
2025-01-17 02:10:13 +01:00
committed by GitHub
@@ -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 ];