me
/
guix
Archived
1
0
Fork 0

gnu: ruby-bandwidth-iris: Update to 7.0.0.

* gnu/packages/ruby.scm (ruby-bandwidth-iris): Update to 7.0.0.
master
Maxim Cournoyer 2023-03-14 15:17:29 -04:00
parent 3a0c066096
commit b6942012e2
No known key found for this signature in database
GPG Key ID: 1260E46482E63562
1 changed files with 2 additions and 2 deletions

View File

@ -13885,13 +13885,13 @@ requests.")
(define-public ruby-bandwidth-iris (define-public ruby-bandwidth-iris
(package (package
(name "ruby-bandwidth-iris") (name "ruby-bandwidth-iris")
(version "5.1.0") (version "7.0.0")
(source (source
(origin (origin
(method url-fetch) (method url-fetch)
(uri (rubygems-uri "ruby-bandwidth-iris" version)) (uri (rubygems-uri "ruby-bandwidth-iris" version))
(sha256 (sha256
(base32 "1hmrxs0dif6fw5npyzcshk4nq9qr2kbmnx7mdjr5v1nhzlfr0678")))) (base32 "131c4jhyvnrwbhizkks17fi9g85cwsq5f1p8zi408zyf63n7230d"))))
(build-system ruby-build-system) (build-system ruby-build-system)
(arguments (arguments
;; XXX: Tests don't require helper for some reason, so all fail. ;; XXX: Tests don't require helper for some reason, so all fail.