2
0
mirror of https://github.com/NixOS/nixpkgs.git synced 2025-01-01 10:34:16 +00:00

python3Packages.bincopy: 17.10.3 -> 17.11.0

This commit is contained in:
Martin Weinelt 2022-09-14 23:36:03 +02:00
parent e21f3eacf3
commit dfb3c87ef9

View File

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