python3Packages.functorch: 0.1.1 -> 0.2.0

This commit is contained in:
Martin Weinelt
2022-07-21 22:33:50 +02:00
parent 4b9c71f4a5
commit 94281bdbae
@@ -12,14 +12,14 @@
buildPythonPackage rec {
pname = "functorch";
version = "0.1.1";
version = "0.2.0";
format = "setuptools";
src = fetchFromGitHub {
owner = "pytorch";
repo = pname;
rev = "v${version}";
hash = "sha256-FidM04Q3hkGEDr4dthJv0MWtGiRfnWxJoyzu7Wl3SD8=";
rev = "refs/tags/v${version}";
hash = "sha256-33skKk5aAIHn+1149ifolXPA+tpQ+WROAZvwPeGBbrA=";
};
# Somewhat surprisingly pytorch is actually necessary for the build process.