python312Packages.sabctools: 8.2.3 -> 8.2.4

This commit is contained in:
R. Ryantm 2024-07-17 23:53:05 +00:00
parent 1438803fb5
commit 11655db98c

View File

@ -7,12 +7,12 @@
}:
buildPythonPackage rec {
pname = "sabctools";
version = "8.2.3";
version = "8.2.4";
pyproject = true;
src = fetchPypi {
inherit pname version;
hash = "sha256-cP3GCp2mGivtjyA76vqtO7mJyZjHeNkvBLl2kXxOT5w=";
hash = "sha256-qPi/+Q+xLm+djlYeTXyVi3q/R1zEtXgOY7wxLjnp7Ew=";
};
nativeBuildInputs = [ setuptools ];