python3Packages.solo-python: 0.0.27 -> 0.0.30
solo-python since version 0.0.28 supports fido2 >= v0.9 therefore no longer broken
This commit is contained in:
parent
774fe1878b
commit
3b941360f2
@ -14,7 +14,7 @@
|
|||||||
|
|
||||||
buildPythonPackage rec {
|
buildPythonPackage rec {
|
||||||
pname = "solo-python";
|
pname = "solo-python";
|
||||||
version = "0.0.27";
|
version = "0.0.30";
|
||||||
format = "flit";
|
format = "flit";
|
||||||
disabled = pythonOlder "3.6"; # only python>=3.6 is supported
|
disabled = pythonOlder "3.6"; # only python>=3.6 is supported
|
||||||
|
|
||||||
@ -22,7 +22,7 @@
|
|||||||
owner = "solokeys";
|
owner = "solokeys";
|
||||||
repo = pname;
|
repo = pname;
|
||||||
rev = version;
|
rev = version;
|
||||||
sha256 = "sha256-OCiKa6mnqJGoNCC4KqI+hMw22tzhdN63x9/KujNJqcE=";
|
sha256 = "1i9kybp08qfcdx6m4wl7ij40y1v17mvvhcdg7zglwfakblf69w41";
|
||||||
};
|
};
|
||||||
|
|
||||||
# replaced pinned fido, with unrestricted fido version
|
# replaced pinned fido, with unrestricted fido version
|
||||||
@ -60,8 +60,5 @@
|
|||||||
homepage = "https://github.com/solokeys/solo-python";
|
homepage = "https://github.com/solokeys/solo-python";
|
||||||
maintainers = with maintainers; [ wucke13 ];
|
maintainers = with maintainers; [ wucke13 ];
|
||||||
license = with licenses; [ asl20 mit ];
|
license = with licenses; [ asl20 mit ];
|
||||||
# solo-python v0.0.27 does not support fido2 >= v0.9
|
|
||||||
# https://github.com/solokeys/solo-python/issues/110
|
|
||||||
broken = true;
|
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user