Merge pull request #296296 from r-ryantm/auto-update/python312Packages.readchar

python312Packages.readchar: 4.0.5 -> 4.0.6
This commit is contained in:
Nick Cao 2024-03-16 11:46:24 -07:00 committed by GitHub
commit 44e32a59a7
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -12,7 +12,7 @@
buildPythonPackage rec {
pname = "readchar";
version = "4.0.5";
version = "4.0.6";
pyproject = true;
# Don't use wheels on PyPI
@ -20,7 +20,7 @@ buildPythonPackage rec {
owner = "magmax";
repo = "python-${pname}";
rev = "refs/tags/v${version}";
hash = "sha256-Ru18lh+9tXtvttypnob0HNPKBiGF7E9HDL21l1AAGa8=";
hash = "sha256-XowLJ9YAHhP9nInFVYtoLEOmlWBRWQX259vwm9SVVZU=";
};
postPatch = ''