Commit 2a66c41b authored by Martin Weinelt's avatar Martin Weinelt
Browse files

python3Packages.nsapi: 3.1.3 -> 3.2.1

https://github.com/aquatix/ns-api/releases/tag/v3.2.1

This commit was automatically generated using update-python-libraries.
parent a62cff23
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -8,14 +8,14 @@

buildPythonPackage rec {
  pname = "nsapi";
  version = "3.1.3";
  version = "3.2.1";
  pyproject = true;

  src = fetchFromGitHub {
    owner = "aquatix";
    repo = "ns-api";
    tag = "v${version}";
    hash = "sha256-Buhc0643WeX/4ZU/RkzNWiFjfEAJUtNL6uJ98unTnCg=";
    hash = "sha256-eZT6DU68wcEYyoFejECuluzit9MDA269zaKVFWpSuc8=";
  };

  build-system = [ setuptools ];