mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2026-04-06 21:20:33 +02:00
gnu: ruby-mysql2: Update to 0.5.6.
* gnu/packages/ruby-xyz.scm (ruby-mysql2): Update to 0.5.6. Change-Id: I809565f3ed7ddcd743ed28b0d549a246dcb54f30
This commit is contained in:
@@ -4899,7 +4899,7 @@ specs for Ruby implementations in ruby/spec.")
|
||||
(define-public ruby-mysql2
|
||||
(package
|
||||
(name "ruby-mysql2")
|
||||
(version "0.5.2")
|
||||
(version "0.5.6")
|
||||
(source
|
||||
(origin
|
||||
(method git-fetch)
|
||||
@@ -4909,7 +4909,7 @@ specs for Ruby implementations in ruby/spec.")
|
||||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32
|
||||
"11lvfgc2rmvkm52jp0nbi6pvhk06klznghr7llldfw8basl9n5wv"))))
|
||||
"0m68qykz94l2frqc05nfhkls7rmmq8nss2xajz8j8p8n7xahhscb"))))
|
||||
(build-system ruby-build-system)
|
||||
(arguments
|
||||
'(;; TODO: Tests require a running MySQL/MariaDB service
|
||||
|
||||
Reference in New Issue
Block a user