python310Packages.multitasking: 0.0.10 -> 0.0.11

This commit is contained in:
R. Ryantm 2022-06-30 01:14:38 +00:00
parent 81a84f61ef
commit 25473f7948

View file

@ -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