diff options
| author | Leo Famulari <leo@famulari.name> | 2016-07-29 16:02:45 -0400 |
|---|---|---|
| committer | Leo Famulari <leo@famulari.name> | 2016-07-29 16:41:06 -0400 |
| commit | de30a6e0f0c5fdb27dfac5460e8efda1408667a4 (patch) | |
| tree | 77f52419441a5ada21008b3ebabe16d0e099a95b /gnu | |
| parent | da2d893e324fcdd4ab9e3ccdd62d7aab520da3b5 (diff) | |
gnu: protobuf: Update to 2.6.1.
* gnu/packages/protobuf.scm (protobuf): Update to 2.6.1.
[source]: Update to new upstream URL.
Diffstat (limited to 'gnu')
| -rw-r--r-- | gnu/packages/protobuf.scm | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/gnu/packages/protobuf.scm b/gnu/packages/protobuf.scm index 86c418bb057..e1a3d8a6f13 100644 --- a/gnu/packages/protobuf.scm +++ b/gnu/packages/protobuf.scm | |||
| @@ -32,14 +32,15 @@ | |||
| 32 | (define-public protobuf | 32 | (define-public protobuf |
| 33 | (package | 33 | (package |
| 34 | (name "protobuf") | 34 | (name "protobuf") |
| 35 | (version "2.5.0") | 35 | (version "2.6.1") |
| 36 | (source (origin | 36 | (source (origin |
| 37 | (method url-fetch) | 37 | (method url-fetch) |
| 38 | (uri (string-append "http://protobuf.googlecode.com/files/protobuf-" | 38 | (uri (string-append "https://github.com/google/protobuf/releases/" |
| 39 | "download/v" version "/protobuf-" | ||
| 39 | version ".tar.bz2")) | 40 | version ".tar.bz2")) |
| 40 | (sha256 | 41 | (sha256 |
| 41 | (base32 | 42 | (base32 |
| 42 | "0xxn9gxhvsgzz2sgmihzf6pf75clr05mqj6218camwrwajpcbgqk")))) | 43 | "040rcs9fpv4bslhiy43v7dcrzakz4vwwpyqg4jp8bn24sl95ci7f")))) |
| 43 | (build-system gnu-build-system) | 44 | (build-system gnu-build-system) |
| 44 | (inputs `(("zlib" ,zlib))) | 45 | (inputs `(("zlib" ,zlib))) |
| 45 | (home-page "http://code.google.com/p/protobuf/") | 46 | (home-page "http://code.google.com/p/protobuf/") |
