Merge pull request #275306 from kmjayadeep/patch-2

vit: 2.2.0 -> 2.3.2
This commit is contained in:
Weijia Wang 2024-01-03 02:21:42 +01:00 committed by GitHub
commit d2c0f33faf
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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