mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-24 21:38:07 -05:00
gnu: protobuf-c: Update to 1.4.1.
* gnu/packages/protobuf.scm (protobuf-c): Update to 1.4.1.
This commit is contained in:
parent
32ba6c5ddf
commit
9e417d5cf6
1 changed files with 2 additions and 2 deletions
|
@ -220,7 +220,7 @@ (define-public protobuf-2
|
|||
(define-public protobuf-c
|
||||
(package
|
||||
(name "protobuf-c")
|
||||
(version "1.3.3")
|
||||
(version "1.4.1")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (string-append "https://github.com/protobuf-c/protobuf-c/"
|
||||
|
@ -228,7 +228,7 @@ (define-public protobuf-c
|
|||
"/protobuf-c-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32
|
||||
"0y3yaanq97si7iyld06p8w20m0shpj7sf4xwzbhhvijhxw36d592"))))
|
||||
"17rk42r3gcc46c2svd1mxs542wnl4mi77a6klkhg6wl1a36zmi2c"))))
|
||||
(build-system gnu-build-system)
|
||||
(inputs (list protobuf))
|
||||
(native-inputs (list pkg-config))
|
||||
|
|
Loading…
Reference in a new issue