Merge pull request #155401 from storvik/torchinfo-1.6.3

This commit is contained in:
Sandro 2022-01-19 12:37:19 +01:00 committed by GitHub
commit 38224c31fc
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -10,12 +10,12 @@
buildPythonPackage rec {
pname = "torchinfo";
version = "1.6.2";
version = "1.6.3";
disabled = pythonOlder "3.7";
src = fetchPypi {
inherit pname version;
sha256 = "sha256-vf3TADqIX4RtCU3dN/lBK4aRg3wud/KkK9u5XGnBbO4=";
sha256 = "sha256-g1xhtdwygzPTTswP8iZ364ynBQE7D+aAsZ3d9EpyvIA=";
};
propagatedBuildInputs = [