python27Packages.mypy-protobuf: 1.16 -> 1.20
This commit is contained in:
parent
673b3cd92e
commit
be3121ab5c
@ -2,11 +2,11 @@
|
|||||||
|
|
||||||
buildPythonApplication rec {
|
buildPythonApplication rec {
|
||||||
pname = "mypy-protobuf";
|
pname = "mypy-protobuf";
|
||||||
version = "1.16";
|
version = "1.20";
|
||||||
|
|
||||||
src = fetchPypi {
|
src = fetchPypi {
|
||||||
inherit pname version;
|
inherit pname version;
|
||||||
sha256 = "72ab724299aebd930b88476f6545587bff5bf480697c016097bd188841a56276";
|
sha256 = "03j2i9vhpdxbvwlqg6zghlzzq46s1x2jbx20fwninb6kss0ps3rg";
|
||||||
};
|
};
|
||||||
|
|
||||||
propagatedBuildInputs = [ protobuf ];
|
propagatedBuildInputs = [ protobuf ];
|
||||||
|
Loading…
x
Reference in New Issue
Block a user