Commit 18550f49 authored by R. RyanTM's avatar R. RyanTM
Browse files

python3Packages.multitasking: 0.0.11 -> 0.0.12

parent 1e95fd75
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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