python3Packages.nats-py: 2.10.0 -> 2.11.0 (#428727)

authored by Fabian Affolter and committed by GitHub c7b799ee 98246e17

+3 -3
+3 -3
pkgs/development/python-modules/nats-py/default.nix
··· 15 15 16 16 buildPythonPackage rec { 17 17 pname = "nats-py"; 18 - version = "2.10.0"; 18 + version = "2.11.0"; 19 19 pyproject = true; 20 20 21 21 disabled = pythonOlder "3.7"; ··· 24 24 owner = "nats-io"; 25 25 repo = "nats.py"; 26 26 tag = "v${version}"; 27 - hash = "sha256-cgcoxDTfXeP2w1k8Miw8zY1Bln0XpTdtUY13SSvrHXw="; 27 + hash = "sha256-wILjBhdlNU8U2lyJm4CmPy4DzOjJ7cBIkawKwW5KVgg="; 28 28 }; 29 29 30 30 build-system = [ setuptools ]; ··· 67 67 meta = with lib; { 68 68 description = "Python client for NATS.io"; 69 69 homepage = "https://github.com/nats-io/nats.py"; 70 - changelog = "https://github.com/nats-io/nats.py/releases/tag/v${version}"; 70 + changelog = "https://github.com/nats-io/nats.py/releases/tag/${src.tag}"; 71 71 license = with licenses; [ asl20 ]; 72 72 maintainers = with maintainers; [ fab ]; 73 73 };