3
0
Fork 0
forked from mirrors/nixpkgs

Merge pull request #167465 from r-ryantm/auto-update/python3.10-nats-py

python310Packages.nats-py: 2.0.0 -> 2.1.0
This commit is contained in:
Fabian Affolter 2022-04-06 10:50:19 +02:00 committed by GitHub
commit 7f64b56cc1
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.0.0";
version = "2.1.0";
format = "setuptools";
disabled = pythonOlder "3.7";
@ -18,8 +18,8 @@ buildPythonPackage rec {
src = fetchFromGitHub {
owner = "nats-io";
repo = "nats.py";
rev = "v${version}";
hash = "sha256-BraT30J7OIcW2NXAwjcg9PYu+kgf8f1iDjKiN9J6l7Y=";
rev = "refs/tags/v${version}";
hash = "sha256-OwxTcjHB1YLijEtTA+QFjEmihqXsiitIcCtdl/3uipI=";
};
propagatedBuildInputs = [