2022-12-08T05:17:41 python3.10-skorch 0.11.0 -> 0.12.1 https://pypi.org/project/skorch/ 2022-12-08T05:17:44 attrpath: python310Packages.skorch 2022-12-08T05:17:44 Checking auto update branch... 2022-12-08T05:17:48 [version] 2022-12-08T05:17:48 [version] skipping because derivation has updateScript 2022-12-08T05:17:48 [rustCrateVersion] 2022-12-08T05:17:48 [rustCrateVersion] No cargoSha256 found 2022-12-08T05:17:48 [golangModuleVersion] 2022-12-08T05:17:48 [golangModuleVersion] Not a buildGoModule package with vendorSha256 2022-12-08T05:17:48 [updateScript] 2022-12-08T05:17:50 [updateScript] Success 2022-12-08T05:17:50 [updateScript] this derivation will be built: /nix/store/kgvick42wkqnf24lylif3a79m3bj36kp-packages.json.drv building '/nix/store/kgvick42wkqnf24lylif3a79m3bj36kp-packages.json.drv'... Going to be running update for following packages: - python3.10-skorch-0.11.0 Press Enter key to continue... Running update for: - python3.10-skorch-0.11.0: UPDATING ... - python3.10-skorch-0.11.0: DONE. Packages updated! 2022-12-08T05:17:50 2022-12-08T05:17:50 [quotedUrls] 2022-12-08T05:17:50 [quotedUrls] nothing found to replace 2022-12-08T05:17:50 Diff after rewrites: diff --git a/pkgs/development/python-modules/skorch/default.nix b/pkgs/development/python-modules/skorch/default.nix index a6508ded491..aae43bec706 100644 --- a/pkgs/development/python-modules/skorch/default.nix +++ b/pkgs/development/python-modules/skorch/default.nix @@ -16,11 +16,11 @@ buildPythonPackage rec { pname = "skorch"; - version = "0.11.0"; + version = "0.12.1"; src = fetchPypi { inherit pname version; - sha256 = "b35cb4e50045742f0ffcfad33044af691d5d36b50212573753a804483a947ca9"; + sha256 = "sha256-fjNbNY/Dr7lgVGPrHJTvPGuhyPR6IVS7ohBQMI+J1+k="; }; propagatedBuildInputs = [ numpy torch scikit-learn scipy tabulate tqdm ]; 2022-12-08T05:19:19 No auto update branch exists 2022-12-08T05:19:42 Received ExitFailure 100 when running Raw command: /nix/store/6fr58pqy02hmgw1h7b9nqmv7vlp3v346-nix-2.3.15/bin/nix-build --option sandbox true --arg config "{ allowBroken = true; allowUnfree = true; allowAliases = false; }" --arg overlays "[ ]" -A python310Packages.skorch Received ExitFailure 1 when running Raw command: /nix/store/6fr58pqy02hmgw1h7b9nqmv7vlp3v346-nix-2.3.15/bin/nix log -f . python310Packages.skorch Standard output: warning: unknown setting 'experimental-features' error: Package ‘python3.10-skorch-0.12.1’ in /var/cache/nixpkgs-update/worker/worktree/python310Packages.skorch/pkgs/development/python-modules/skorch/default.nix:39 is marked as broken, refusing to evaluate. a) To temporarily allow broken packages, you can use an environment variable for a single invocation of the nix tools. $ export NIXPKGS_ALLOW_BROKEN=1 Note: For `nix shell`, `nix build`, `nix develop` or any other Nix 2.4+ (Flake) command, `--impure` must be passed in order to read this environment variable. b) For `nixos-rebuild` you can set { nixpkgs.config.allowBroken = true; } in configuration.nix to override this. c) For `nix-env`, `nix-build`, `nix-shell` or any other Nix command you can add { allowBroken = true; } to ~/.config/nixpkgs/config.nix. (use '--show-trace' to show detailed location information)