python312Packages.readchar: 4.0.5 -> 4.0.6

This commit is contained in:
R. Ryantm
2024-03-16 00:47:15 +00:00
parent e6bef1a5db
commit 776c81ddca
@@ -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 = ''