me
/
guix
Archived
1
0
Fork 0

gnu: protobuf-c: Update to 1.4.1.

* gnu/packages/protobuf.scm (protobuf-c): Update to 1.4.1.
master
Maxim Cournoyer 2022-11-03 12:06:58 -04:00
parent 32ba6c5ddf
commit 9e417d5cf6
No known key found for this signature in database
GPG Key ID: 1260E46482E63562
1 changed files with 2 additions and 2 deletions

View File

@ -220,7 +220,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.3") (version "1.4.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/"
@ -228,7 +228,7 @@ internal RPC protocols and file formats.")
"/protobuf-c-" version ".tar.gz")) "/protobuf-c-" version ".tar.gz"))
(sha256 (sha256
(base32 (base32
"0y3yaanq97si7iyld06p8w20m0shpj7sf4xwzbhhvijhxw36d592")))) "17rk42r3gcc46c2svd1mxs542wnl4mi77a6klkhg6wl1a36zmi2c"))))
(build-system gnu-build-system) (build-system gnu-build-system)
(inputs (list protobuf)) (inputs (list protobuf))
(native-inputs (list pkg-config)) (native-inputs (list pkg-config))