python311Packages.qasync: 0.26.1 -> 0.27.0

This commit is contained in:
R. Ryantm 2023-11-18 18:37:05 +00:00 committed by Jonathan Ringer
parent f9713fcd74
commit 043f41a7b9

View file

@ -8,7 +8,7 @@
buildPythonPackage rec {
pname = "qasync";
version = "0.26.1";
version = "0.27.0";
format = "pyproject";
@ -16,7 +16,7 @@ buildPythonPackage rec {
owner = "CabbageDevelopment";
repo = pname;
rev = "refs/tags/v${version}";
hash = "sha256-vtRmThXKxqof+Rz3Dngtc9tuwL1bPYFHDq4DBRCsrIU=";
hash = "sha256-kU8QgcBZSzQQO3V4zKaIBuodUCQS4CLHOH7qHYU8ja0=";
};
postPatch = ''