python310Packages.bincopy: 19.1.0 -> 20.0.0

This commit is contained in:
R. Ryantm
2023-11-04 07:31:59 +00:00
parent 36f5b2e42b
commit c84e70946b
@@ -2,11 +2,11 @@
buildPythonPackage rec {
pname = "bincopy";
version = "19.1.0";
version = "20.0.0";
src = fetchPypi {
inherit pname version;
hash = "sha256-aDVkrTBEhrTP1Oc/kiE9ZsJ+8fDGXcb2+FSMQP0X0lY=";
hash = "sha256-FM+0z5cie/Kx9bhWI99MdnrSGa/cn+BzLdLP3/RGr98=";
};
propagatedBuildInputs = [