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

This commit is contained in:
R. Ryantm 2022-09-09 20:10:24 +00:00
parent 34fde40edd
commit 1dee1a988e

View File

@ -12,13 +12,13 @@
buildPythonPackage rec {
pname = "pytorch-pfn-extras";
version = "0.6.0";
version = "0.6.1";
src = fetchFromGitHub {
owner = "pfnet";
repo = pname;
rev = "refs/tags/v${version}";
sha256 = "sha256-w4WSEgNLdVLDnKS4kzJBK9BkrrGzbk2aCIhk4HCM/Bk=";
sha256 = "sha256-wxTs/hfgqJn4DCxZj87V/zDKZc+thx3o5bWAvZe7EJU=";
};
propagatedBuildInputs = [ numpy packaging torch typing-extensions ];