Skip to content

Commit c8e9bfe

Browse files
committed
python312Packages.scikit-survival: 0.23.0 -> 0.23.1
https://github.com/sebp/scikit-survival/releases/tag/v0.23.1
1 parent 4852068 commit c8e9bfe

File tree

1 file changed

+2
-2
lines changed
  • pkgs/development/python-modules/scikit-survival

1 file changed

+2
-2
lines changed

pkgs/development/python-modules/scikit-survival/default.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,14 +19,14 @@
1919

2020
buildPythonPackage rec {
2121
pname = "scikit-survival";
22-
version = "0.23.0";
22+
version = "0.23.1";
2323
pyproject = true;
2424

2525
src = fetchFromGitHub {
2626
owner = "sebp";
2727
repo = "scikit-survival";
2828
rev = "refs/tags/v${version}";
29-
hash = "sha256-/gHfCZH9VjE5UQ8LWoBNd8xCMln4r9Etq/eCx/F8w7A=";
29+
hash = "sha256-6902chXALa73/kTJ5UwV4CrB7/7wn+QXKpp2ej/Dnk8=";
3030
};
3131

3232
nativeBuildInputs = [

0 commit comments

Comments
 (0)