python3Packages.redis: 8.0.0 -> 8.0.1

Diff: https://github.com/redis/redis-py/compare/v8.0.0...v8.0.1

Changelog: https://github.com/redis/redis-py/releases/tag/v8.0.1
This commit is contained in:
K900 2026-06-29 21:37:49 +03:00
commit f27ed93faa

View file

@ -41,14 +41,14 @@
buildPythonPackage (finalAttrs: {
pname = "redis";
version = "8.0.0";
version = "8.0.1";
pyproject = true;
src = fetchFromGitHub {
owner = "redis";
repo = "redis-py";
tag = "v${finalAttrs.version}";
hash = "sha256-ze9Q8IfSWDAEH0sR+ql0tOu7ajeXF78AKYD6SHpZqRU=";
hash = "sha256-41i4oZmbWi87KBSaAAaZe2gPlCpgw6kEPne1IA3PHQM=";
};
build-system = [ hatchling ];