Loading pkgs/development/python-modules/multitasking/default.nix +2 −2 Original line number Diff line number Diff line Loading @@ -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 Loading Loading
pkgs/development/python-modules/multitasking/default.nix +2 −2 Original line number Diff line number Diff line Loading @@ -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 Loading