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:
Aleksandar Topuzović 2021-05-30 11:49:09 +01:00
parent 774fe1878b
commit 3b941360f2
No known key found for this signature in database
GPG key ID: 8D7CDD3C562180B7

View file

@ -14,7 +14,7 @@
buildPythonPackage rec {
pname = "solo-python";
version = "0.0.27";
version = "0.0.30";
format = "flit";
disabled = pythonOlder "3.6"; # only python>=3.6 is supported
@ -22,7 +22,7 @@
owner = "solokeys";
repo = pname;
rev = version;
sha256 = "sha256-OCiKa6mnqJGoNCC4KqI+hMw22tzhdN63x9/KujNJqcE=";
sha256 = "1i9kybp08qfcdx6m4wl7ij40y1v17mvvhcdg7zglwfakblf69w41";
};
# replaced pinned fido, with unrestricted fido version
@ -60,8 +60,5 @@
homepage = "https://github.com/solokeys/solo-python";
maintainers = with maintainers; [ wucke13 ];
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;
};
}