gnu: ruby-sqlite3: Update to 1.4.4.
* gnu/packages/ruby.scm (ruby-sqlite3): Update to 1.4.4. [native-inputs]: Change from RUBY-MINI-PORTILE to RUBY-MINI-PORTILE-2.
This commit is contained in:
		
							parent
							
								
									1e39cc6481
								
							
						
					
					
						commit
						6ee0f40e83
					
				
					 1 changed files with 3 additions and 3 deletions
				
			
		|  | @ -8761,14 +8761,14 @@ neither too verbose nor too minimal.") | ||||||
| (define-public ruby-sqlite3 | (define-public ruby-sqlite3 | ||||||
|   (package |   (package | ||||||
|     (name "ruby-sqlite3") |     (name "ruby-sqlite3") | ||||||
|     (version "1.4.2") |     (version "1.4.4") | ||||||
|     (source |     (source | ||||||
|      (origin |      (origin | ||||||
|        (method url-fetch) |        (method url-fetch) | ||||||
|        (uri (rubygems-uri "sqlite3" version)) |        (uri (rubygems-uri "sqlite3" version)) | ||||||
|        (sha256 |        (sha256 | ||||||
|         (base32 |         (base32 | ||||||
|          "0lja01cp9xd5m6vmx99zwn4r7s97r1w5cb76gqd8xhbm1wxyzf78")))) |          "1z1wa639c278bsipczn6kv8b13fj85pi8gk7x462chqx6k0wm0ax")))) | ||||||
|     (build-system ruby-build-system) |     (build-system ruby-build-system) | ||||||
|     (arguments |     (arguments | ||||||
|      `(#:phases |      `(#:phases | ||||||
|  | @ -8779,7 +8779,7 @@ neither too verbose nor too minimal.") | ||||||
|     (inputs |     (inputs | ||||||
|      (list sqlite)) |      (list sqlite)) | ||||||
|     (native-inputs |     (native-inputs | ||||||
|      (list ruby-hoe ruby-rake-compiler ruby-mini-portile)) |      (list ruby-hoe ruby-rake-compiler ruby-mini-portile-2)) | ||||||
|     (synopsis "Interface with SQLite3 databases") |     (synopsis "Interface with SQLite3 databases") | ||||||
|     (description |     (description | ||||||
|      "This module allows Ruby programs to interface with the SQLite3 database |      "This module allows Ruby programs to interface with the SQLite3 database | ||||||
|  |  | ||||||
		Reference in a new issue