python3Packages.redis-om: 0.3.3 -> 0.3.5

https://github.com/redis/redis-om-python/releases/tag/v0.3.5

This commit was automatically generated using update-python-libraries.

Changed files
+3 -3
pkgs
development
python-modules
redis-om
+3 -3
pkgs/development/python-modules/redis-om/default.nix
···
buildPythonPackage rec {
pname = "redis-om";
-
version = "0.3.3";
+
version = "0.3.5";
pyproject = true;
disabled = pythonOlder "3.8";
···
owner = "redis";
repo = "redis-om-python";
tag = "v${version}";
-
hash = "sha256-Pp404HaFpYEPie9xknoabotFrqcI2ibDlPTM+MmnMbg=";
+
hash = "sha256-TfwMYDZYDKCdI5i8izBVZaXN5GC/Skhkl905c/DHuXY=";
};
build-system = [
···
description = "Object mapping, and more, for Redis and Python";
mainProgram = "migrate";
homepage = "https://github.com/redis/redis-om-python";
-
changelog = "https://github.com/redis/redis-om-python/releases/tag/v${version}";
+
changelog = "https://github.com/redis/redis-om-python/releases/tag/${src.tag}";
license = licenses.mit;
maintainers = with maintainers; [ natsukium ];
};