lol

python310Packages.aiocoap: 0.4.5 -> 0.4.7

Diff: https://github.com/chrysn/aiocoap/compare/refs/tags/0.4.5...0.4.7

Changelog: https://github.com/chrysn/aiocoap/blob/0.4.7/NEWS

+2 -2
+2 -2
pkgs/development/python-modules/aiocoap/default.nix
··· 8 8 9 9 buildPythonPackage rec { 10 10 pname = "aiocoap"; 11 - version = "0.4.5"; 11 + version = "0.4.7"; 12 12 format = "setuptools"; 13 13 14 14 disabled = pythonOlder "3.7"; ··· 17 17 owner = "chrysn"; 18 18 repo = pname; 19 19 rev = "refs/tags/${version}"; 20 - hash = "sha256-t2yfWWfkJmOr14XdLsIV48HMgVRaEnUO4IG2jQHbKWA="; 20 + hash = "sha256-4iwoPfmIwk+PlWUp60aqA5qZgzyj34pnZHf9uH5UhnY="; 21 21 }; 22 22 23 23 propagatedBuildInputs = [