Merge pull request #201128 from r-ryantm/auto-update/python310Packages.pytorch-pfn-extras

python310Packages.pytorch-pfn-extras: 0.6.1 -> 0.6.2

authored by Samuel Ainsworth and committed by GitHub c34fae04 b37bcf7c

+2 -2
+2 -2
pkgs/development/python-modules/pytorch-pfn-extras/default.nix
··· 12 12 13 13 buildPythonPackage rec { 14 14 pname = "pytorch-pfn-extras"; 15 - version = "0.6.1"; 15 + version = "0.6.2"; 16 16 17 17 src = fetchFromGitHub { 18 18 owner = "pfnet"; 19 19 repo = pname; 20 20 rev = "refs/tags/v${version}"; 21 - sha256 = "sha256-wxTs/hfgqJn4DCxZj87V/zDKZc+thx3o5bWAvZe7EJU="; 21 + sha256 = "sha256-J1+y5hHMKC31rIYeWI3Ca8Hdx0FF+MnCOAp0ejHzX/Y="; 22 22 }; 23 23 24 24 propagatedBuildInputs = [ numpy packaging torch typing-extensions ];