python3Packages.solo-python: 0.0.21 -> 0.0.23
+ also fix for 78032
This commit is contained in:
parent
489f823ac7
commit
216b47c4c1
@ -3,7 +3,7 @@
|
||||
|
||||
buildPythonPackage rec {
|
||||
pname = "solo-python";
|
||||
version = "0.0.21";
|
||||
version = "0.0.23";
|
||||
format = "flit";
|
||||
disabled = pythonOlder "3.6"; # only python>=3.6 is supported
|
||||
|
||||
@ -11,7 +11,7 @@
|
||||
owner = "solokeys";
|
||||
repo = pname;
|
||||
rev = version;
|
||||
sha256 = "07r451dp3ma1mh735b2kjv86a4jkjhmag70cjqf73z7b61dmzl1q";
|
||||
sha256 = "0r9cq0sd8pqnavgwa5cqgdxzbgly2baq8fpclnnz6anb2974kg3f";
|
||||
};
|
||||
|
||||
# replaced pinned fido, with unrestricted fido version
|
||||
|
Loading…
Reference in New Issue
Block a user