python3Packages.bincopy: 17.14.0 -> 17.14.5

This commit is contained in:
Martin Weinelt 2023-02-27 02:14:09 +01:00
parent 740e11be77
commit d3b702a503

View File

@ -2,11 +2,11 @@
buildPythonPackage rec {
pname = "bincopy";
version = "17.14.0";
version = "17.14.5";
src = fetchPypi {
inherit pname version;
sha256 = "sha256-sx+0sBbY2P6vQt38e2M72GLU8tRwKOMpVWNNNtEXx0k=";
sha256 = "sha256-X03nw3o9t63PPtxIM6Ij8zVtm/CL5y7G5DHJ8KzSnxg=";
};
propagatedBuildInputs = [