Merge pull request #223011 from r-ryantm/auto-update/python310Packages.readchar

python310Packages.readchar: 4.0.3 -> 4.0.5
This commit is contained in:
Mario Rodas 2023-03-26 04:48:42 -05:00 committed by GitHub
commit 7ed79edd7c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -9,7 +9,7 @@
buildPythonPackage rec {
pname = "readchar";
version = "4.0.3";
version = "4.0.5";
format = "setuptools";
# Don't use wheels on PyPI
@ -17,7 +17,7 @@ buildPythonPackage rec {
owner = "magmax";
repo = "python-${pname}";
rev = "refs/tags/v${version}";
hash = "sha256-QMaTZRS9iOSuax706Es9WhkwU3vdcNb14dbiSt48aN0=";
hash = "sha256-Ru18lh+9tXtvttypnob0HNPKBiGF7E9HDL21l1AAGa8=";
};
postPatch = ''