mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-27 14:52:05 -05:00
gnu: protobuf: Update to 3.12.3.
* gnu/packages/protobuf.scm (protobuf): Update to 3.12.3.
This commit is contained in:
parent
ba1e4ce256
commit
7af2b55d7b
1 changed files with 2 additions and 2 deletions
|
@ -78,7 +78,7 @@ (define-public fstrm
|
||||||
(define-public protobuf
|
(define-public protobuf
|
||||||
(package
|
(package
|
||||||
(name "protobuf")
|
(name "protobuf")
|
||||||
(version "3.11.3")
|
(version "3.12.3")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append "https://github.com/google/protobuf/releases/"
|
(uri (string-append "https://github.com/google/protobuf/releases/"
|
||||||
|
@ -86,7 +86,7 @@ (define-public protobuf
|
||||||
version ".tar.gz"))
|
version ".tar.gz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0l8a1sgzhwwx5j5hv9n9zx8vkdwwn5gvd9dcpkkz4h0j17k1zywz"))))
|
"0s29dj8l9j6jk04im3ivcji1x9jm42fwjmwcmli0smz0m337xyaf"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(inputs `(("zlib" ,zlib)))
|
(inputs `(("zlib" ,zlib)))
|
||||||
(outputs (list "out"
|
(outputs (list "out"
|
||||||
|
|
Loading…
Reference in a new issue