2022-11-14T10:09:39 cwltool 3.1.20220224085855 -> 3.1.20221008225030 https://repology.org/metapackage/cwltool/versions 2022-11-14T10:09:42 attrpath: cwltool 2022-11-14T10:09:42 Checking auto update branch... 2022-11-14T10:09:45 [version] 2022-11-14T10:09:45 [version] skipping because derivation has updateScript 2022-11-14T10:09:45 [rustCrateVersion] 2022-11-14T10:09:45 [rustCrateVersion] No cargoSha256 found 2022-11-14T10:09:45 [golangModuleVersion] 2022-11-14T10:09:45 [golangModuleVersion] Not a buildGoModule package with vendorSha256 2022-11-14T10:09:45 [updateScript] 2022-11-14T10:09:49 [updateScript] Success 2022-11-14T10:09:49 [updateScript] this derivation will be built: /nix/store/afv36hy2bjyj4b6gh8dfwizmkqbza9s8-packages.json.drv building '/nix/store/afv36hy2bjyj4b6gh8dfwizmkqbza9s8-packages.json.drv'... Going to be running update for following packages: - cwltool-3.1.20220224085855 Press Enter key to continue... Running update for: - cwltool-3.1.20220224085855: UPDATING ... - cwltool-3.1.20220224085855: DONE. Packages updated! 2022-11-14T10:09:49 2022-11-14T10:09:49 [quotedUrls] 2022-11-14T10:09:49 [quotedUrls] nothing found to replace 2022-11-14T10:09:49 Diff after rewrites: diff --git a/pkgs/applications/science/misc/cwltool/default.nix b/pkgs/applications/science/misc/cwltool/default.nix index 6a1bdc3de16..b75e1f59534 100644 --- a/pkgs/applications/science/misc/cwltool/default.nix +++ b/pkgs/applications/science/misc/cwltool/default.nix @@ -7,14 +7,14 @@ python3.pkgs.buildPythonApplication rec { pname = "cwltool"; - version = "3.1.20220224085855"; + version = "3.1.20221109155812"; format = "setuptools"; src = fetchFromGitHub { owner = "common-workflow-language"; repo = pname; - rev = version; - sha256 = "sha256-7+1xOV5Lodqtku0wX1urAEHsCcYKM3Vcd5RDg4DdVow="; + rev = "refs/tags/${version}"; + sha256 = "sha256-7TXb50A/KM1gvEmngRvlE9JCvLGeCRFuiGZ4MxDv8IY="; }; postPatch = '' 2022-11-14T10:11:17 An auto update branch exists with message `cwltool: 3.1.20220224085855 -> 3.1.20220406080846`. New version is 3.1.20221109155812. 2022-11-14T10:11:17 The auto update branch does not match or exceed the new version. 2022-11-14T10:11:25 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 cwltool Received ExitFailure 1 when running Raw command: /nix/store/6fr58pqy02hmgw1h7b9nqmv7vlp3v346-nix-2.3.15/bin/nix log -f . cwltool Standard output: warning: unknown setting 'experimental-features' error: Package ‘python3.10-schema-salad-8.3.20220913105718’ in /var/cache/nixpkgs-update/worker/worktree/cwltool/pkgs/development/python-modules/schema-salad/default.nix:65 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) 2022-11-14T17:16:13 cwltool 3.1.20220224085855 -> 3.1.20221109155812 https://pypi.org/project/cwltool/ 2022-11-14T17:16:16 attrpath: cwltool 2022-11-14T17:16:16 Checking auto update branch... 2022-11-14T17:16:19 [version] 2022-11-14T17:16:19 [version] skipping because derivation has updateScript 2022-11-14T17:16:19 [rustCrateVersion] 2022-11-14T17:16:19 [rustCrateVersion] No cargoSha256 found 2022-11-14T17:16:19 [golangModuleVersion] 2022-11-14T17:16:19 [golangModuleVersion] Not a buildGoModule package with vendorSha256 2022-11-14T17:16:19 [updateScript] 2022-11-14T17:16:22 [updateScript] Success 2022-11-14T17:16:22 [updateScript] Going to be running update for following packages: - cwltool-3.1.20220224085855 Press Enter key to continue... Running update for: - cwltool-3.1.20220224085855: UPDATING ... - cwltool-3.1.20220224085855: DONE. Packages updated! 2022-11-14T17:16:22 2022-11-14T17:16:22 [quotedUrls] 2022-11-14T17:16:22 [quotedUrls] nothing found to replace 2022-11-14T17:16:22 Diff after rewrites: diff --git a/pkgs/applications/science/misc/cwltool/default.nix b/pkgs/applications/science/misc/cwltool/default.nix index 6a1bdc3de16..b75e1f59534 100644 --- a/pkgs/applications/science/misc/cwltool/default.nix +++ b/pkgs/applications/science/misc/cwltool/default.nix @@ -7,14 +7,14 @@ python3.pkgs.buildPythonApplication rec { pname = "cwltool"; - version = "3.1.20220224085855"; + version = "3.1.20221109155812"; format = "setuptools"; src = fetchFromGitHub { owner = "common-workflow-language"; repo = pname; - rev = version; - sha256 = "sha256-7+1xOV5Lodqtku0wX1urAEHsCcYKM3Vcd5RDg4DdVow="; + rev = "refs/tags/${version}"; + sha256 = "sha256-7TXb50A/KM1gvEmngRvlE9JCvLGeCRFuiGZ4MxDv8IY="; }; postPatch = '' 2022-11-14T17:17:52 An auto update branch exists with message `cwltool: 3.1.20220224085855 -> 3.1.20220406080846`. New version is 3.1.20221109155812. 2022-11-14T17:17:52 The auto update branch does not match or exceed the new version. 2022-11-14T17:17:57 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 cwltool Received ExitFailure 1 when running Raw command: /nix/store/6fr58pqy02hmgw1h7b9nqmv7vlp3v346-nix-2.3.15/bin/nix log -f . cwltool Standard output: warning: unknown setting 'experimental-features' error: Package ‘python3.10-schema-salad-8.3.20220913105718’ in /var/cache/nixpkgs-update/worker/worktree/cwltool/pkgs/development/python-modules/schema-salad/default.nix:65 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)