mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-07-21 16:11:22 +00:00
python3Packages.nethsm: 2.0.1 -> 2.1.1
https://github.com/Nitrokey/nethsm-sdk-py/releases/tag/v2.1.0 https://github.com/Nitrokey/nethsm-sdk-py/releases/tag/v2.1.1
This commit is contained in:
@@ -3,10 +3,8 @@
|
||||
buildPythonPackage,
|
||||
certifi,
|
||||
cryptography,
|
||||
docker,
|
||||
fetchFromGitHub,
|
||||
flit-core,
|
||||
podman,
|
||||
poetry-core,
|
||||
pycryptodome,
|
||||
pytestCheckHook,
|
||||
python-dateutil,
|
||||
@@ -16,19 +14,19 @@
|
||||
|
||||
buildPythonPackage rec {
|
||||
pname = "nethsm";
|
||||
version = "2.0.1";
|
||||
version = "2.1.1";
|
||||
pyproject = true;
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "Nitrokey";
|
||||
repo = "nethsm-sdk-py";
|
||||
tag = "v${version}";
|
||||
hash = "sha256-wqnyI6QmsBfQW7NbJrk92Ufw0+IFmc8/0ZsUp5XswYw=";
|
||||
hash = "sha256-1bU3C8dlErDpHQIqsEabi92VPC91/wTNvZnx2dDHcmw=";
|
||||
};
|
||||
|
||||
pythonRelaxDeps = true;
|
||||
|
||||
build-system = [ flit-core ];
|
||||
build-system = [ poetry-core ];
|
||||
|
||||
dependencies = [
|
||||
certifi
|
||||
@@ -39,8 +37,6 @@ buildPythonPackage rec {
|
||||
];
|
||||
|
||||
nativeCheckInputs = [
|
||||
docker
|
||||
podman
|
||||
pycryptodome
|
||||
pytestCheckHook
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user