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

python311Packages.nats-py: 2.3.1 -> 2.4.0

authored by

Fabian Affolter and committed by
GitHub
965a823e 7e0b8996

+2 -2
+2 -2
pkgs/development/python-modules/nats-py/default.nix
··· 13 13 14 14 buildPythonPackage rec { 15 15 pname = "nats-py"; 16 - version = "2.3.1"; 16 + version = "2.4.0"; 17 17 format = "pyproject"; 18 18 19 19 disabled = pythonOlder "3.7"; ··· 22 22 owner = "nats-io"; 23 23 repo = "nats.py"; 24 24 rev = "refs/tags/v${version}"; 25 - hash = "sha256-vcTkQeaWBsPlPCp53VqI3inH0PkdxkKWDTW/vtrD/xw="; 25 + hash = "sha256-6t4BTUWjzTbegPvySv9Y6pQrRDwparuYb6rC+HOXWLo="; 26 26 }; 27 27 28 28 postPatch = ''