python312Packages.scikit-posthocs: 0.11.0 -> 0.11.1 (#364668)

authored by Nick Cao and committed by GitHub 30f0736c c98a4e03

+3 -3
+3 -3
pkgs/development/python-modules/scikit-posthocs/default.nix
··· 15 15 16 16 buildPythonPackage rec { 17 17 pname = "scikit-posthocs"; 18 - version = "0.11.0"; 18 + version = "0.11.1"; 19 19 pyproject = true; 20 20 21 21 src = fetchFromGitHub { 22 22 owner = "maximtrp"; 23 23 repo = "scikit-posthocs"; 24 - rev = "refs/tags/v${version}"; 25 - hash = "sha256-KrQqd3zChw9sxjbrTrxXInXAJLyXwPkhbPa9One6I+g="; 24 + tag = "v${version}"; 25 + hash = "sha256-RPTWbhaDMdPiIQ6TLeWwZKYI9m23dEXu9iqBLYIEVN4="; 26 26 }; 27 27 28 28 build-system = [ setuptools ];