Unverified Commit 750b5a32 authored by Theodore Ni's avatar Theodore Ni
Browse files

python3.pkgs.async-timeout: rename folder to match attribute name

parent 71d2dd20
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -13,7 +13,7 @@ buildPythonPackage rec {

  src = fetchPypi {
    inherit pname version;
    sha256 = "2163e1640ddb52b7a8c80d0a67a08587e5d245cc9c553a74a847056bc2976b15";
    hash = "sha256-IWPhZA3bUreoyA0KZ6CFh+XSRcycVTp0qEcFa8KXaxU=";
  };

  propagatedBuildInputs = [
+1 −1
Original line number Diff line number Diff line
@@ -776,7 +776,7 @@ self: super: with self; {

  asynctest = callPackage ../development/python-modules/asynctest { };

  async-timeout = callPackage ../development/python-modules/async_timeout { };
  async-timeout = callPackage ../development/python-modules/async-timeout { };

  async-tkinter-loop = callPackage ../development/python-modules/async-tkinter-loop { };