mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-12-12 08:43:06 +00:00
python310Packages.ffcv: 0.0.3 -> 1.0.0
This commit is contained in:
parent
0b0169e4f1
commit
a009844916
@ -13,14 +13,14 @@
|
||||
|
||||
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}";
|
||||
sha256 = "sha256-L2mwGFivq/gtAw+1D6U2jbW6VxYgetHX7OUrjwyybqE=";
|
||||
};
|
||||
|
||||
# See https://github.com/libffcv/ffcv/issues/159.
|
||||
|
Loading…
Reference in New Issue
Block a user