Skip to content

Commit e7cdba6

Browse files
author
Christopher Baines
committed
gnu: ruby-sqlite3: Update to 1.4.2.
* gnu/packages/ruby.scm (ruby-sqlite3): Update to 1.4.2.
1 parent 3e776b4 commit e7cdba6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

gnu/packages/ruby.scm

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6076,14 +6076,14 @@ neither too verbose nor too minimal.")
60766076
(define-public ruby-sqlite3
60776077
(package
60786078
(name "ruby-sqlite3")
6079-
(version "1.3.13")
6079+
(version "1.4.2")
60806080
(source
60816081
(origin
60826082
(method url-fetch)
60836083
(uri (rubygems-uri "sqlite3" version))
60846084
(sha256
60856085
(base32
6086-
"01ifzp8nwzqppda419c9wcvr8n82ysmisrs0hph9pdmv1lpa4f5i"))))
6086+
"0lja01cp9xd5m6vmx99zwn4r7s97r1w5cb76gqd8xhbm1wxyzf78"))))
60876087
(build-system ruby-build-system)
60886088
(arguments
60896089
`(#:phases

0 commit comments

Comments
 (0)