gnu: ruby-progressbar: Update to 1.10.1.

* gnu/packages/ruby.scm (ruby-progressbar): Update to 1.10.1.
This commit is contained in:
Tobias Geerinckx-Rice 2019-11-23 21:22:31 +01:00
parent 9d1cf6d42c
commit 2d2a2363e7
No known key found for this signature in database
GPG key ID: D889B0F018C5493C

View file

@ -3885,14 +3885,13 @@ (define-public ruby-dep
(define-public ruby-progressbar
(package
(name "ruby-progressbar")
(version "1.10.0")
(version "1.10.1")
(source
(origin
(method url-fetch)
(uri (rubygems-uri "ruby-progressbar" version))
(sha256
(base32
"1cv2ym3rl09svw8940ny67bav7b2db4ms39i4raaqzkf59jmhglk"))))
(base32 "1k77i0d4wsn23ggdd2msrcwfy0i376cglfqypkk2q77r2l3408zf"))))
(build-system ruby-build-system)
(arguments
'(;; TODO: There looks to be a circular dependency with ruby-fuubar.