python3Packages.multitasking: 0.0.11 -> 0.0.12 (#429070)

This commit is contained in:
Nick Cao 2025-07-28 16:29:52 -04:00 committed by GitHub
commit 17f9e1233a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -6,13 +6,13 @@
buildPythonPackage rec {
pname = "multitasking";
version = "0.0.11";
version = "0.0.12";
format = "setuptools";
# GitHub source releases aren't tagged
src = fetchPypi {
inherit pname version;
hash = "sha256-TWvDzGX5stynL7Wnh4UKiNro9iDCs2rptVJI5RvNYCY=";
hash = "sha256-L7ovqO2MS4XiJ8XdfcQcfWWN47byR5JzFhdaVzSbhNE=";
};
doCheck = false; # No tests included