python310Packages.pytools: 2022.1.14 -> 2023.1

This commit is contained in:
R. Ryantm 2023-07-07 07:15:40 +00:00
parent c63bad1618
commit 783851240e

View file

@ -11,12 +11,12 @@
buildPythonPackage rec {
pname = "pytools";
version = "2022.1.14";
version = "2023.1";
disabled = pythonOlder "3.6";
src = fetchPypi {
inherit pname version;
hash = "sha256-QQFzcWELsqA2hVl8UoUgXmWXx/F3OD2VyLhxJEsSwU4=";
hash = "sha256-8Q5CUiCu+h/5JTQrZY/wLcM1l8IfuI16Y/lEG/LnpQ4=";
};
propagatedBuildInputs = [