Skip to content

Commit

Permalink
Merge pull request #256875 from r-ryantm/auto-update/python310Package…
Browse files Browse the repository at this point in the history
…s.ffcv

python310Packages.ffcv: 0.0.3 -> 1.0.0
  • Loading branch information
samuela authored Sep 23, 2023
2 parents 85d77bc + 4db135d commit 07bb0bd
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions pkgs/development/python-modules/ffcv/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 07bb0bd

Please sign in to comment.