python310Packages.yubico: 1.3.2 -> 1.3.3

This commit is contained in:
R. Ryantm
2024-01-11 13:12:52 +00:00
parent 7f311dd922
commit 9c4b42cd18
@@ -2,11 +2,11 @@
buildPythonPackage rec {
pname = "python-yubico";
version = "1.3.2";
version = "1.3.3";
src = fetchPypi {
inherit pname version;
sha256 = "1gd3an1cdcq328nr1c9ijrsf32v0crv6dgq7knld8m9cadj517c7";
sha256 = "sha256-2EZkJ6pZIqxdS36cZbaTEIQnz1N9ZT1oyyEsBxPo5vU=";
};
propagatedBuildInputs = [ pyusb ];