python3Packages.solo-python: 0.0.26 -> 0.0.27
This commit is contained in:
parent
37b8fe30f2
commit
746c3368ee
@ -1,9 +1,20 @@
|
|||||||
{ lib, buildPythonPackage, fetchFromGitHub, pythonOlder
|
{ lib
|
||||||
, click, ecdsa, fido2, intelhex, pyserial, pyusb, requests}:
|
, buildPythonPackage
|
||||||
|
, fetchFromGitHub
|
||||||
|
, pythonOlder
|
||||||
|
, click
|
||||||
|
, cryptography
|
||||||
|
, ecdsa
|
||||||
|
, fido2
|
||||||
|
, intelhex
|
||||||
|
, pyserial
|
||||||
|
, pyusb
|
||||||
|
, requests
|
||||||
|
}:
|
||||||
|
|
||||||
buildPythonPackage rec {
|
buildPythonPackage rec {
|
||||||
pname = "solo-python";
|
pname = "solo-python";
|
||||||
version = "0.0.26";
|
version = "0.0.27";
|
||||||
format = "flit";
|
format = "flit";
|
||||||
disabled = pythonOlder "3.6"; # only python>=3.6 is supported
|
disabled = pythonOlder "3.6"; # only python>=3.6 is supported
|
||||||
|
|
||||||
@ -11,7 +22,7 @@
|
|||||||
owner = "solokeys";
|
owner = "solokeys";
|
||||||
repo = pname;
|
repo = pname;
|
||||||
rev = version;
|
rev = version;
|
||||||
sha256 = "05rwqrhr1as6zqhg63d6wga7l42jm2azbav5w6ih8mx5zbxf61yz";
|
sha256 = "sha256-OCiKa6mnqJGoNCC4KqI+hMw22tzhdN63x9/KujNJqcE=";
|
||||||
};
|
};
|
||||||
|
|
||||||
# replaced pinned fido, with unrestricted fido version
|
# replaced pinned fido, with unrestricted fido version
|
||||||
@ -21,6 +32,7 @@
|
|||||||
|
|
||||||
propagatedBuildInputs = [
|
propagatedBuildInputs = [
|
||||||
click
|
click
|
||||||
|
cryptography
|
||||||
ecdsa
|
ecdsa
|
||||||
fido2
|
fido2
|
||||||
intelhex
|
intelhex
|
||||||
|
Loading…
Reference in New Issue
Block a user