git-up: 2.2.0 -> 2.3.0

This commit is contained in:
R. Ryantm 2024-10-26 19:50:17 +00:00
parent a48eed919a
commit 5860fb10e3

View File

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