mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-27 09:23:01 +00:00
Merge pull request #223011 from r-ryantm/auto-update/python310Packages.readchar
python310Packages.readchar: 4.0.3 -> 4.0.5
This commit is contained in:
commit
7ed79edd7c
@ -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 = ''
|
||||
|
Loading…
Reference in New Issue
Block a user