Merge pull request #173598 from fabaff/nats-py-bump

python310Packages.nats-py: 2.1.0 -> 2.1.2
This commit is contained in:
Mario Rodas 2022-05-19 20:47:57 -05:00 committed by GitHub
commit cd35448566
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -10,7 +10,7 @@
buildPythonPackage rec {
pname = "nats-py";
version = "2.1.0";
version = "2.1.2";
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-OwxTcjHB1YLijEtTA+QFjEmihqXsiitIcCtdl/3uipI=";
hash = "sha256-i197ZePxngAhGh7xzaJoo7m8el+7t7yJrvhO2CTmajU=";
};
propagatedBuildInputs = [