python36Packages.filebytes: 0.9.12 -> 0.9.17

Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/python3.6-filebytes/versions
This commit is contained in:
R. RyanTM 2018-10-24 05:13:19 -07:00 committed by Frederik Rietdijk
parent ea1b540208
commit fafead3748

View File

@ -5,11 +5,11 @@
buildPythonPackage rec { buildPythonPackage rec {
pname = "filebytes"; pname = "filebytes";
version = "0.9.12"; version = "0.9.17";
src = fetchPypi { src = fetchPypi {
inherit pname version; inherit pname version;
sha256 = "6cd1c4ca823f6541c963a317e55382609789802dedad08209f4d038369e3f0ac"; sha256 = "0nkwrw3qnii346xd87gb9xdy5pjpmg7ncjxsmb08mhmy1i0libcl";
}; };
meta = with stdenv.lib; { meta = with stdenv.lib; {