Merge pull request #256875 from r-ryantm/auto-update/python310Packages.ffcv

python310Packages.ffcv: 0.0.3 -> 1.0.0
This commit is contained in:
Samuel Ainsworth 2023-09-23 17:54:24 -04:00 committed by GitHub
commit 07bb0bd166
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -13,14 +13,13 @@
buildPythonPackage rec {
pname = "ffcv";
version = "0.0.3";
version = "1.0.0";
src = fetchFromGitHub {
owner = "libffcv";
repo = pname;
# See https://github.com/libffcv/ffcv/issues/158.
rev = "131d56235eca3f1497bb84eeaec82c3434ef25d8";
sha256 = "0f7q2x48lknnf98mqaa35my05qwvdgv0h8l9lpagdw6yhx0a6p2x";
rev = "refs/tags/v${version}";
hash = "sha256-L2mwGFivq/gtAw+1D6U2jbW6VxYgetHX7OUrjwyybqE=";
};
# See https://github.com/libffcv/ffcv/issues/159.