python3Packages.fido2: 1.1.0 -> 1.1.1
https://github.com/Yubico/python-fido2/releases/tag/1.1.1 We mainly needed the part increasing version constraint. https://hydra.nixos.org/build/216729240/nixlog/4/tail
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
{ lib
|
||||
, buildPythonPackage
|
||||
, fetchPypi
|
||||
, poetry-core
|
||||
, six
|
||||
, cryptography
|
||||
, mock
|
||||
@@ -10,13 +11,16 @@
|
||||
|
||||
buildPythonPackage rec {
|
||||
pname = "fido2";
|
||||
version = "1.1.0";
|
||||
version = "1.1.1";
|
||||
format = "pyproject";
|
||||
|
||||
src = fetchPypi {
|
||||
inherit pname version;
|
||||
hash = "sha256-K0tOYgwhAEQsIGeODpUa1tHvs7pcqOu3IMTI1UMpNnQ=";
|
||||
hash = "sha256-XcSVyoxZwcM3ODtLjDFNRrktXG/GUOcZhMbX+VQHn8M=";
|
||||
};
|
||||
|
||||
nativeBuildInputs = [ poetry-core ];
|
||||
|
||||
propagatedBuildInputs = [ six cryptography ];
|
||||
|
||||
nativeCheckInputs = [ unittestCheckHook mock pyfakefs ];
|
||||
|
||||
Reference in New Issue
Block a user