pythonPackages.filebytes: 0.9.20 -> 0.9.21

This commit is contained in:
Pamplemousse 2019-07-16 15:58:20 -07:00
parent f93c5deb47
commit af37274743

View File

@ -5,11 +5,11 @@
buildPythonPackage rec { buildPythonPackage rec {
pname = "filebytes"; pname = "filebytes";
version = "0.9.20"; version = "0.9.21";
src = fetchPypi { src = fetchPypi {
inherit pname version; inherit pname version;
sha256 = "6c33986ca048e49cf1a5e2f167af9f02c7f866576b3b91a8a9124d32e57f935d"; sha256 = "09e306feafd435e240b6ca22e6319ce51862dbe99e3481368fc9a2d15d2263d5";
}; };
meta = with stdenv.lib; { meta = with stdenv.lib; {