Skip to content

Commit

Permalink
python312Packages.scikit-posthocs: 0.11.0 -> 0.11.1 (NixOS#364668)
Browse files Browse the repository at this point in the history
  • Loading branch information
NickCao authored Dec 13, 2024
2 parents c98a4e0 + 2d5d3e5 commit 30f0736
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkgs/development/python-modules/scikit-posthocs/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -15,14 +15,14 @@

buildPythonPackage rec {
pname = "scikit-posthocs";
version = "0.11.0";
version = "0.11.1";
pyproject = true;

src = fetchFromGitHub {
owner = "maximtrp";
repo = "scikit-posthocs";
rev = "refs/tags/v${version}";
hash = "sha256-KrQqd3zChw9sxjbrTrxXInXAJLyXwPkhbPa9One6I+g=";
tag = "v${version}";
hash = "sha256-RPTWbhaDMdPiIQ6TLeWwZKYI9m23dEXu9iqBLYIEVN4=";
};

build-system = [ setuptools ];
Expand Down

0 comments on commit 30f0736

Please sign in to comment.