git-up: 2.2.0 -> 2.3.0 (#351518)

This commit is contained in:
Nick Cao
2024-10-31 14:57:29 -04:00
committed by GitHub
@@ -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; [