python3Packages.pytorch-pfn-extras: 0.8.2 -> 0.8.3

This commit is contained in:
R. Ryantm
2025-06-21 03:59:50 +00:00
parent b539eb9595
commit 7b3595581e

View File

@@ -22,14 +22,14 @@
buildPythonPackage rec { buildPythonPackage rec {
pname = "pytorch-pfn-extras"; pname = "pytorch-pfn-extras";
version = "0.8.2"; version = "0.8.3";
pyproject = true; pyproject = true;
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "pfnet"; owner = "pfnet";
repo = "pytorch-pfn-extras"; repo = "pytorch-pfn-extras";
tag = "v${version}"; tag = "v${version}";
hash = "sha256-FQwCdn9zUWHyUYAGHPNxQXN7O0bSLBHJrByxzCxUtio="; hash = "sha256-aTWPFYEc29qHOPRZu15p+x9DofMNRnTHnVEhxdPQ0Ak=";
}; };
build-system = [ setuptools ]; build-system = [ setuptools ];