python3Packages.wn: 0.13.0 -> 0.14.0 (#463639)

This commit is contained in:
Aleksana
2025-11-24 02:06:43 +00:00
committed by GitHub
@@ -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 ];