git-branchstack: buildInputs -> dependencies

According to new Python packaging guidelines.

Co-authored-by: js6pak <me@6pak.dev>
This commit is contained in:
Anderson Torres
2024-10-14 20:33:52 -03:00
co-authored by js6pak
parent 843db916ec
commit 40e18f211e
+1 -1
View File
@@ -15,7 +15,7 @@ let
hash = "sha256-gja93LOcVCQ6l+Cygvsm+3uomvxtvUl6t23GIb/tKyQ=";
};
buildInputs = with python3Packages; [
dependencies = with python3Packages; [
git-revise
];