python3Packages.gitlike-commands: 0.3.0 -> 0.3.1

This commit is contained in:
R. Ryantm
2026-04-04 11:09:55 +00:00
parent e7d780829d
commit 2b206b69b8
@@ -7,14 +7,14 @@
buildPythonPackage rec {
pname = "gitlike-commands";
version = "0.3.0";
version = "0.3.1";
pyproject = true;
src = fetchFromGitHub {
owner = "unixorn";
repo = "gitlike-commands";
tag = "v${version}";
hash = "sha256-Z0l8nCKov1iMJvI3YTHvg0ey+oPju3rgaKtmk6OX44g=";
hash = "sha256-7z6JJgTbELWor8GodtWRg51/oeakLcb9rAdT6K0/JQs=";
};
nativeBuildInputs = [ poetry-core ];