python311Packages.ntc-templates: 4.3.0 -> 4.4.0

This commit is contained in:
R. Ryantm 2024-03-27 00:46:44 +00:00
parent d50918bc1c
commit 938d7fd86e
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 = [