python3Packages.kornia: 0.8.1 -> 0.8.2

This commit is contained in:
R. Ryantm
2025-11-12 06:34:48 +00:00
parent ff7090395a
commit 4152e340d5
@@ -10,14 +10,14 @@
buildPythonPackage rec {
pname = "kornia";
version = "0.8.1";
version = "0.8.2";
pyproject = true;
src = fetchFromGitHub {
owner = "kornia";
repo = "kornia";
tag = "v${version}";
hash = "sha256-LT+F/tskySvSmaBufIaQhI4+wK5DZBNanQbnYj4ywGo=";
hash = "sha256-jNwqWgmILbSrISepuGZZSUnB9GlgwU5J0zqYwN54ul0=";
};
build-system = [ setuptools ];