Merge pull request #133073 from bcdarwin/update-rising
python3Packages.rising: 0.2.0post0 -> 0.2.1
This commit is contained in:
commit
ff5ad73118
1 changed files with 2 additions and 2 deletions
|
@ -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 ];
|
||||
|
|
Loading…
Reference in a new issue