mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00: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:
parent
1b10e3edf6
commit
0bc60d5391
1 changed files with 2 additions and 2 deletions
|
@ -4899,7 +4899,7 @@ specs for Ruby implementations in ruby/spec.")
|
||||||
(define-public ruby-mysql2
|
(define-public ruby-mysql2
|
||||||
(package
|
(package
|
||||||
(name "ruby-mysql2")
|
(name "ruby-mysql2")
|
||||||
(version "0.5.2")
|
(version "0.5.6")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
|
@ -4909,7 +4909,7 @@ specs for Ruby implementations in ruby/spec.")
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"11lvfgc2rmvkm52jp0nbi6pvhk06klznghr7llldfw8basl9n5wv"))))
|
"0m68qykz94l2frqc05nfhkls7rmmq8nss2xajz8j8p8n7xahhscb"))))
|
||||||
(build-system ruby-build-system)
|
(build-system ruby-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
'(;; TODO: Tests require a running MySQL/MariaDB service
|
'(;; TODO: Tests require a running MySQL/MariaDB service
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue