python3Packages.valkey: 6.1.0 -> 6.1.1 (#433224)

This commit is contained in:
Martin Weinelt
2025-08-13 01:07:16 +02:00
committed by GitHub
2 changed files with 3 additions and 2 deletions
+1
View File
@@ -34,6 +34,7 @@ python.pkgs.toPythonModule (
"httpx-socks"
"lxml"
"pygments"
"valkey"
];
preBuild =
@@ -30,14 +30,14 @@
buildPythonPackage rec {
pname = "valkey";
version = "6.1.0";
version = "6.1.1";
pyproject = true;
src = fetchFromGitHub {
owner = "valkey-io";
repo = "valkey-py";
tag = "v${version}";
hash = "sha256-TaAkifgasirA72OSO+up0+1EUhCENKba7vPIJxhTkh8=";
hash = "sha256-woJYfgLNIVzTYj9q8IjXo+SXhQZkQdB/Ofv5StGy9Rc=";
};
build-system = [ setuptools ];