python: serpy: 0.2.0 -> 0.3.1
This commit is contained in:
parent
9776091eaf
commit
4039ea579a
@ -5,7 +5,7 @@
|
|||||||
buildPythonPackage rec {
|
buildPythonPackage rec {
|
||||||
pname = "serpy";
|
pname = "serpy";
|
||||||
name = "${pname}-${version}";
|
name = "${pname}-${version}";
|
||||||
version = "0.2.0";
|
version = "0.3.1";
|
||||||
|
|
||||||
meta = {
|
meta = {
|
||||||
description = "ridiculously fast object serialization";
|
description = "ridiculously fast object serialization";
|
||||||
@ -15,7 +15,7 @@ buildPythonPackage rec {
|
|||||||
|
|
||||||
src = fetchPypi {
|
src = fetchPypi {
|
||||||
inherit pname version;
|
inherit pname version;
|
||||||
sha256 = "7e62e242321b208362966d5ab32b45df93b1cb88da4ce6260277da060b4f7475";
|
sha256 = "3772b2a9923fbf674000ff51abebf6ea8f0fca0a2cfcbfa0d63ff118193d1ec5";
|
||||||
};
|
};
|
||||||
|
|
||||||
buildInputs = [ flake8 py pyflakes tox ];
|
buildInputs = [ flake8 py pyflakes tox ];
|
||||||
|
Loading…
x
Reference in New Issue
Block a user