python310Packages.wn: 0.9.4 -> 0.9.5

This commit is contained in:
R. Ryantm 2023-12-07 06:58:24 +00:00
parent 4c37153a2c
commit 164d1afc5b

View File

@ -9,12 +9,12 @@
buildPythonPackage rec {
pname = "wn";
version = "0.9.4";
version = "0.9.5";
format = "pyproject";
src = fetchPypi {
inherit pname version;
hash = "sha256-n03hFoGMAqLu57gw52tY2jkE8uuLFAbwTZ63sHG2168=";
hash = "sha256-muYuDmYH9W5j6euDYJMMgzfsxE6eBIhDCqH6P7nFG+Q=";
};
nativeBuildInputs = [