python3Packages.ignite: 0.4.8 -> 0.4.9

This commit is contained in:
Martin Weinelt
2022-07-21 22:33:53 +02:00
parent 1896e87ea8
commit 5fa9557dec
@@ -14,13 +14,13 @@
buildPythonPackage rec {
pname = "ignite";
version = "0.4.8";
version = "0.4.9";
src = fetchFromGitHub {
owner = "pytorch";
repo = pname;
rev = "v${version}";
sha256 = "sha256-S4wL1RyQ6aDW16wbSl+86VhSJ2S9oanYhNtPQdBtdrA=";
rev = "refs/tags/v${version}";
sha256 = "sha256-KBEoMV9lwlEra4DiGDLgPb85+HrnK4Qiy3XYDa9hO3s=";
};
checkInputs = [ pytestCheckHook matplotlib mock pytest-xdist torchvision ];