Merge pull request #328053 from r-ryantm/auto-update/python312Packages.sabctools

python312Packages.sabctools: 8.2.3 -> 8.2.4
This commit is contained in:
Adam C. Stephens
2024-07-17 22:01:25 -04:00
committed by GitHub
@@ -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 ];