python310Packages.bpycv: 0.2.43 -> 0.3.6

This commit is contained in:
R. Ryantm 2023-03-04 18:09:56 +00:00
parent 45e44c56f1
commit 353859c8fb

View File

@ -15,11 +15,11 @@
buildPythonPackage rec {
pname = "bpycv";
version = "0.2.43";
version = "0.3.6";
src = fetchPypi {
inherit pname version;
sha256 = "sha256-6LXhKuNkX3yKeZARLXmOVNAUQhJghtzKhnszJ1G/a8U=";
sha256 = "sha256-4N4rCVhbfJx7H7jS88QR3EcRupISIhnLuZ+cgfwIzg4=";
};
propagatedBuildInputs = [