python310Packages.kornia: 0.6.11 -> 0.6.12

Diff: https://github.com/kornia/kornia/compare/refs/tags/v0.6.11...v0.6.12
This commit is contained in:
Fabian Affolter 2023-05-01 22:17:06 +02:00
parent 1904afd669
commit 965ca25828

View File

@ -9,7 +9,7 @@
buildPythonPackage rec {
pname = "kornia";
version = "0.6.11";
version = "0.6.12";
format = "pyproject";
disabled = pythonOlder "3.7";
@ -17,7 +17,7 @@ buildPythonPackage rec {
owner = pname;
repo = pname;
rev = "refs/tags/v${version}";
hash = "sha256-APqITIt2P+16qp27dwLoAq9vY5CYpd49IWfYHTcZTSI=";
hash = "sha256-qLJos1ivEws/jFK4j0Kp1ij9J9ZwCoHFRYXnlYxwPFY=";
};
propagatedBuildInputs = [