3
0
Fork 0
forked from mirrors/nixpkgs

python310Packages.wn: 0.9.2 -> 0.9.3

This commit is contained in:
R. Ryantm 2022-12-31 08:45:52 +00:00
parent 3d7270abd5
commit 9a9024f6b7

View file

@ -9,12 +9,12 @@
buildPythonPackage rec {
pname = "wn";
version = "0.9.2";
version = "0.9.3";
format = "pyproject";
src = fetchPypi {
inherit pname version;
hash = "sha256-TghCKPKLxRTpvojmZi8tPGmU/D2W+weZl64PArAwDCE=";
hash = "sha256-rqrzGUiF1XQZzE6xicwJ7CJsI7SvWlFT4nDCrhtQUWg=";
};
nativeBuildInputs = [ flit-core ];