python310Packages.gaphas: 3.11.2 -> 3.11.3

This commit is contained in:
R. Ryantm 2023-07-12 22:05:13 +00:00
parent ff6e67d2c2
commit c54ad50af9

View File

@ -12,14 +12,14 @@
buildPythonPackage rec {
pname = "gaphas";
version = "3.11.2";
version = "3.11.3";
format = "pyproject";
disabled = pythonOlder "3.7";
src = fetchPypi {
inherit pname version;
hash = "sha256-dcE0uWhSJFnSVVenQlSDMwnHe6GRq77hCT6FV2YQN3A=";
hash = "sha256-NpmNIwZqvWAJDkUEb6+GpfQaRCVtjQk4odkaOd2D2ok=";
};
nativeBuildInputs = [