python310Packages.aioridwell: 2023.07.0 -> 2023.08.0

This commit is contained in:
R. Ryantm 2023-08-29 05:11:10 +00:00
parent 06b25e93b9
commit f4d3225507

View file

@ -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 = [