me
/
guix
Archived
1
0
Fork 0

gnu: ruby-daemons: Update to 1.2.5.

* gnu/packages/ruby.scm (ruby-daemons): Update to 1.2.5
master
Tobias Geerinckx-Rice 2017-12-15 15:25:58 +01:00
parent fb812f7a2e
commit f03153db00
No known key found for this signature in database
GPG Key ID: 0DB0FF884F556D79
1 changed files with 2 additions and 2 deletions

View File

@ -1833,13 +1833,13 @@ for specs that share expensive database setup code.")
(define-public ruby-daemons
(package
(name "ruby-daemons")
(version "1.2.4")
(version "1.2.5")
(source (origin
(method url-fetch)
(uri (rubygems-uri "daemons" version))
(sha256
(base32
"1bmb4qrd95b5gl3ym5j3q6mf090209f4vkczggn49n56w6s6zldz"))))
"15smbsg0gxb7nf0nrlnplc68y0cdy13dm6fviavpmw7c630sring"))))
(build-system ruby-build-system)
(arguments
`(#:tests? #f)) ; no test suite