2
0
mirror of https://github.com/NixOS/nixpkgs.git synced 2025-01-02 19:14:14 +00:00

python3Packages.torchinfo: 1.6.2 -> 1.6.3

This commit is contained in:
storvik 2022-01-17 19:36:57 +01:00
parent fceeb71be0
commit 7c57448e65

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 = [