diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2017-12-04 06:44:19 +0100 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2017-12-04 08:13:55 +0100 |
commit | 78bae62a25d2f29886a27699f5a07afa375192c0 (patch) | |
tree | 706836911dd088be5668e6da8b74b4937bb8defb /gnu/packages | |
parent | 74327874a5604fef4231589b4d5c6ec3229cb092 (diff) | |
download | guix-78bae62a25d2f29886a27699f5a07afa375192c0.tar.gz guix-78bae62a25d2f29886a27699f5a07afa375192c0.zip |
gnu: protobuf: Update to 3.5.0.
* gnu/packages/protobuf.scm (protobuf): Update to 3.5.0.
Diffstat (limited to 'gnu/packages')
-rw-r--r-- | gnu/packages/protobuf.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/protobuf.scm b/gnu/packages/protobuf.scm index 1ed813b761..0e7c5f3244 100644 --- a/gnu/packages/protobuf.scm +++ b/gnu/packages/protobuf.scm @@ -71,7 +71,7 @@ data in motion, or as a file format for data at rest.") (define-public protobuf (package (name "protobuf") - (version "3.4.1") + (version "3.5.0") (source (origin (method url-fetch) (uri (string-append "https://github.com/google/protobuf/releases/" @@ -79,7 +79,7 @@ data in motion, or as a file format for data at rest.") version ".tar.gz")) (sha256 (base32 - "0y6cr4l7bwa6zvjv5flzr4cx28shk5h8dz99xw90v8qih954pcrb")))) + "0lc5d5cnhsaiazc5gnsnv19bikk22rgcqlqzzrfvk6mkq98v1mld")))) (build-system gnu-build-system) (inputs `(("zlib" ,zlib))) (outputs (list "out" |