mirror of
https://github.com/ghostty-org/ghostty.git
synced 2026-04-06 07:38:21 +00:00
address comments
This commit is contained in:
@@ -7,9 +7,9 @@
|
||||
six,
|
||||
wcwidth,
|
||||
}:
|
||||
buildPythonPackage {
|
||||
buildPythonPackage (finalAttrs: {
|
||||
pname = "blessed";
|
||||
version = "unstable-1.31";
|
||||
version = "1.31";
|
||||
pyproject = true;
|
||||
|
||||
disabled = pythonOlder "3.8";
|
||||
@@ -17,7 +17,7 @@ buildPythonPackage {
|
||||
src = fetchFromGitHub {
|
||||
owner = "jquast";
|
||||
repo = "blessed";
|
||||
rev = "9d2580b5f800a26a19cebe7119163be5e9ae58e9"; # tag 1.31
|
||||
tag = finalAttrs.version;
|
||||
hash = "sha256-Nn+aiDk0Qwk9xAvAqtzds/WlrLAozjPL1eSVNU75tJA=";
|
||||
};
|
||||
|
||||
@@ -37,4 +37,4 @@ buildPythonPackage {
|
||||
maintainers = [];
|
||||
license = licenses.mit;
|
||||
};
|
||||
}
|
||||
})
|
||||
|
||||
@@ -11,9 +11,9 @@
|
||||
prettytable,
|
||||
requests,
|
||||
}:
|
||||
buildPythonPackage {
|
||||
buildPythonPackage (finalAttrs: {
|
||||
pname = "ucs-detect";
|
||||
version = "unstable-2.0.2";
|
||||
version = "2.0.2";
|
||||
pyproject = true;
|
||||
|
||||
disabled = pythonOlder "3.8";
|
||||
@@ -21,7 +21,7 @@ buildPythonPackage {
|
||||
src = fetchFromGitHub {
|
||||
owner = "jquast";
|
||||
repo = "ucs-detect";
|
||||
rev = "44884c9581b57ed17d514b54adca07986576c2bf"; # tag 2.0.2
|
||||
tag = finalAttrs.version;
|
||||
hash = "sha256-pCJNrJN+SO0pGveNJuISJbzOJYyxP9Tbljp8PwqbgYU=";
|
||||
};
|
||||
|
||||
@@ -44,4 +44,4 @@ buildPythonPackage {
|
||||
license = licenses.mit;
|
||||
maintainers = [];
|
||||
};
|
||||
}
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user