gnu: protobuf-c: Update to 1.3.1.
* gnu/packages/protobuf.scm (protobuf-c): Update to 1.3.1.master
parent
5dc8437fc0
commit
4a6785f6c0
|
@ -124,7 +124,7 @@ internal RPC protocols and file formats.")
|
||||||
(define-public protobuf-c
|
(define-public protobuf-c
|
||||||
(package
|
(package
|
||||||
(name "protobuf-c")
|
(name "protobuf-c")
|
||||||
(version "1.3.0")
|
(version "1.3.1")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append "https://github.com/protobuf-c/protobuf-c/"
|
(uri (string-append "https://github.com/protobuf-c/protobuf-c/"
|
||||||
|
@ -132,7 +132,7 @@ internal RPC protocols and file formats.")
|
||||||
"/protobuf-c-" version ".tar.gz"))
|
"/protobuf-c-" version ".tar.gz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"18aj4xfv26zjmj44zbb01wk90jl7y4aj5xvbzz4gg748kdxavjax"))))
|
"0rr2kn7804cvhdm6lzz04gz76vy0fzj15dijbr17nv8x34x2sisi"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(inputs `(("protobuf" ,protobuf)))
|
(inputs `(("protobuf" ,protobuf)))
|
||||||
(native-inputs `(("pkg-config" ,pkg-config)))
|
(native-inputs `(("pkg-config" ,pkg-config)))
|
||||||
|
|
Reference in New Issue