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

Diff: https://github.com/pfnet/pytorch-pfn-extras/compare/v0.8.3...v0.8.4

Changelog: https://github.com/pfnet/pytorch-pfn-extras/releases/tag/v0.8.4
This commit is contained in:
Gaetan Lepage
2025-09-02 11:17:38 +02:00
parent e21abb19b7
commit 90e586e2ab
@@ -22,14 +22,14 @@
buildPythonPackage rec {
pname = "pytorch-pfn-extras";
version = "0.8.3";
version = "0.8.4";
pyproject = true;
src = fetchFromGitHub {
owner = "pfnet";
repo = "pytorch-pfn-extras";
tag = "v${version}";
hash = "sha256-aTWPFYEc29qHOPRZu15p+x9DofMNRnTHnVEhxdPQ0Ak=";
hash = "sha256-OrUYO0V5fWqkIjHiYkhvjeFy0YX8CxeRqzrw3NfGK2A=";
};
build-system = [ setuptools ];