Merge pull request #309282 from r-ryantm/auto-update/python311Packages.aioconsole

python311Packages.aioconsole: 0.7.0 -> 0.7.1
This commit is contained in:
Matthias Beyer 2024-05-16 16:54:56 +02:00 committed by GitHub
commit fc49e1a612
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -17,7 +17,7 @@
# wrapped to be able to find aioconsole and any other packages.
buildPythonPackage rec {
pname = "aioconsole";
version = "0.7.0";
version = "0.7.1";
pyproject = true;
disabled = pythonOlder "3.8";
@ -26,7 +26,7 @@ buildPythonPackage rec {
owner = "vxgmichel";
repo = "aioconsole";
rev = "refs/tags/v${version}";
hash = "sha256-SKJLc1Tauwpmh2xtFFyHqKRaaQAK99SpbbGLFmAbKcQ=";
hash = "sha256-c8zeKebS04bZS9pMIKAauaLPvRrWaGoDKbnF906tFzQ=";
};
nativeBuildInputs = [