mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 15:36:20 -05:00
gnu: ruby-lumberjack: Update to 1.0.10.
* gnu/packages/ruby.scm (ruby-lumberjack): Update to 1.0.10. [native-inputs]: Add 'ruby-timecop'.
This commit is contained in:
parent
e87dfdee86
commit
8be62d3f20
1 changed files with 4 additions and 3 deletions
|
@ -710,16 +710,17 @@ (define-public ruby-thor
|
|||
(define-public ruby-lumberjack
|
||||
(package
|
||||
(name "ruby-lumberjack")
|
||||
(version "1.0.9")
|
||||
(version "1.0.10")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (rubygems-uri "lumberjack" version))
|
||||
(sha256
|
||||
(base32
|
||||
"162frm2bwy58pj8ccsdqa4a6i0csrhb9h5l3inhkl1ivgfc8814l"))))
|
||||
"0ily8j83q959w19zb7qm6m7y53sdj9afxj4x6mn2adl4i7vpdsv4"))))
|
||||
(build-system ruby-build-system)
|
||||
(native-inputs
|
||||
`(("ruby-rspec" ,ruby-rspec)))
|
||||
`(("ruby-rspec" ,ruby-rspec)
|
||||
("ruby-timecop" ,ruby-timecop)))
|
||||
(synopsis "Logging utility library for Ruby")
|
||||
(description "Lumberjack is a simple logging utility that can be a drop in
|
||||
replacement for Logger or ActiveSupport::BufferedLogger. It provides support
|
||||
|
|
Loading…
Reference in a new issue