3
5
Fork 0
mirror of git://git.savannah.gnu.org/guix.git synced 2023-12-14 03:33:07 +01:00

gnu: ruby-sqlite3: Update to 1.4.2.

* gnu/packages/ruby.scm (ruby-sqlite3): Update to 1.4.2.
This commit is contained in:
Christopher Baines 2020-01-16 22:28:40 +00:00
parent 3e776b4426
commit e7cdba61cf
No known key found for this signature in database
GPG key ID: 5E28A33B0B84F577

View file

@ -6076,14 +6076,14 @@ neither too verbose nor too minimal.")
(define-public ruby-sqlite3
(package
(name "ruby-sqlite3")
(version "1.3.13")
(version "1.4.2")
(source
(origin
(method url-fetch)
(uri (rubygems-uri "sqlite3" version))
(sha256
(base32
"01ifzp8nwzqppda419c9wcvr8n82ysmisrs0hph9pdmv1lpa4f5i"))))
"0lja01cp9xd5m6vmx99zwn4r7s97r1w5cb76gqd8xhbm1wxyzf78"))))
(build-system ruby-build-system)
(arguments
`(#:phases