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

python310Packages.nats-py: 2.1.3 -> 2.1.4
This commit is contained in:
Fabian Affolter 2022-07-08 16:45:51 +02:00 committed by GitHub
commit d0daba2309
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.3";
version = "2.1.4";
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-anQBy+TOEGJhAv1C5AvLL1KNLD/jiHA7Tze92Ir7Ie8=";
hash = "sha256-gLNMKLkufy/+zS5quH/UYXBIBfkZUyHtB0TiPNEBw6I=";
};
propagatedBuildInputs = [