Merge pull request #248083 from tjni/async_timeout
python3.pkgs.async-timeout: rename folder to match attribute name
This commit is contained in:
commit
16c0a07111
2 changed files with 2 additions and 2 deletions
|
@ -13,7 +13,7 @@ buildPythonPackage rec {
|
|||
|
||||
src = fetchPypi {
|
||||
inherit pname version;
|
||||
sha256 = "2163e1640ddb52b7a8c80d0a67a08587e5d245cc9c553a74a847056bc2976b15";
|
||||
hash = "sha256-IWPhZA3bUreoyA0KZ6CFh+XSRcycVTp0qEcFa8KXaxU=";
|
||||
};
|
||||
|
||||
propagatedBuildInputs = [
|
|
@ -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 { };
|
||||
|
||||
|
|
Loading…
Reference in a new issue