vit: 2.2.0 -> 2.3.2

This commit is contained in:
Jayadeep KM
2023-12-19 02:02:23 +01:00
committed by GitHub
parent 4aeb82afc8
commit a092e4c7be
+2 -2
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 = [