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