python310Packages.pyglet 0 -> 1 attrpath: python310Packages.pyglet Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/ykazry2qrfal4ysnasynl0pcfzkla9my-packages.json.drv building '/nix/store/ykazry2qrfal4ysnasynl0pcfzkla9my-packages.json.drv'... Going to be running update for following packages: - python3.10-pyglet-1.5.27 Press Enter key to continue... Running update for: - python3.10-pyglet-1.5.27: UPDATING ... - python3.10-pyglet-1.5.27: DONE. Packages updated! [quotedUrls] [quotedUrls] nothing found to replace Diff after rewrites: diff --git a/pkgs/development/python-modules/pyglet/default.nix b/pkgs/development/python-modules/pyglet/default.nix index f1c4bb44d9a..130ce00dcfc 100644 --- a/pkgs/development/python-modules/pyglet/default.nix +++ b/pkgs/development/python-modules/pyglet/default.nix @@ -18,13 +18,13 @@ }: buildPythonPackage rec { - version = "1.5.27"; + version = "2.0.3"; pname = "pyglet"; disabled = pythonOlder "3.6"; src = fetchPypi { inherit pname version; - sha256 = "sha256-TQDgZ0UfOxD9UbaXZP3atlRENyoto0TuKzXwqObr8AU="; + sha256 = "sha256-sVBzR0+Tx84w9x5K+CTTyEfbCZ8hEe8WvgtjHSoiK9M="; extension = "zip"; }; An auto update branch exists with message `python310Packages.pyglet: 1.5.27 -> 2.0.2.1`. New version is 2.0.3. The auto update branch does not match or exceed the new version. Successfully finished processing cachix "/nix/store/lgnnihydi79dn3qxdw6255lhdlcar8ci-python3.10-pyglet-2.0.3" Received ExitFailure 1 when running Raw command: /nix/store/3nqhcyc7vid1npgcd0m7arg5sn325nhz-nix-2.12.0/bin/nix eval .#python310Packages.pyglet --raw --apply "p: let gh = m : m.github or \"\"; nonempty = s: s != \"\"; addAt = s: \"@\"+s; in builtins.concatStringsSep \" \" (map addAt (builtins.filter nonempty (map gh p.meta.maintainers or []))" Standard error: warning: Git tree '/var/cache/nixpkgs-update/worker/worktree/python310Packages.pyglet' is dirty error: syntax error, unexpected end of file, expecting ')' at «string»:1:177: 1| p: let gh = m : m.github or ""; nonempty = s: s != ""; addAt = s: "@"+s; in builtins.concatStringsSep " " (map addAt (builtins.filter nonempty (map gh p.meta.maintainers or [])) | ^