python27Packages.filebytes: 0.10.0 -> 0.10.2

This commit is contained in:
R. RyanTM 2020-02-20 22:19:08 +00:00 committed by Jon
parent 394762391e
commit 16ef1be710

View file

@ -5,11 +5,11 @@
buildPythonPackage rec {
pname = "filebytes";
version = "0.10.0";
version = "0.10.2";
src = fetchPypi {
inherit pname version;
sha256 = "97d1f1f4ba660d8df6c51beea36ea7185704307d54b0b5d72ce57415c9ece082";
sha256 = "0h97i6h525hg401dvvaa5krxi184qpvldbdn0izmirvr9pvh4hkn";
};
meta = with stdenv.lib; {