python3Packages.kornia: 0.8.0 -> 0.8.1

https://github.com/kornia/kornia/releases/tag/v0.8.1

This commit was automatically generated using update-python-libraries.

Changed files
+3 -3
pkgs
development
python-modules
kornia
+3 -3
pkgs/development/python-modules/kornia/default.nix
···
buildPythonPackage rec {
pname = "kornia";
-
version = "0.8.0";
+
version = "0.8.1";
pyproject = true;
disabled = pythonOlder "3.9";
···
owner = "kornia";
repo = "kornia";
tag = "v${version}";
-
hash = "sha256-pMCGL33DTnMLlxRbhBhRuR/ZA575+kbUJ59N3nuqpdI=";
+
hash = "sha256-LT+F/tskySvSmaBufIaQhI4+wK5DZBNanQbnYj4ywGo=";
};
build-system = [ setuptools ];
···
meta = {
homepage = "https://kornia.readthedocs.io";
-
changelog = "https://github.com/kornia/kornia/releases/tag/v${version}";
+
changelog = "https://github.com/kornia/kornia/releases/tag/${src.tag}";
description = "Differentiable computer vision library";
license = lib.licenses.asl20;
maintainers = with lib.maintainers; [ bcdarwin ];