python3Packages.torchinfo: 1.64 -> 1.7.1
https://github.com/TylerYep/torchinfo/releases/tag/v1.7.1 https://github.com/TylerYep/torchinfo/releases/tag/v1.7.0 https://github.com/TylerYep/torchinfo/releases/tag/v1.6.6 https://github.com/TylerYep/torchinfo/releases/tag/v1.6.5
This commit is contained in:
parent
4c1de1fcbe
commit
1fe0e1abc4
1 changed files with 2 additions and 2 deletions
|
@ -9,7 +9,7 @@
|
|||
|
||||
buildPythonPackage rec {
|
||||
pname = "torchinfo";
|
||||
version = "1.64";
|
||||
version = "1.7.1";
|
||||
format = "setuptools";
|
||||
|
||||
disabled = pythonOlder "3.7";
|
||||
|
@ -18,7 +18,7 @@ buildPythonPackage rec {
|
|||
owner = "TylerYep";
|
||||
repo = pname;
|
||||
rev = "refs/tags/v${version}";
|
||||
hash = "sha256-gcl8RxCD017FP4LtB60WVtOh7jg2Otv/vNd9hKneEAU=";
|
||||
hash = "sha256-jiQ24gx3N9djvTTB6IthzxcuGWX2/php0Up3IdEDvm8=";
|
||||
};
|
||||
|
||||
propagatedBuildInputs = [
|
||||
|
|
Loading…
Reference in a new issue