lol

python312Packages.gaphas: 5.0.0 -> 5.0.3

+2 -2
+2 -2
pkgs/development/python-modules/gaphas/default.nix
··· 13 13 14 14 buildPythonPackage rec { 15 15 pname = "gaphas"; 16 - version = "5.0.0"; 16 + version = "5.0.3"; 17 17 format = "pyproject"; 18 18 19 19 disabled = pythonOlder "3.7"; 20 20 21 21 src = fetchPypi { 22 22 inherit pname version; 23 - hash = "sha256-uoAEq+IsPma/wSpLcSMe4ZcqFyYLiDd9Ou5TQCgPEDA="; 23 + hash = "sha256-Rw7j41S+u5jyYKTJqVI/36aLh/0HIWFsrPCZgY0qtgY="; 24 24 }; 25 25 26 26 nativeBuildInputs = [