Merge pull request #263968 from r-ryantm/auto-update/python310Packages.nats-py

python310Packages.nats-py: 2.5.0 -> 2.6.0
This commit is contained in:
OTABI Tomoya 2023-10-29 16:09:59 +09:00 committed by GitHub
commit b3e0dee4ee
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -13,7 +13,7 @@
buildPythonPackage rec {
pname = "nats-py";
version = "2.5.0";
version = "2.6.0";
format = "pyproject";
disabled = pythonOlder "3.7";
@ -22,7 +22,7 @@ buildPythonPackage rec {
owner = "nats-io";
repo = "nats.py";
rev = "refs/tags/v${version}";
hash = "sha256-BTGq1m1kkWk2CxDYh+jZZIf89ZoQjSTcvloBg9vq4p8=";
hash = "sha256-gpQXCihKvuXzCt1WNOd5W7RxxfVAvpaVP6OuHUiAQkw=";
};
postPatch = ''