python3Packages.tftpy: 0.8.5 -> 0.8.6

This commit is contained in:
R. Ryantm 2025-06-26 08:55:23 +00:00
parent fcde5a91e4
commit 042686771c

View File

@ -7,12 +7,12 @@
buildPythonPackage rec {
pname = "tftpy";
version = "0.8.5";
version = "0.8.6";
format = "pyproject";
src = fetchPypi {
inherit pname version;
hash = "sha256-3TjjdEUw0MMPoccV1/pFQxm8jTmbtAwFg5zHcfBdDmw=";
hash = "sha256-9hb2pDo21IHCZlc2CFl7ndPHxjgYQV1yqgTx0XlUgOo=";
};
nativeBuildInputs = [ setuptools ];