python3Packages.pyasyncore: 1.0.4 -> 1.0.5

This commit is contained in:
R. Ryantm
2026-01-10 12:57:08 +00:00
parent d0cc7d8f47
commit 699943e2be
@@ -7,14 +7,14 @@
buildPythonPackage rec {
pname = "pyasyncore";
version = "1.0.4";
version = "1.0.5";
pyproject = true;
src = fetchFromGitHub {
owner = "simonrob";
repo = "pyasyncore";
tag = "v${version}";
hash = "sha256-ptqOsbkY7XYZT5sh6vctfxZ7BZPX2eLjo6XwZfcmtgk=";
hash = "sha256-gpmsawbTf59EchoKixWw2wcBoOFElPDLg9zylvhA04U=";
};
nativeBuildInputs = [ setuptools ];