python310Packages.readchar: 4.0.3 -> 4.0.5

This commit is contained in:
R. Ryantm 2023-03-25 05:27:25 +00:00
parent 0ee208011d
commit d52eb8b36c

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 = ''