python311Packages.plugincode: 31.0.0 -> 32.0.0

This commit is contained in:
Fabian Affolter 2023-05-18 21:34:07 +02:00
parent 6b64aeb2c3
commit 9b8d1f45f7

View file

@ -12,14 +12,14 @@
buildPythonPackage rec {
pname = "plugincode";
version = "31.0.0";
version = "32.0.0";
format = "setuptools";
disabled = pythonOlder "3.7";
src = fetchPypi {
inherit pname version;
hash = "sha256-0BfdHQn/Kgct4ZT34KhMgMC3nS0unE3iL7DiWDhXDSk=";
hash = "sha256-QTLZOxdVJxxuImydouIET/YuvLhztelY1mqN3enzRfo=";
};
dontConfigure = true;