python312Packages.kornia: 0.7.3 -> 0.7.4

This commit is contained in:
R. Ryantm
2024-11-07 22:09:05 +00:00
parent b46372651a
commit 00cc534282
@@ -11,7 +11,7 @@
buildPythonPackage rec {
pname = "kornia";
version = "0.7.3";
version = "0.7.4";
pyproject = true;
disabled = pythonOlder "3.8";
@@ -20,7 +20,7 @@ buildPythonPackage rec {
owner = pname;
repo = pname;
rev = "refs/tags/v${version}";
hash = "sha256-iEg27b2JVLtAYLFncaSqIh5FyvmmitKAKP7Tl0WWNdk=";
hash = "sha256-Ecps1KniiL1WOGk+i/UAVuXJ2W7cgHSzAKCkZokyWIM=";
};
build-system = [ setuptools ];