Merge pull request #179428 from kilianar/graph-cli
graph-cli: 0.1.7 -> 0.1.18
This commit is contained in:
commit
4ba1e07353
1 changed files with 2 additions and 2 deletions
|
@ -4,12 +4,12 @@
|
||||||
|
|
||||||
python3Packages.buildPythonApplication rec {
|
python3Packages.buildPythonApplication rec {
|
||||||
pname = "graph-cli";
|
pname = "graph-cli";
|
||||||
version = "0.1.7";
|
version = "0.1.18";
|
||||||
|
|
||||||
src = python3Packages.fetchPypi {
|
src = python3Packages.fetchPypi {
|
||||||
inherit version;
|
inherit version;
|
||||||
pname = "graph_cli";
|
pname = "graph_cli";
|
||||||
sha256 = "sha256-/v9COgAjuunJ06HHl55J0moV1p4uO+N+w2QwE8tgebQ=";
|
sha256 = "sha256-0mxOc8RJ3GNgSbppLylIViqfYf6zwJ49pltnsyQUpSA=";
|
||||||
};
|
};
|
||||||
|
|
||||||
propagatedBuildInputs = with python3Packages; [
|
propagatedBuildInputs = with python3Packages; [
|
||||||
|
|
Loading…
Reference in a new issue