Merge pull request #272616 from r-ryantm/auto-update/python310Packages.wn

python310Packages.wn: 0.9.4 -> 0.9.5

authored by Fabian Affolter and committed by GitHub 3f1b1d35 ff449af1

+6 -3
+6 -3
pkgs/development/python-modules/wn/default.nix
··· 2 2 , buildPythonPackage 3 3 , fetchPypi 4 4 , pytestCheckHook 5 + , pythonOlder 5 6 , flit-core 6 7 , requests 7 8 , tomli ··· 9 10 10 11 buildPythonPackage rec { 11 12 pname = "wn"; 12 - version = "0.9.4"; 13 - format = "pyproject"; 13 + version = "0.9.5"; 14 + pyproject = true; 15 + 16 + disabled = pythonOlder "3.8"; 14 17 15 18 src = fetchPypi { 16 19 inherit pname version; 17 - hash = "sha256-n03hFoGMAqLu57gw52tY2jkE8uuLFAbwTZ63sHG2168="; 20 + hash = "sha256-muYuDmYH9W5j6euDYJMMgzfsxE6eBIhDCqH6P7nFG+Q="; 18 21 }; 19 22 20 23 nativeBuildInputs = [