Merge pull request #208563 from r-ryantm/auto-update/python3.10-bincopy

This commit is contained in:
Sandro 2023-01-03 23:38:33 +01:00 committed by GitHub
commit 62f47c0522
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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