gnu: protobuf: Update to 3.5.1.
* gnu/packages/protobuf.scm (protobuf): Update to 3.5.1.
This commit is contained in:
		
							parent
							
								
									84958de120
								
							
						
					
					
						commit
						66e86f2681
					
				
					 1 changed files with 2 additions and 2 deletions
				
			
		| 
						 | 
					@ -71,7 +71,7 @@ data in motion, or as a file format for data at rest.")
 | 
				
			||||||
(define-public protobuf
 | 
					(define-public protobuf
 | 
				
			||||||
  (package
 | 
					  (package
 | 
				
			||||||
    (name "protobuf")
 | 
					    (name "protobuf")
 | 
				
			||||||
    (version "3.5.0")
 | 
					    (version "3.5.1")
 | 
				
			||||||
    (source (origin
 | 
					    (source (origin
 | 
				
			||||||
              (method url-fetch)
 | 
					              (method url-fetch)
 | 
				
			||||||
              (uri (string-append "https://github.com/google/protobuf/releases/"
 | 
					              (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"))
 | 
					                                  version ".tar.gz"))
 | 
				
			||||||
              (sha256
 | 
					              (sha256
 | 
				
			||||||
               (base32
 | 
					               (base32
 | 
				
			||||||
                "0lc5d5cnhsaiazc5gnsnv19bikk22rgcqlqzzrfvk6mkq98v1mld"))))
 | 
					                "14j0427ykjzrd9a66c2mpk0sjcccjlsx6q8ww6hzwb6sha3vm3f2"))))
 | 
				
			||||||
    (build-system gnu-build-system)
 | 
					    (build-system gnu-build-system)
 | 
				
			||||||
    (inputs `(("zlib" ,zlib)))
 | 
					    (inputs `(("zlib" ,zlib)))
 | 
				
			||||||
    (outputs (list "out"
 | 
					    (outputs (list "out"
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Reference in a new issue