From c97252f9051e556793ff5bd626c3e902812642ee Mon Sep 17 00:00:00 2001 From: Sharlatan Hellseher Date: Thu, 2 Oct 2025 10:35:37 +0100 Subject: gnu: ruby-nokogiri: Update to 1.18.10. * gnu/packages/ruby-xyz.scm (ruby-nokogiri): Update to 1.18.10. [source] : Remove it. * gnu/packages/patches/ruby-nokogiri.patch: Delete file. * gnu/local.mk (dist_patch_DATA): Deregister patch. Change-Id: I348869e8195b9f2f0cd24e4716316023a24a8788 --- gnu/local.mk | 1 - gnu/packages/patches/ruby-nokogiri.patch | 20 -------------------- gnu/packages/ruby-xyz.scm | 5 ++--- 3 files changed, 2 insertions(+), 24 deletions(-) delete mode 100644 gnu/packages/patches/ruby-nokogiri.patch (limited to 'gnu') diff --git a/gnu/local.mk b/gnu/local.mk index 2889c2e4bc..7bac10b70d 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 957d56eede..0000000000 --- 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 b155d8218d..7174952f5b 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" -- cgit v1.3