python3Packages.otpauth: 2.2.0 -> 2.2.1

This commit is contained in:
R. Ryantm 2025-05-20 03:23:15 +00:00 committed by Kerstin
parent 62ee4c4bc4
commit 9307ece257

View File

@ -9,7 +9,7 @@
buildPythonPackage rec { buildPythonPackage rec {
pname = "otpauth"; pname = "otpauth";
version = "2.2.0"; version = "2.2.1";
pyproject = true; pyproject = true;
@ -17,7 +17,7 @@ buildPythonPackage rec {
src = fetchPypi { src = fetchPypi {
inherit pname version; inherit pname version;
hash = "sha256-Ev2uZNBmT/v6/a39weyP5XGs0OcaYveSM9072giNOcI="; hash = "sha256-Fpp629cV/KaH9qZtAszb78Ip+0n4pjS5WNKG+QgTTVk=";
}; };
build-system = [ hatchling ]; build-system = [ hatchling ];