Merge pull request #124949 from atopuzov/python-solo

python3Packages.solo-python: 0.0.27 -> 0.0.30

authored by Fabian Affolter and committed by GitHub d2d87980 fa5cc324

+2 -5
+2 -5
pkgs/development/python-modules/solo-python/default.nix
··· 14 14 15 15 buildPythonPackage rec { 16 16 pname = "solo-python"; 17 - version = "0.0.27"; 17 + version = "0.0.30"; 18 18 format = "flit"; 19 19 disabled = pythonOlder "3.6"; # only python>=3.6 is supported 20 20 ··· 22 22 owner = "solokeys"; 23 23 repo = pname; 24 24 rev = version; 25 - sha256 = "sha256-OCiKa6mnqJGoNCC4KqI+hMw22tzhdN63x9/KujNJqcE="; 25 + sha256 = "1i9kybp08qfcdx6m4wl7ij40y1v17mvvhcdg7zglwfakblf69w41"; 26 26 }; 27 27 28 28 # replaced pinned fido, with unrestricted fido version ··· 60 60 homepage = "https://github.com/solokeys/solo-python"; 61 61 maintainers = with maintainers; [ wucke13 ]; 62 62 license = with licenses; [ asl20 mit ]; 63 - # solo-python v0.0.27 does not support fido2 >= v0.9 64 - # https://github.com/solokeys/solo-python/issues/110 65 - broken = true; 66 63 }; 67 64 }