graph-cli: 0.1.7 -> 0.1.18

kilianar db31caef 0ff3a278

+2 -2
+2 -2
pkgs/tools/graphics/graph-cli/default.nix
··· 4 5 python3Packages.buildPythonApplication rec { 6 pname = "graph-cli"; 7 - version = "0.1.7"; 8 9 src = python3Packages.fetchPypi { 10 inherit version; 11 pname = "graph_cli"; 12 - sha256 = "sha256-/v9COgAjuunJ06HHl55J0moV1p4uO+N+w2QwE8tgebQ="; 13 }; 14 15 propagatedBuildInputs = with python3Packages; [
··· 4 5 python3Packages.buildPythonApplication rec { 6 pname = "graph-cli"; 7 + version = "0.1.18"; 8 9 src = python3Packages.fetchPypi { 10 inherit version; 11 pname = "graph_cli"; 12 + sha256 = "sha256-0mxOc8RJ3GNgSbppLylIViqfYf6zwJ49pltnsyQUpSA="; 13 }; 14 15 propagatedBuildInputs = with python3Packages; [