Loading pkgs/development/python-modules/stripe/default.nix +2 −2 Original line number Diff line number Diff line Loading @@ -9,12 +9,12 @@ buildPythonPackage rec { pname = "stripe"; version = "15.0.1"; version = "15.1.0"; pyproject = true; src = fetchPypi { inherit pname version; hash = "sha256-PATozJ7I2VQvndmY4qQ2Hb49C2FQyhfT81JUbPIsVWU="; hash = "sha256-JL07a9CWmkhBvU12gVVqnjXkbEFKB8hZCiJfvVqHhFA="; }; build-system = [ flit-core ]; Loading Loading
pkgs/development/python-modules/stripe/default.nix +2 −2 Original line number Diff line number Diff line Loading @@ -9,12 +9,12 @@ buildPythonPackage rec { pname = "stripe"; version = "15.0.1"; version = "15.1.0"; pyproject = true; src = fetchPypi { inherit pname version; hash = "sha256-PATozJ7I2VQvndmY4qQ2Hb49C2FQyhfT81JUbPIsVWU="; hash = "sha256-JL07a9CWmkhBvU12gVVqnjXkbEFKB8hZCiJfvVqHhFA="; }; build-system = [ flit-core ]; Loading