mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-04-14 18:27:53 +00:00
ghstack: 0.9.3 -> 0.9.4 (#357740)
This commit is contained in:
commit
315c43d480
@ -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 ];
|
||||
|
Loading…
Reference in New Issue
Block a user