Merge pull request #297529 from r-ryantm/auto-update/python311Packages.pytools

python311Packages.pytools: 2023.1.1 -> 2024.1.1
This commit is contained in:
OTABI Tomoya 2024-03-21 21:19:38 +09:00 committed by GitHub
commit 51cd603c49
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -11,13 +11,13 @@
buildPythonPackage rec {
pname = "pytools";
version = "2023.1.1";
version = "2024.1.1";
format = "setuptools";
disabled = pythonOlder "3.6";
src = fetchPypi {
inherit pname version;
hash = "sha256-gGN4c9IG9rzt9820atk+horLTqIlbbBS38yocr3QMh8=";
hash = "sha256-LIjt+pkMjjJRZ8N2WfseEKPBEz3691K719hFZAK43P8=";
};
propagatedBuildInputs = [