Skip to content

Commit

Permalink
protobuf: update hash for patch needed when="@3.4:3.21" (#44210)
Browse files Browse the repository at this point in the history
* protobuf: update hash for patch needed when="@3.4:3.21"

* Update var/spack/repos/builtin/packages/protobuf/package.py

Co-authored-by: Wouter Deconinck <wdconinc@gmail.com>

* Update var/spack/repos/builtin/packages/protobuf/package.py

Co-authored-by: Wouter Deconinck <wdconinc@gmail.com>

---------

Co-authored-by: Wouter Deconinck <wdconinc@gmail.com>
  • Loading branch information
dmagdavector and wdconinc committed May 17, 2024
1 parent 77c83af commit 9bcc43c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions var/spack/repos/builtin/packages/protobuf/package.py
Original file line number Diff line number Diff line change
Expand Up @@ -110,9 +110,9 @@ class Protobuf(CMakePackage):

# fix build on Centos 8, see also https://github.com/protocolbuffers/protobuf/issues/5144
patch(
"https://github.com/protocolbuffers/protobuf/pull/11032/commits/3039f932aaf212bcf2f14a3f2fd00dbfb881e46b.patch?full_index=1",
"https://github.com/protocolbuffers/protobuf/commit/3039f932aaf212bcf2f14a3f2fd00dbfb881e46b.patch?full_index=1",
when="@3.4:3.21",
sha256="cefc4bf4aadf9ca33a336b2aa6d0d82006b6563e85122ae8cfb70345f85321dd",
sha256="a779238fb7957514d4fb393410111419a964771e826ec2a8f09c21aa1efbb4d1",
)

patch("msvc-abseil-target-namespace.patch", when="@3.22 %msvc")
Expand Down

0 comments on commit 9bcc43c

Please sign in to comment.