3
0
Fork 0
forked from mirrors/nixpkgs

python3Packages.plugincode: 30.0.0 -> 31.0.0

This commit is contained in:
Martin Weinelt 2022-09-14 23:36:15 +02:00
parent 0b8c1f4809
commit 5512fe12f7

View file

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