Skip to content

Commit

Permalink
Merge pull request #280278 from r-ryantm/auto-update/python310Package…
Browse files Browse the repository at this point in the history
…s.yubico

python310Packages.yubico: 1.3.2 -> 1.3.3
  • Loading branch information
NickCao authored Jan 11, 2024
2 parents 1c46b06 + 9c4b42c commit 1bc21f5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/development/python-modules/yubico/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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 ];
Expand Down

0 comments on commit 1bc21f5

Please sign in to comment.