Merge pull request #252080 from r-ryantm/auto-update/python310Packages.aioridwell

python310Packages.aioridwell: 2023.07.0 -> 2023.08.0
This commit is contained in:
Fabian Affolter
2023-08-31 15:27:25 +02:00
committed by GitHub
@@ -18,7 +18,7 @@
buildPythonPackage rec {
pname = "aioridwell";
version = "2023.07.0";
version = "2023.08.0";
format = "pyproject";
disabled = pythonOlder "3.8";
@@ -27,7 +27,7 @@ buildPythonPackage rec {
owner = "bachya";
repo = pname;
rev = "refs/tags/${version}";
hash = "sha256-8EPELXxSq+B9o9eMFeM5ZPVYTa1+kT/S6cO7hKtD18s=";
hash = "sha256-AreQC5LOthnOEj0HnEww4zLob394XwCvqZBwjsT2Lcg=";
};
patches = [