GNU bug report logs - #75937
[PATCH] gnu: git-filter-repo: Update to 2.47.0.

Previous Next

Package: guix-patches;

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

Date: Thu, 30 Jan 2025 00:49:01 UTC

Severity: normal

Tags: patch

Done: Hilton Chain <hako <at> ultrarare.space>

Bug is archived. No further changes may be made.

Full log


Message #166 received at 75937 <at> debbugs.gnu.org (full text, mbox):

From: Nicolas Graves <ngraves <at> ngraves.fr>
To: 75937 <at> debbugs.gnu.org
Cc: Nicolas Graves <ngraves <at> ngraves.fr>, sharlatanus <at> gmail.com
Subject: [PATCH v3 38/90] gnu: ruby-selenium-webdriver: Update to 4.22.0.
Date: Fri, 31 Jan 2025 07:53:33 +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 778bedf0c6..ef3b29c0a0 100644
--- a/gnu/packages/ruby.scm
+++ b/gnu/packages/ruby.scm
@@ -16841,19 +16841,22 @@ (define-public ruby-securerandom
 (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 171 days ago.

Previous Next


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