Skip to content

Commit

Permalink
python311Packages.gocardless-pro: 1.49.0 -> 1.50.0
Browse files Browse the repository at this point in the history
  • Loading branch information
r-ryantm committed Jan 14, 2024
1 parent dd5621d commit 64c9e85
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkgs/development/python-modules/gocardless-pro/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -10,14 +10,14 @@

buildPythonPackage rec {
pname = "gocardless-pro";
version = "1.49.0";
version = "1.50.0";
format = "setuptools";

src = fetchFromGitHub {
owner = "gocardless";
repo = "gocardless-pro-python";
rev = "refs/tags/${version}";
hash = "sha256-jhZfbJLf/gMXfErVbO2erBxgULmKyp1C0+t0k1d0o54=";
rev = "refs/tags/v${version}";
hash = "sha256-eYuXHqJyThXKKGubCn8aoBZZ7lyXtpzlomaLNus+oJQ=";
};

propagatedBuildInputs = [
Expand Down

0 comments on commit 64c9e85

Please sign in to comment.