We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 68b1892 commit de90743Copy full SHA for de90743
pkgs/by-name/gh/ghstack/package.nix
@@ -6,14 +6,14 @@
6
7
python3.pkgs.buildPythonApplication rec {
8
pname = "ghstack";
9
- version = "0.9.3";
+ version = "0.9.4";
10
pyproject = true;
11
12
src = fetchFromGitHub {
13
owner = "ezyang";
14
repo = "ghstack";
15
- rev = "0c412bf0d9515e11b58cddaeb1b1d9f0b17a5295";
16
- hash = "sha256-VDsYIeFL8U5anUJ9KtWhEUeuoaO2qu5K7lSnGTjxNGs=";
+ rev = "fa7e7023d798aad6b115b88c5ad67ce88a4fc2a6";
+ hash = "sha256-Ywwjeupa8eE/vkrbl5SIbvQs53xaLnq9ieWRFwzmuuc=";
17
};
18
19
build-system = [ python3.pkgs.poetry-core ];
0 commit comments