Loading pkgs/development/python-modules/plaid-python/default.nix +5 −5 Original line number Diff line number Diff line Loading @@ -8,15 +8,15 @@ setuptools, }: buildPythonPackage rec { buildPythonPackage (finalAttrs: { pname = "plaid-python"; version = "38.1.0"; version = "38.3.0"; pyproject = true; src = fetchPypi { pname = "plaid_python"; inherit version; hash = "sha256-j/AypUXwsaeL6iYjW7xo53wwE+YGMLv8TRwSZ8CeGFk="; inherit (finalAttrs) version; hash = "sha256-dNoJ1zZSd1IB4DM2U8eglnjK0c7Zh3vtUQb/EFegWEA="; }; build-system = [ setuptools ]; Loading @@ -38,4 +38,4 @@ buildPythonPackage rec { changelog = "https://github.com/plaid/plaid-python/blob/master/CHANGELOG.md"; license = lib.licenses.mit; }; } }) Loading
pkgs/development/python-modules/plaid-python/default.nix +5 −5 Original line number Diff line number Diff line Loading @@ -8,15 +8,15 @@ setuptools, }: buildPythonPackage rec { buildPythonPackage (finalAttrs: { pname = "plaid-python"; version = "38.1.0"; version = "38.3.0"; pyproject = true; src = fetchPypi { pname = "plaid_python"; inherit version; hash = "sha256-j/AypUXwsaeL6iYjW7xo53wwE+YGMLv8TRwSZ8CeGFk="; inherit (finalAttrs) version; hash = "sha256-dNoJ1zZSd1IB4DM2U8eglnjK0c7Zh3vtUQb/EFegWEA="; }; build-system = [ setuptools ]; Loading @@ -38,4 +38,4 @@ buildPythonPackage rec { changelog = "https://github.com/plaid/plaid-python/blob/master/CHANGELOG.md"; license = lib.licenses.mit; }; } })