lol

Merge pull request #225544 from r-ryantm/auto-update/python310Packages.gaphas

python310Packages.gaphas: 3.9.2 -> 3.10.3

authored by

Weijia Wang and committed by
GitHub
98d827dc 17f69ead

+2 -2
+2 -2
pkgs/development/python-modules/gaphas/default.nix
··· 12 12 13 13 buildPythonPackage rec { 14 14 pname = "gaphas"; 15 - version = "3.9.2"; 15 + version = "3.10.3"; 16 16 format = "pyproject"; 17 17 18 18 disabled = pythonOlder "3.7"; 19 19 20 20 src = fetchPypi { 21 21 inherit pname version; 22 - hash = "sha256-hw8aGjsrx6xWPbFybpss5EB3eg6tmxgkXpGiWguLKP4="; 22 + hash = "sha256-I+/DsXppY//KOZgydDR4/Ks5qEsL4hLIiH+GaaFZHpA="; 23 23 }; 24 24 25 25 nativeBuildInputs = [