Merge pull request #170394 from r-ryantm/auto-update/python3.10-scikit-survival

python310Packages.scikit-survival: 0.17.1 -> 0.17.2
This commit is contained in:
Mario Rodas 2022-05-02 03:51:04 -05:00 committed by GitHub
commit 78dc5e7d83
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -16,11 +16,11 @@
buildPythonPackage rec {
pname = "scikit-survival";
version = "0.17.1";
version = "0.17.2";
src = fetchPypi {
inherit pname version;
sha256 = "sha256-Sx+reZKBbahjkVgo8hC8EP5vMsRhnprwGjKumQqH83k=";
sha256 = "sha256-eP58TcFxNG0J32YgnaGhWkkjAC08F3ooPLwMv4ZUA1U=";
};
nativeBuildInputs = [