Merge pull request #299348 from r-ryantm/auto-update/python311Packages.ntc-templates

python311Packages.ntc-templates: 4.3.0 -> 4.4.0
This commit is contained in:
Nick Cao 2024-03-28 09:54:04 -04:00 committed by GitHub
commit ae91a66e45
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 2 deletions

View File

@ -13,7 +13,7 @@
buildPythonPackage rec {
pname = "ntc-templates";
version = "4.3.0";
version = "4.4.0";
format = "pyproject";
disabled = pythonOlder "3.7";
@ -22,7 +22,7 @@ buildPythonPackage rec {
owner = "networktocode";
repo = pname;
rev = "refs/tags/v${version}";
hash = "sha256-zTJNatg5s5Y9uJ/42uhBltvP69qDsdTRIOCt5OuLwQc=";
hash = "sha256-8Lzh6ku2TUQFatqbOb5JIc/WkRPegx/gNnT53DErMuk=";
};
nativeBuildInputs = [