python312Packages.plfit 0.9.4 -> 0.9.5 https://repology.org/project/plfit/versions attrpath: python312Packages.plfit Checking auto update branch... No auto update branch exists [version] [version] updated version and sha256 [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] skipping because derivation has no updateScript Diff after rewrites: diff --git a/pkgs/tools/misc/plfit/default.nix b/pkgs/tools/misc/plfit/default.nix index 78e7c3572b6f..7a953a3b6936 100644 --- a/pkgs/tools/misc/plfit/default.nix +++ b/pkgs/tools/misc/plfit/default.nix @@ -9,13 +9,13 @@ stdenv.mkDerivation rec { pname = "plfit"; - version = "0.9.4"; + version = "0.9.5"; src = fetchFromGitHub { owner = "ntamas"; repo = "plfit"; rev = version; - hash = "sha256-hnmP/56P2anR0S8zQyQqN1lbge5GgK+P8Lx8bRkwSxA="; + hash = "sha256-6YVRqtX5mn8I2z7AFPQ5AyGIHq/zbpHrw2q2U90I4/Q="; }; nativeBuildInputs = [ Received ExitFailure 1 when running Raw command: /nix/store/1gfp7hiwzpv9aglk2yfa9m49jc0n7pa5-nix-2.18.1/bin/nix-build --option sandbox true --arg config "{ allowBroken = true; allowUnfree = true; allowAliases = false; }" --arg overlays "[ ]" -A python312Packages.plfit nix build failed. -- Found SWIG: /nix/store/9x7m6xyy53mkjjq2y32lpprgq713v0xx-swig-3.0.12/bin/swig (found version "3.0.12") CMake Warning (dev) at src/CMakeLists.txt:59 (find_package): Policy CMP0148 is not set: The FindPythonInterp and FindPythonLibs modules are removed. Run "cmake --help-policy CMP0148" for policy details. Use the cmake_policy command to set the policy and suppress this warning. This warning is for project developers. Use -Wno-dev to suppress it.  -- Found PythonInterp: /nix/store/dqsflsigjcxisziiynrxlbsm2y71m4bq-python3-3.12.2/bin/python (found version "3.12.2") CMake Warning (dev) at src/CMakeLists.txt:60 (find_package): Policy CMP0148 is not set: The FindPythonInterp and FindPythonLibs modules are removed. Run "cmake --help-policy CMP0148" for policy details. Use the cmake_policy command to set the policy and suppress this warning. This warning is for project developers. Use -Wno-dev to suppress it.  -- Found PythonLibs: /nix/store/dqsflsigjcxisziiynrxlbsm2y71m4bq-python3-3.12.2/lib/libpython3.12.so (found version "3.12.2") Traceback (most recent call last): File "", line 1, in ModuleNotFoundError: No module named 'distutils' CMake Error at src/CMakeLists.txt:84 (install): install TARGETS given no LIBRARY DESTINATION for module target "plfit_python".  CMake Error at src/CMakeLists.txt:85 (install): install FILES given no DESTINATION!  -- Configuring incomplete, errors occurred!