forked from mirrors/nixpkgs
python3Packages.test-tube: 0.7.5 -> 0.628
This commit is contained in:
parent
470cf78393
commit
cf4e1a26ab
|
@ -13,7 +13,7 @@
|
|||
|
||||
buildPythonPackage rec {
|
||||
pname = "test-tube";
|
||||
version = "0.7.5";
|
||||
version = "0.628";
|
||||
|
||||
disabled = isPy27;
|
||||
|
||||
|
@ -21,7 +21,7 @@ buildPythonPackage rec {
|
|||
owner = "williamFalcon";
|
||||
repo = pname;
|
||||
rev = version;
|
||||
sha256 = "0zpvlp1ybp2dhgap8jsalpfdyg8ycjhlfi3xrdf5dqffqvh2yhp2";
|
||||
sha256 = "0w60xarmcw06gc4002sy7bjfykdz34gbgniswxkl0lw8a1v0xn2m";
|
||||
};
|
||||
|
||||
checkInputs = [
|
||||
|
|
Loading…
Reference in a new issue