vit: 2.3.2 -> 2.3.3

This commit is contained in:
R. Ryantm 2025-03-04 11:53:59 +00:00
parent 2cc9bbf8e5
commit fbb34d7f0e

View file

@ -10,12 +10,12 @@ with python3Packages;
buildPythonApplication rec { buildPythonApplication rec {
pname = "vit"; pname = "vit";
version = "2.3.2"; version = "2.3.3";
disabled = lib.versionOlder python.version "3.7"; disabled = lib.versionOlder python.version "3.7";
src = fetchPypi { src = fetchPypi {
inherit pname version; inherit pname version;
hash = "sha256-qDfY6GWnDQ44Sh540xQzDwANEI+mLjpy2a7G3sfKIzw="; hash = "sha256-+lrXGfhoB4z5IWkJTXMIm3GGVPfNGO9lUB3uFTx8hDY=";
}; };
propagatedBuildInputs = [ propagatedBuildInputs = [