diff --git a/nix/pkgs/blessed.nix b/nix/pkgs/blessed.nix index a015e70b6..31af1c4d1 100644 --- a/nix/pkgs/blessed.nix +++ b/nix/pkgs/blessed.nix @@ -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]; diff --git a/nix/pkgs/ucs-detect.nix b/nix/pkgs/ucs-detect.nix index 73721b62a..09835015a 100644 --- a/nix/pkgs/ucs-detect.nix +++ b/nix/pkgs/ucs-detect.nix @@ -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 = [