python310Packages.ffcv: remove outdated comment

This commit is contained in:
Samuel Ainsworth
2023-09-23 14:34:56 -07:00
committed by GitHub
parent a009844916
commit dbdb727195
@@ -18,7 +18,6 @@ buildPythonPackage rec {
src = fetchFromGitHub {
owner = "libffcv";
repo = pname;
# See https://github.com/libffcv/ffcv/issues/158.
rev = "refs/tags/v${version}";
sha256 = "sha256-L2mwGFivq/gtAw+1D6U2jbW6VxYgetHX7OUrjwyybqE=";
};