Commit 60131f4f authored by Martin Weinelt's avatar Martin Weinelt
Browse files

python3Packages.ntc-templates: 7.9.0 -> 8.1.0

https://github.com/networktocode/ntc-templates/releases/tag/v8.1.0

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

buildPythonPackage rec {
  pname = "ntc-templates";
  version = "7.9.0";
  version = "8.1.0";
  pyproject = true;

  src = fetchFromGitHub {
    owner = "networktocode";
    repo = "ntc-templates";
    tag = "v${version}";
    hash = "sha256-ujWPcVqwdtMlCkTZP/PJ3oMR60F6IHrZXXhcNT7JmmM=";
    hash = "sha256-J1Icf9UG5IMYBH90Mfxd+p+rk57z2OXQENnoRAaepN4=";
  };

  build-system = [ poetry-core ];