Merge pull request #248083 from tjni/async_timeout

python3.pkgs.async-timeout: rename folder to match attribute name
This commit is contained in:
OTABI Tomoya 2023-08-10 00:30:34 +09:00 committed by GitHub
commit 16c0a07111
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View file

@ -13,7 +13,7 @@ buildPythonPackage rec {
src = fetchPypi {
inherit pname version;
sha256 = "2163e1640ddb52b7a8c80d0a67a08587e5d245cc9c553a74a847056bc2976b15";
hash = "sha256-IWPhZA3bUreoyA0KZ6CFh+XSRcycVTp0qEcFa8KXaxU=";
};
propagatedBuildInputs = [

View file

@ -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 { };