Merge pull request #256875 from r-ryantm/auto-update/python310Packages.ffcv
python310Packages.ffcv: 0.0.3 -> 1.0.0
This commit is contained in:
commit
07bb0bd166
1 changed files with 3 additions and 4 deletions
|
@ -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.
|
||||
|
|
Loading…
Reference in a new issue