Merge pull request #179428 from kilianar/graph-cli

graph-cli: 0.1.7 -> 0.1.18
This commit is contained in:
Sandro 2022-06-29 22:39:20 +02:00 committed by GitHub
commit 4ba1e07353
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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; [