ghstack: 0.9.3 -> 0.9.4 (#357740)

This commit is contained in:
Donovan Glover 2024-11-24 23:09:15 +00:00 committed by GitHub
commit 315c43d480
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -6,14 +6,14 @@
python3.pkgs.buildPythonApplication rec {
pname = "ghstack";
version = "0.9.3";
version = "0.9.4";
pyproject = true;
src = fetchFromGitHub {
owner = "ezyang";
repo = "ghstack";
rev = "0c412bf0d9515e11b58cddaeb1b1d9f0b17a5295";
hash = "sha256-VDsYIeFL8U5anUJ9KtWhEUeuoaO2qu5K7lSnGTjxNGs=";
rev = "fa7e7023d798aad6b115b88c5ad67ce88a4fc2a6";
hash = "sha256-Ywwjeupa8eE/vkrbl5SIbvQs53xaLnq9ieWRFwzmuuc=";
};
build-system = [ python3.pkgs.poetry-core ];