1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-06-08 07:28:54 +02:00

gnu: ruby-daemons: Update to 1.2.4.

* gnu/packages/ruby.scm (ruby-daemons): Update to 1.2.4.
This commit is contained in:
Tobias Geerinckx-Rice
2017-08-10 23:21:15 +02:00
parent e2fcef3913
commit 8d10918a43
+2 -2
View File
@@ -1766,13 +1766,13 @@ for specs that share expensive database setup code.")
(define-public ruby-daemons
(package
(name "ruby-daemons")
(version "1.2.2")
(version "1.2.4")
(source (origin
(method url-fetch)
(uri (rubygems-uri "daemons" version))
(sha256
(base32
"121c7vkimg3baxga69xvdkwxiq8wkmxqvdbyqi5i82vhih5d3cn3"))))
"1bmb4qrd95b5gl3ym5j3q6mf090209f4vkczggn49n56w6s6zldz"))))
(build-system ruby-build-system)
(arguments
`(#:tests? #f)) ; no test suite