Merged
Conversation
This was referenced Oct 22, 2024
Contributor
|
could/should this include the additional changes to |
Contributor
Author
I was not aware of additional changes other than updating the version. Thanks for noticing! |
Comment on lines
-22
to
25
| pname = "grpcio"; | ||
| format = "setuptools"; | ||
| version = "1.66.2"; | ||
| version = "1.67.0"; | ||
| pyproject = true; | ||
|
|
||
| disabled = pythonOlder "3.8"; | ||
|
|
||
| src = fetchPypi { | ||
| inherit pname version; |
Contributor
There was a problem hiding this comment.
This didn't update the hash for grpcio and thus I am getting:
error: hash mismatch in fixed-output derivation '/nix/store/vdhziy181llx523mhjp3r7dpc5viyhlk-grpcio-1.67.0.tar.gz.drv':
likely URL: mirror://pypi/g/grpcio/grpcio-1.67.0.tar.gz
specified: sha256-VjWIxYe3XDS5KLxChUjlsA6jjEaXIYGk2Ldbp+PyQjE=
got: sha256-4JCyVT4Noch1RJyOdQc91EFd1xyb3mpAYkD99MDuRnw=
13 tasks
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Updates grpc and all corresponding python packages to 1.67.0.
Changelog: https://github.com/grpc/grpc/releases/tag/v1.67.0
Fixes current incompatibility between packages due to differing versions. #349050
Things done
nix.conf? (See Nix manual)sandbox = relaxedsandbox = truenix-shell -p nixpkgs-review --run "nixpkgs-review rev HEAD". Note: all changes have to be committed, also see nixpkgs-review usage./result/bin/)Add a 👍 reaction to pull requests you find important.