mirror of
git://git.savannah.gnu.org/guix.git
synced 2023-12-14 03:33:07 +01:00
gnu: protobuf: Update to 1.3.3.
* gnu/packages/protobuf.scm (protobuf): Update to 1.3.3.
This commit is contained in:
parent
2bfbe0787d
commit
e68ae70909
1 changed files with 2 additions and 2 deletions
|
@ -162,7 +162,7 @@ internal RPC protocols and file formats.")
|
|||
(define-public protobuf-c
|
||||
(package
|
||||
(name "protobuf-c")
|
||||
(version "1.3.2")
|
||||
(version "1.3.3")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (string-append "https://github.com/protobuf-c/protobuf-c/"
|
||||
|
@ -170,7 +170,7 @@ internal RPC protocols and file formats.")
|
|||
"/protobuf-c-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32
|
||||
"0x4ybd9rfd878p2imz0hb8zxfd7l60vbdw7cg84dnysr9kqm3wjk"))))
|
||||
"0y3yaanq97si7iyld06p8w20m0shpj7sf4xwzbhhvijhxw36d592"))))
|
||||
(build-system gnu-build-system)
|
||||
(inputs `(("protobuf" ,protobuf)))
|
||||
(native-inputs `(("pkg-config" ,pkg-config)))
|
||||
|
|
Loading…
Reference in a new issue