Unverified Commit 66868b4b authored by Weijia Wang's avatar Weijia Wang Committed by GitHub
Browse files

python3Packages.ntc-templates: 7.8.0 -> 7.9.0 (#410766)

parents 9f78ac9c 2cecf087
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -14,7 +14,7 @@

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

  disabled = pythonOlder "3.8";
@@ -23,7 +23,7 @@ buildPythonPackage rec {
    owner = "networktocode";
    repo = "ntc-templates";
    tag = "v${version}";
    hash = "sha256-v9+d9nZiYneG3vULtQZsa/gD6FCyBrrbGxUJsv1sMYA=";
    hash = "sha256-ujWPcVqwdtMlCkTZP/PJ3oMR60F6IHrZXXhcNT7JmmM=";
  };

  build-system = [ poetry-core ];