python36Packages.filebytes: 0.9.17 -> 0.9.18 (#50607)

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-11-18 08:42:05 -08:00 committed by Benno Fünfstück
parent 611ef59485
commit 16dbe8e534

View File

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