ghstack: 0.12.0 -> 0.13.0

This commit is contained in:
R. Ryantm
2025-12-14 02:44:06 +00:00
parent 25bc031dce
commit 307ce2d1fa
+2 -2
View File
@@ -6,14 +6,14 @@
python3.pkgs.buildPythonApplication rec {
pname = "ghstack";
version = "0.12.0";
version = "0.13.0";
pyproject = true;
src = fetchFromGitHub {
owner = "ezyang";
repo = "ghstack";
tag = version;
hash = "sha256-pLKwDezkwGrqYgP4WnIl5nAam6bMNO6BK+xbxhp7Aq8=";
hash = "sha256-cRdwX5BVdpGjLPR0tpFYo62HYu/lmUzJE+vyxI9A4O8=";
};
postPatch = ''