python311Packages.aioridwell: 2023.01.0 -> 2023.07.0

Diff: https://github.com/bachya/aioridwell/compare/refs/tags/2023.01.0...2023.07.0

Changelog: https://github.com/bachya/aioridwell/releases/tag/2023.07.0
This commit is contained in:
Fabian Affolter 2023-07-11 19:51:54 +02:00
parent 4f05a87f5e
commit a051d4b3b4

View File

@ -17,7 +17,7 @@
buildPythonPackage rec {
pname = "aioridwell";
version = "2023.01.0";
version = "2023.07.0";
format = "pyproject";
disabled = pythonOlder "3.8";
@ -26,7 +26,7 @@ buildPythonPackage rec {
owner = "bachya";
repo = pname;
rev = "refs/tags/${version}";
hash = "sha256-enNYzU65QBT/ryCUNwB08U+QiFvVb03fbYzZ5Qk6GTk=";
hash = "sha256-8EPELXxSq+B9o9eMFeM5ZPVYTa1+kT/S6cO7hKtD18s=";
};
nativeBuildInputs = [