python310Packages.nats-py: 2.1.2 -> 2.1.3

This commit is contained in:
Fabian Affolter 2022-05-27 17:10:30 +02:00
parent e5e5786660
commit dfbfacd2c1

View File

@ -10,7 +10,7 @@
buildPythonPackage rec {
pname = "nats-py";
version = "2.1.2";
version = "2.1.3";
format = "setuptools";
disabled = pythonOlder "3.7";
@ -19,7 +19,7 @@ buildPythonPackage rec {
owner = "nats-io";
repo = "nats.py";
rev = "refs/tags/v${version}";
hash = "sha256-i197ZePxngAhGh7xzaJoo7m8el+7t7yJrvhO2CTmajU=";
hash = "sha256-anQBy+TOEGJhAv1C5AvLL1KNLD/jiHA7Tze92Ir7Ie8=";
};
propagatedBuildInputs = [