Merge pull request #306464 from r-ryantm/auto-update/python311Packages.pure-protobuf

python311Packages.pure-protobuf: 3.0.1 -> 3.1.0
This commit is contained in:
Nick Cao 2024-04-24 10:25:23 -04:00 committed by GitHub
commit 44d034f9d3
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 2 deletions

View File

@ -13,7 +13,7 @@
buildPythonPackage rec {
pname = "pure-protobuf";
version = "3.0.1";
version = "3.1.0";
format = "pyproject";
# < 3.10 requires get-annotations which isn't packaged yet
@ -23,7 +23,7 @@ buildPythonPackage rec {
owner = "eigenein";
repo = "protobuf";
rev = "refs/tags/${version}";
hash = "sha256-sGKnta+agrpJkQB0twFkqRreD5WB2O/06g75N0ic4mc=";
hash = "sha256-JXC68iEX5VepIe4qpugvY0Qb3JlM5mPGHnUVWvb1TDA=";
};
build-system = [