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