python3Packages.rising: 0.2.0post0 -> 0.2.1

This commit is contained in:
Ben Darwin 2021-08-07 21:25:22 -04:00
parent 52279811f5
commit fc333f19d4

View file

@ -13,7 +13,7 @@
buildPythonPackage rec {
pname = "rising";
version = "0.2.0post0";
version = "0.2.1";
disabled = isPy27;
@ -21,7 +21,7 @@ buildPythonPackage rec {
owner = "PhoenixDL";
repo = pname;
rev = "v${version}";
sha256 = "0fb9894ppcp18wc2dhhjizj8ja53gbv9wpql4mixxxdz8z2bn33c";
sha256 = "15wYWToXRae1cMpHWbJwzAp0THx6ED9ixQgL+n1v9PI=";
};
propagatedBuildInputs = [ numpy pytorch threadpoolctl tqdm ];