Skip to content

Commit

Permalink
python312Packages.kornia: 0.7.4 -> 0.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
bcdarwin committed Jan 12, 2025
1 parent 885f84c commit 386d24e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkgs/development/python-modules/kornia/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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 ];
Expand Down

0 comments on commit 386d24e

Please sign in to comment.