Loading pkgs/development/python-modules/nats-py/default.nix +3 −6 Original line number Diff line number Diff line Loading @@ -8,23 +8,20 @@ nats-server, nkeys, pytestCheckHook, pythonOlder, setuptools, uvloop, }: buildPythonPackage rec { pname = "nats-py"; version = "2.11.0"; version = "2.12.0"; pyproject = true; disabled = pythonOlder "3.7"; src = fetchFromGitHub { owner = "nats-io"; repo = "nats.py"; tag = "v${version}"; hash = "sha256-wILjBhdlNU8U2lyJm4CmPy4DzOjJ7cBIkawKwW5KVgg="; hash = "sha256-HQtoFyw3Gi/lIQFVrFvRtWWzHTY+TchZYKqTiHfUWFk="; }; build-system = [ setuptools ]; Loading Loading @@ -71,7 +68,7 @@ buildPythonPackage rec { description = "Python client for NATS.io"; homepage = "https://github.com/nats-io/nats.py"; changelog = "https://github.com/nats-io/nats.py/releases/tag/${src.tag}"; license = with licenses; [ asl20 ]; license = licenses.asl20; maintainers = with maintainers; [ fab ]; }; } Loading
pkgs/development/python-modules/nats-py/default.nix +3 −6 Original line number Diff line number Diff line Loading @@ -8,23 +8,20 @@ nats-server, nkeys, pytestCheckHook, pythonOlder, setuptools, uvloop, }: buildPythonPackage rec { pname = "nats-py"; version = "2.11.0"; version = "2.12.0"; pyproject = true; disabled = pythonOlder "3.7"; src = fetchFromGitHub { owner = "nats-io"; repo = "nats.py"; tag = "v${version}"; hash = "sha256-wILjBhdlNU8U2lyJm4CmPy4DzOjJ7cBIkawKwW5KVgg="; hash = "sha256-HQtoFyw3Gi/lIQFVrFvRtWWzHTY+TchZYKqTiHfUWFk="; }; build-system = [ setuptools ]; Loading Loading @@ -71,7 +68,7 @@ buildPythonPackage rec { description = "Python client for NATS.io"; homepage = "https://github.com/nats-io/nats.py"; changelog = "https://github.com/nats-io/nats.py/releases/tag/${src.tag}"; license = with licenses; [ asl20 ]; license = licenses.asl20; maintainers = with maintainers; [ fab ]; }; }