python310Packages.correctionlib 2.2.2 -> 2.3.3 https://repology.org/project/python:correctionlib/versions attrpath: python310Packages.correctionlib Checking auto update branch... [version] [version] generic version rewriter does not support multiple hashes [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/pqagck0aqyp6w0v0gv13lv06smb1hcn9-packages.json.drv building '/nix/store/pqagck0aqyp6w0v0gv13lv06smb1hcn9-packages.json.drv'... Going to be running update for following packages: - python3.10-correctionlib-2.2.2 Press Enter key to continue... Running update for: - python3.10-correctionlib-2.2.2: UPDATING ... - python3.10-correctionlib-2.2.2: DONE. Packages updated! [quotedUrls] [quotedUrls] nothing found to replace Diff after rewrites: diff --git a/pkgs/development/python-modules/correctionlib/default.nix b/pkgs/development/python-modules/correctionlib/default.nix index 2156bd978229..45be07ce4dce 100644 --- a/pkgs/development/python-modules/correctionlib/default.nix +++ b/pkgs/development/python-modules/correctionlib/default.nix @@ -18,12 +18,12 @@ buildPythonPackage rec { pname = "correctionlib"; - version = "2.2.2"; + version = "2.3.3"; format = "pyproject"; src = fetchPypi { inherit pname version; - hash = "sha256-h3eggtPLSF/8ShQ5xzowZW1KSlcI/YBsPu3lsSyzHkw="; + hash = "sha256-4WXY7XfZVYaJD63y7fPB6tCsc+wGAsgnFlgtFbX5IK0="; }; patches = [ No auto update branch exists Old version 2.2.2" not present in staging derivation file with contents: { lib , buildPythonPackage , fetchpatch , fetchPypi , cmake , numpy , scikit-build , setuptools , setuptools-scm , wheel , pybind11 , pydantic , pytestCheckHook , rich , scipy , zlib }: buildPythonPackage rec { pname = "correctionlib"; version = "2.3.3"; format = "pyproject"; src = fetchPypi { inherit pname version; hash = "sha256-4WXY7XfZVYaJD63y7fPB6tCsc+wGAsgnFlgtFbX5IK0="; }; patches = [ (fetchpatch { name = "ci-maintenance.patch"; url = "https://github.com/cms-nanoAOD/correctionlib/commit/924031637b040f6e8e4930c46a9f7560c59db23d.patch"; hash = "sha256-jq3ojMsO2Ex9om8tVpEY9uwwelXPzgQ+KCPN0bgda8w="; includes = [ "pyproject.toml" ]; }) (fetchpatch { name = "clean-up-build-dependencies.patch"; url = "https://github.com/cms-nanoAOD/correctionlib/commit/c4fd64ca0e5ce806890e8f0ae8e792dcc4537d38.patch"; hash = "sha256-8ID2jEnmfYmPxWMtRviBc3t1W4p3Y+lAzijFtYBEtyk="; }) ]; nativeBuildInputs = [ cmake numpy scikit-build setuptools setuptools-scm wheel pybind11 ]; buildInputs = [ zlib ]; propagatedBuildInputs = [ pydantic rich ]; dontUseCmakeConfigure = true; env.SETUPTOOLS_SCM_PRETEND_VERSION = version; nativeCheckInputs = [ pytestCheckHook scipy ]; pythonImportsCheck = [ "correctionlib" ]; meta = with lib; { description = "Provides a well-structured JSON data format for a wide variety of ad-hoc correction factors encountered in a typical HEP analysis"; homepage = "https://cms-nanoaod.github.io/correctionlib/"; license = with licenses; [ bsd3 ]; maintainers = with maintainers; [ veprbl ]; }; }