Merge pull request #302241 from r-ryantm/auto-update/python312Packages.unicurses

python312Packages.unicurses: 2.1.3 -> 3.0.0
This commit is contained in:
Matthias Beyer 2024-04-07 10:23:47 +02:00 committed by GitHub
commit 223948d901
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
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 ];