summaryrefslogtreecommitdiff
path: root/gnu
diff options
context:
space:
mode:
authorSharlatan Hellseher <sharlatanus@gmail.com>2025-10-02 10:35:37 +0100
committerSharlatan Hellseher <sharlatanus@gmail.com>2025-10-02 10:50:48 +0100
commitc97252f9051e556793ff5bd626c3e902812642ee (patch)
treecb3f6f8eea83a6897228336a07e77b328ba4ba1b /gnu
parent601b637701ba4d4306c7b33eb798f5e00a870e25 (diff)
gnu: ruby-nokogiri: Update to 1.18.10.
* gnu/packages/ruby-xyz.scm (ruby-nokogiri): Update to 1.18.10. [source] <patches>: Remove it. * gnu/packages/patches/ruby-nokogiri.patch: Delete file. * gnu/local.mk (dist_patch_DATA): Deregister patch. Change-Id: I348869e8195b9f2f0cd24e4716316023a24a8788
Diffstat (limited to 'gnu')
-rw-r--r--gnu/local.mk1
-rw-r--r--gnu/packages/patches/ruby-nokogiri.patch20
-rw-r--r--gnu/packages/ruby-xyz.scm5
3 files changed, 2 insertions, 24 deletions
diff --git a/gnu/local.mk b/gnu/local.mk
index 2889c2e4bc5..7bac10b70d5 100644
--- a/gnu/local.mk
+++ b/gnu/local.mk
@@ -2257,7 +2257,6 @@ dist_patch_DATA = \
%D%/packages/patches/ruby-flores-fix-deprecations.patch \
%D%/packages/patches/ruby-latex-decode-fix-test.patch \
%D%/packages/patches/ruby-mustache-1.1.1-fix-race-condition-tests.patch \
- %D%/packages/patches/ruby-nokogiri.patch \
%D%/packages/patches/ruby-pg-fix-connect-timeout.patch \
%D%/packages/patches/ruby-x25519-automatic-fallback-non-x86_64.patch \
%D%/packages/patches/rust-1.64-fix-riscv64-bootstrap.patch \
diff --git a/gnu/packages/patches/ruby-nokogiri.patch b/gnu/packages/patches/ruby-nokogiri.patch
deleted file mode 100644
index 957d56eede7..00000000000
--- a/gnu/packages/patches/ruby-nokogiri.patch
+++ /dev/null
@@ -1,20 +0,0 @@
-Description: Removed some unnecessary test setup such as SimpleCov.
-diff --git a/test/helper.rb b/test/helper.rb
-index c84c6f06..9f8022c0 100644
---- a/test/helper.rb
-+++ b/test/helper.rb
-@@ -12,14 +12,6 @@
- # - NOKOGIRI_MEMORY_SUITE: read more in test/test_memory_usage.rb
- #
-
--unless ENV["RUBY_MEMCHECK_RUNNING"]
-- require "simplecov"
-- SimpleCov.start do
-- add_filter "/test/"
-- enable_coverage :branch
-- end
--end
--
- $VERBOSE = true
-
- require "fileutils"
diff --git a/gnu/packages/ruby-xyz.scm b/gnu/packages/ruby-xyz.scm
index b155d8218d8..7174952f5bb 100644
--- a/gnu/packages/ruby-xyz.scm
+++ b/gnu/packages/ruby-xyz.scm
@@ -6184,7 +6184,7 @@ that provides the ability to deal with POSIX tar archive files.")
(define-public ruby-nokogiri
(package
(name "ruby-nokogiri")
- (version "1.16.8")
+ (version "1.18.10")
(source (origin
(method git-fetch)
(uri (git-reference
@@ -6193,8 +6193,7 @@ that provides the ability to deal with POSIX tar archive files.")
(file-name (git-file-name name version))
(sha256
(base32
- "09fkjvs4n9n0k0b2qyiq5pxrzidb5a7xaklpckslbcm9fb2gvsq9"))
- (patches (search-patches "ruby-nokogiri.patch"))))
+ "1lrng9xbhyw4mkm50wyzab7dyxdwav4q4zyzx9bgilcnaqwc6rbq"))))
(build-system ruby-build-system)
(arguments
(list #:gem-flags #~(list "--" "--use-system-libraries"