Commit e5f20af1 authored by Julien Debon's avatar Julien Debon
Browse files

graph-cli: 0.1.18 -> 0.1.19

parent 8b8ecfa4
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -6,12 +6,12 @@

python3Packages.buildPythonApplication rec {
  pname = "graph-cli";
  version = "0.1.18";
  version = "0.1.19";

  src = fetchPypi {
    inherit version;
    pname = "graph_cli";
    sha256 = "sha256-0mxOc8RJ3GNgSbppLylIViqfYf6zwJ49pltnsyQUpSA=";
    hash = "sha256-AOfUgeVgcTtuf5IuLYy1zFTBCjWZxu0OiZzUVXDIaSc=";
  };

  nativeBuildInputs = [ qt5.wrapQtAppsHook ];