Unverified Commit d5508023 authored by Nick Cao's avatar Nick Cao Committed by GitHub
Browse files

python312Packages.nethsm: 1.3.0 -> 1.4.0 (#403260)

parents c3076b24 9da3b6c0
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -16,14 +16,14 @@

buildPythonPackage rec {
  pname = "nethsm";
  version = "1.3.0";
  version = "1.4.0";
  pyproject = true;

  src = fetchFromGitHub {
    owner = "Nitrokey";
    repo = "nethsm-sdk-py";
    tag = "v${version}";
    hash = "sha256-vH5YjS3VO5krCMVQFcEgDhJeCUzo9EzFnBxq+zPuZ68=";
    hash = "sha256-cbBYElR2J35ZHW5zvL9jlMg9KSerqjFBLsg5QdmqAoA=";
  };

  pythonRelaxDeps = true;
@@ -60,7 +60,7 @@ buildPythonPackage rec {
  meta = with lib; {
    description = "Client-side Python SDK for NetHSM";
    homepage = "https://github.com/Nitrokey/nethsm-sdk-py";
    changelog = "https://github.com/Nitrokey/nethsm-sdk-py/releases/tag/v${version}";
    changelog = "https://github.com/Nitrokey/nethsm-sdk-py/releases/tag/${src.tag}";
    license = licenses.asl20;
    maintainers = with maintainers; [ frogamic ];
  };