Merge pull request #179652 from r-ryantm/auto-update/python3.10-multitasking
python310Packages.multitasking: 0.0.10 -> 0.0.11
This commit is contained in:
commit
0451e24798
1 changed files with 2 additions and 2 deletions
|
@ -5,12 +5,12 @@
|
|||
|
||||
buildPythonPackage rec {
|
||||
pname = "multitasking";
|
||||
version = "0.0.10";
|
||||
version = "0.0.11";
|
||||
|
||||
# GitHub source releases aren't tagged
|
||||
src = fetchPypi {
|
||||
inherit pname version;
|
||||
sha256 = "810640fa6670be41f4a712b287d9307a14ad849d966f06a17d2cf1593b66c3cd";
|
||||
sha256 = "sha256-TWvDzGX5stynL7Wnh4UKiNro9iDCs2rptVJI5RvNYCY=";
|
||||
};
|
||||
|
||||
doCheck = false; # No tests included
|
||||
|
|
Loading…
Reference in a new issue