gnu: ruby-sqlite3: Update to 1.3.13.
* gnu/packages/ruby.scm (ruby-sqlite3): Update to 1.3.13.
This commit is contained in:
		
							parent
							
								
									d33f889dac
								
							
						
					
					
						commit
						cba53c60d5
					
				
					 1 changed files with 3 additions and 3 deletions
				
			
		|  | @ -4,7 +4,7 @@ | |||
| ;;; Copyright © 2014, 2015 Mark H Weaver <mhw@netris.org> | ||||
| ;;; Copyright © 2014, 2015 David Thompson <davet@gnu.org> | ||||
| ;;; Copyright © 2015 Ricardo Wurmus <rekado@elephly.net> | ||||
| ;;; Copyright © 2015, 2016 Ben Woodcroft <donttrustben@gmail.com> | ||||
| ;;; Copyright © 2015, 2016, 2017 Ben Woodcroft <donttrustben@gmail.com> | ||||
| ;;; | ||||
| ;;; This file is part of GNU Guix. | ||||
| ;;; | ||||
|  | @ -3300,14 +3300,14 @@ neither too verbose nor too minimal.") | |||
| (define-public ruby-sqlite3 | ||||
|   (package | ||||
|     (name "ruby-sqlite3") | ||||
|     (version "1.3.12") | ||||
|     (version "1.3.13") | ||||
|     (source | ||||
|      (origin | ||||
|        (method url-fetch) | ||||
|        (uri (rubygems-uri "sqlite3" version)) | ||||
|        (sha256 | ||||
|         (base32 | ||||
|          "0hld87rvwyy31xsxzhicv2lj3g3kmvmwfxj09kw13g6lacdjz4bx")))) | ||||
|          "01ifzp8nwzqppda419c9wcvr8n82ysmisrs0hph9pdmv1lpa4f5i")))) | ||||
|     (build-system ruby-build-system) | ||||
|     (arguments | ||||
|      `(#:phases | ||||
|  |  | |||
		Reference in a new issue