Merge pull request #196472 from r-ryantm/auto-update/python310Packages.auth0-python

python310Packages.auth0-python: 3.23.1 -> 3.24.0
main
Fabian Affolter 2 years ago committed by GitHub
commit e60decc097
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 4
      pkgs/development/python-modules/auth0-python/default.nix

@ -13,14 +13,14 @@
buildPythonPackage rec {
pname = "auth0-python";
version = "3.23.1";
version = "3.24.0";
format = "setuptools";
disabled = pythonOlder "3.7";
src = fetchPypi {
inherit pname version;
hash = "sha256-sXEWg6zrwMs8pCSloJtLL3o7ZAXTTiMXEgI7sDaogr4=";
hash = "sha256-iNe86UcjQud/LyX9iwYIGbNVcADjpD4mGM16D+UhLHE=";
};
propagatedBuildInputs = [

Loading…
Cancel
Save