python312Packages.unicurses: 2.1.3 -> 3.0.0

This commit is contained in:
R. Ryantm 2024-04-07 02:03:19 +00:00
parent f6eb921406
commit 6b16fed4d9
1 changed files with 2 additions and 2 deletions

View File

@ -2,13 +2,13 @@
buildPythonPackage rec {
pname = "unicurses";
version = "2.1.3";
version = "3.0.0";
format = "setuptools";
src = fetchPypi {
inherit version;
pname = "Uni-Curses";
hash = "sha256-uzSiF0jAZzI0iZngM/GuJ60o+UbLQ5XQzycTPito34w=";
hash = "sha256-ZJUKWxu2cQlFGN1RNtyDacwSOtBiUKzk9SIDD0IQiuU=";
};
propagatedBuildInputs = [ x256 ];