Unverified Commit 223948d9 authored by Matthias Beyer's avatar Matthias Beyer Committed by GitHub
Browse files

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

python312Packages.unicurses: 2.1.3 -> 3.0.0
parents fee5b7d9 6b16fed4
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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 ];