gnu: protobuf: Update to 2.6.1.

* gnu/packages/protobuf.scm (protobuf): Update to 2.6.1.
[source]: Update to new upstream URL.
This commit is contained in:
Leo Famulari 2016-07-29 16:02:45 -04:00
parent da2d893e32
commit de30a6e0f0
No known key found for this signature in database
GPG Key ID: 2646FA30BACA7F08
1 changed files with 4 additions and 3 deletions

View File

@ -32,14 +32,15 @@
(define-public protobuf (define-public protobuf
(package (package
(name "protobuf") (name "protobuf")
(version "2.5.0") (version "2.6.1")
(source (origin (source (origin
(method url-fetch) (method url-fetch)
(uri (string-append "http://protobuf.googlecode.com/files/protobuf-" (uri (string-append "https://github.com/google/protobuf/releases/"
"download/v" version "/protobuf-"
version ".tar.bz2")) version ".tar.bz2"))
(sha256 (sha256
(base32 (base32
"0xxn9gxhvsgzz2sgmihzf6pf75clr05mqj6218camwrwajpcbgqk")))) "040rcs9fpv4bslhiy43v7dcrzakz4vwwpyqg4jp8bn24sl95ci7f"))))
(build-system gnu-build-system) (build-system gnu-build-system)
(inputs `(("zlib" ,zlib))) (inputs `(("zlib" ,zlib)))
(home-page "http://code.google.com/p/protobuf/") (home-page "http://code.google.com/p/protobuf/")