3
0
Fork 0
forked from mirrors/nixpkgs

Merge pull request #280278 from r-ryantm/auto-update/python310Packages.yubico

python310Packages.yubico: 1.3.2 -> 1.3.3
This commit is contained in:
Nick Cao 2024-01-11 15:54:37 -05:00 committed by GitHub
commit 1bc21f5cbb
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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 ];