python3Packages.wn: 0.13.0 -> 0.14.0

This commit is contained in:
R. Ryantm
2025-11-21 04:49:08 +00:00
parent baa40a5be0
commit e8255a8e98
@@ -13,14 +13,14 @@
buildPythonPackage rec {
pname = "wn";
version = "0.13.0";
version = "0.14.0";
pyproject = true;
disabled = pythonOlder "3.9";
src = fetchPypi {
inherit pname version;
hash = "sha256-wOaFLlFCNUo7RWWiMXRuztyVJTXpJtPvZJi9d6UmkcY=";
hash = "sha256-z2mDEFx7Qn5LKyji4CgFhxvCUblZeXLf2hjy4i6lMjQ=";
};
build-system = [ hatchling ];