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

python312Packages.sabctools: 8.2.4 -> 8.2.5
This commit is contained in:
Adam C. Stephens 2024-08-10 10:32:52 -04:00 committed by GitHub
commit d2c4eb26c3
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

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