3
0
Fork 0
forked from mirrors/nixpkgs

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

This commit is contained in:
Sandro 2022-09-04 17:07:52 +02:00 committed by GitHub
commit 41846ddcf3
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.10.2";
version = "17.10.3";
src = fetchPypi {
inherit pname version;
sha256 = "sha256-d1l+kqyGkBvctfKRHxCpve/8mLa7nTfDwXzxgJznce4=";
sha256 = "sha256-HDSqwrCXf2U0uzfa4Vb9Euu9ZSm6eFD9bcMf6eieicY=";
};
propagatedBuildInputs = [