python3Packages.otpauth: 2.1.1 -> 2.2.0

https://github.com/authlib/otpauth/releases/tag/v2.2.0

This commit was automatically generated using update-python-libraries.
This commit is contained in:
Martin Weinelt
2025-04-03 23:12:44 +02:00
parent e8ff8ef376
commit 2746b76cb9
@@ -9,7 +9,7 @@
buildPythonPackage rec {
pname = "otpauth";
version = "2.1.1";
version = "2.2.0";
pyproject = true;
@@ -17,7 +17,7 @@ buildPythonPackage rec {
src = fetchPypi {
inherit pname version;
hash = "sha256-4J7WOgGzWs14t7sPmB/c29HZ2cAb4aPg1wJMZdDnTio=";
hash = "sha256-Ev2uZNBmT/v6/a39weyP5XGs0OcaYveSM9072giNOcI=";
};
build-system = [ setuptools ];