python3Packages.bincopy: 20.0.0 -> 20.1.0

This commit was automatically generated using update-python-libraries.

Changed files
+2 -2
pkgs
development
python-modules
bincopy
+2 -2
pkgs/development/python-modules/bincopy/default.nix
···
buildPythonPackage rec {
pname = "bincopy";
-
version = "20.0.0";
+
version = "20.1.0";
format = "setuptools";
disabled = pythonOlder "3.7";
src = fetchPypi {
inherit pname version;
-
hash = "sha256-FM+0z5cie/Kx9bhWI99MdnrSGa/cn+BzLdLP3/RGr98=";
+
hash = "sha256-2KToy4Ltr7vjZ0FTN9GSbH2MRVYX5DvUsUVlN3K5uWU=";
};
propagatedBuildInputs = [