python3Packages.multitasking: 0.0.11 -> 0.0.12
This commit is contained in:
parent
1e95fd75ac
commit
18550f4943
@ -6,13 +6,13 @@
|
|||||||
|
|
||||||
buildPythonPackage rec {
|
buildPythonPackage rec {
|
||||||
pname = "multitasking";
|
pname = "multitasking";
|
||||||
version = "0.0.11";
|
version = "0.0.12";
|
||||||
format = "setuptools";
|
format = "setuptools";
|
||||||
|
|
||||||
# GitHub source releases aren't tagged
|
# GitHub source releases aren't tagged
|
||||||
src = fetchPypi {
|
src = fetchPypi {
|
||||||
inherit pname version;
|
inherit pname version;
|
||||||
hash = "sha256-TWvDzGX5stynL7Wnh4UKiNro9iDCs2rptVJI5RvNYCY=";
|
hash = "sha256-L7ovqO2MS4XiJ8XdfcQcfWWN47byR5JzFhdaVzSbhNE=";
|
||||||
};
|
};
|
||||||
|
|
||||||
doCheck = false; # No tests included
|
doCheck = false; # No tests included
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user