GNU bug report logs - #76314
[PATCH ruby-team 00/71] Update ruby.

Previous Next

Package: guix-patches;

Reported by: Nicolas Graves <ngraves <at> ngraves.fr>

Date: Sun, 16 Feb 2025 00:29:01 UTC

Severity: normal

Tags: patch

Done: Sharlatan Hellseher <sharlatanus <at> gmail.com>

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: Nicolas Graves <ngraves <at> ngraves.fr>
To: 76314 <at> debbugs.gnu.org
Cc: Nicolas Graves <ngraves <at> ngraves.fr>
Subject: [bug#76314] [PATCH ruby-team 38/71] gnu: ruby-selenium-webdriver: Update to 4.22.0.
Date: Sun, 16 Feb 2025 01:34:06 +0100
* gnu/packages/ruby.scm (ruby-selenium-webdriver): Update to 4.22.0.
---
 gnu/packages/ruby.scm | 9 ++++++---
 1 file changed, 6 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/ruby.scm b/gnu/packages/ruby.scm
index bb156da927..9565212100 100644
--- a/gnu/packages/ruby.scm
+++ b/gnu/packages/ruby.scm
@@ -16821,19 +16821,22 @@ number generators.")
 (define-public ruby-selenium-webdriver
   (package
     (name "ruby-selenium-webdriver")
-    (version "4.8.5")
+    (version "4.22.0")
     (source (origin
               (method url-fetch)
               (uri (rubygems-uri "selenium-webdriver" version))
               (sha256
                (base32
-                "0wh44vpsyz4mgyq4h482prgiv7hqa5jsj4i7i5hnvv39jb0rfiwm"))))
+                "0rjxlivsh32xvjq78p1m1sr366aa04wms4hwb2r187ygrnmp0hv4"))))
     (build-system ruby-build-system)
     ;; FIXME: The gem release lacks test files, and the git checkout lacks
     ;; JavaScript source that is generated using Bazel, which isn't available
     ;; in Guix yet, so disable the test suite for now.
     (arguments (list #:tests? #f))
-    (propagated-inputs (list ruby-rexml ruby-rubyzip ruby-websocket))
+    (propagated-inputs (list ruby-base64
+                             ruby-rexml
+                             ruby-rubyzip
+                             ruby-websocket))
     (synopsis "Selenium browser automation bindings for Ruby")
     (description "Selenium implements the W3C WebDriver protocol to automate
 popular browsers.  It aims to mimic the behaviour of a real user as it
-- 
2.48.1





This bug report was last modified 89 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.