python3Packages.torchinfo: 1.6.3 -> 1.6.5

This commit is contained in:
Martin Weinelt 2022-03-31 01:05:18 +02:00
parent 47388bbd05
commit 0810cf4422

View file

@ -10,12 +10,12 @@
buildPythonPackage rec {
pname = "torchinfo";
version = "1.6.3";
version = "1.6.5";
disabled = pythonOlder "3.7";
src = fetchPypi {
inherit pname version;
sha256 = "sha256-g1xhtdwygzPTTswP8iZ364ynBQE7D+aAsZ3d9EpyvIA=";
sha256 = "sha256-Vg/TXD+/VMIv1wHywaOuEj4MDTq90lUo99n+Nppu0uI=";
};
propagatedBuildInputs = [