Skip to content

Commit 315c43d

Browse files
ghstack: 0.9.3 -> 0.9.4 (#357740)
2 parents dfe5c76 + de90743 commit 315c43d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pkgs/by-name/gh/ghstack/package.nix

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,14 +6,14 @@
66

77
python3.pkgs.buildPythonApplication rec {
88
pname = "ghstack";
9-
version = "0.9.3";
9+
version = "0.9.4";
1010
pyproject = true;
1111

1212
src = fetchFromGitHub {
1313
owner = "ezyang";
1414
repo = "ghstack";
15-
rev = "0c412bf0d9515e11b58cddaeb1b1d9f0b17a5295";
16-
hash = "sha256-VDsYIeFL8U5anUJ9KtWhEUeuoaO2qu5K7lSnGTjxNGs=";
15+
rev = "fa7e7023d798aad6b115b88c5ad67ce88a4fc2a6";
16+
hash = "sha256-Ywwjeupa8eE/vkrbl5SIbvQs53xaLnq9ieWRFwzmuuc=";
1717
};
1818

1919
build-system = [ python3.pkgs.poetry-core ];

0 commit comments

Comments
 (0)