pin python depds to latest tag

This commit is contained in:
rhodes-b
2026-03-01 23:04:07 -06:00
parent 7665efc3a1
commit 5e7a5cc9c1
2 changed files with 6 additions and 6 deletions

View File

@@ -9,7 +9,7 @@
}:
buildPythonPackage {
pname = "blessed";
version = "unstable-2026-02-23";
version = "unstable-1.31";
pyproject = true;
disabled = pythonOlder "3.8";
@@ -17,8 +17,8 @@ buildPythonPackage {
src = fetchFromGitHub {
owner = "jquast";
repo = "blessed";
rev = "master";
hash = "sha256-ROd/O9pfqnF5DHXqoz+tkl1jQJSZad3Ta1h+oC3+gvY=";
rev = "9d2580b5f800a26a19cebe7119163be5e9ae58e9"; # tag 1.31
hash = "sha256-Nn+aiDk0Qwk9xAvAqtzds/WlrLAozjPL1eSVNU75tJA=";
};
build-system = [flit-core];

View File

@@ -13,7 +13,7 @@
}:
buildPythonPackage {
pname = "ucs-detect";
version = "unstable-2026-02-23";
version = "unstable-2.0.2";
pyproject = true;
disabled = pythonOlder "3.8";
@@ -21,8 +21,8 @@ buildPythonPackage {
src = fetchFromGitHub {
owner = "jquast";
repo = "ucs-detect";
rev = "master";
hash = "sha256-x7BD14n1/mP9bzjM6DPqc5R1Fk/HLLycl4o41KV+xAE=";
rev = "44884c9581b57ed17d514b54adca07986576c2bf"; # tag 2.0.2
hash = "sha256-pCJNrJN+SO0pGveNJuISJbzOJYyxP9Tbljp8PwqbgYU=";
};
dependencies = [