Commit 5860fb10 authored by R. RyanTM's avatar R. RyanTM
Browse files

git-up: 2.2.0 -> 2.3.0

parent a48eed91
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -6,13 +6,13 @@

pythonPackages.buildPythonApplication rec {
  pname = "git-up";
  version = "2.2.0";
  version = "2.3.0";
  format = "pyproject";

  src = fetchPypi {
    pname = "git_up";
    inherit version;
    hash = "sha256-GTX2IWLQ48yWfPnmtEa9HJ5umQLttqgTlgZQlaWgeE4=";
    hash = "sha256-SncbnK6LxsleKRa/sSCm/8dsgPw/XJGvYfkcIeWYDy4=";
  };

  nativeBuildInputs = with pythonPackages; [