tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
lol
0
fork
atom
overview
issues
pulls
pipelines
graph-cli: 0.1.7 -> 0.1.18
kilianar
3 years ago
db31caef
0ff3a278
+2
-2
1 changed file
expand all
collapse all
unified
split
pkgs
tools
graphics
graph-cli
default.nix
+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; [