python3Packages.solo-python: 0.0.18 -> 0.0.21

+ fixes 74835
wip/yesman
wucke13 5 years ago committed by Jon
parent d18403953f
commit 57d0c8106c
  1. 5
      pkgs/development/python-modules/solo-python/default.nix

@ -3,7 +3,7 @@
buildPythonPackage rec {
pname = "solo-python";
version = "0.0.18";
version = "0.0.21";
format = "flit";
disabled = pythonOlder "3.6"; # only python>=3.6 is supported
@ -11,7 +11,7 @@
owner = "solokeys";
repo = pname;
rev = version;
sha256 = "01mgppjvxlr93vrgz7bzisghpg1vqyaj4cg5wngk0h499iyx4d9q";
sha256 = "07r451dp3ma1mh735b2kjv86a4jkjhmag70cjqf73z7b61dmzl1q";
};
# replaced pinned fido, with unrestricted fido version
@ -48,6 +48,5 @@
homepage = "https://github.com/solokeys/solo-python";
maintainers = with maintainers; [ wucke13 ];
license = with licenses; [ asl20 mit ];
broken = true; # no longer compatible with fido2
};
}

Loading…
Cancel
Save