guix_mirror_bot pushed a commit to branch ruby-team
in repository guix.

commit 52a6fc60ad86245d2eb0ebdc90519c5595201033
Author: Aaron Covrig <[email protected]>
AuthorDate: Sat Jan 17 00:57:23 2026 -0500

    gnu: ruby-faker: Update to 3.6.0.
    
    * gnu/packages/ruby-xyz.scm (ruby-faker): Update to 3.6.0.
    [description]: Add space after period.
    
    Change-Id: I2b45827ece0e9db3a7a0c7d6a69c29f5f3a6e13f
    Signed-off-by: Steve George <[email protected]>
---
 gnu/packages/ruby-xyz.scm | 14 ++++++++------
 1 file changed, 8 insertions(+), 6 deletions(-)

diff --git a/gnu/packages/ruby-xyz.scm b/gnu/packages/ruby-xyz.scm
index cc3bc6e997..3a9c109297 100644
--- a/gnu/packages/ruby-xyz.scm
+++ b/gnu/packages/ruby-xyz.scm
@@ -7885,7 +7885,7 @@ the pain of Ruby's Struct (or its setters).")
 (define-public ruby-faker
   (package
     (name "ruby-faker")
-    (version "3.2.0")
+    (version "3.6.1")
     (source
      (origin
        (method git-fetch)
@@ -7894,8 +7894,7 @@ the pain of Ruby's Struct (or its setters).")
              (commit (string-append "v" version))))
        (file-name (git-file-name name version))
        (sha256
-        (base32
-         "1wwdwh5qwaxnd9dl6732mj6b953l5r32r4936pj5680963iagq59"))))
+        (base32 "1jv39j3rv1bx4155rsq7cvl13kb173gl8ypvjd7v4ba5cnl5zrrl"))))
     (build-system ruby-build-system)
     (arguments
      (list
@@ -7904,12 +7903,15 @@ the pain of Ruby's Struct (or its setters).")
           (add-after 'unpack 'remove-rubocop-from-rakefile
             (lambda _
               (substitute* "Rakefile"
-                (("require 'rubocop/rake_task'") "")
-                (("RuboCop::RakeTask\\.new") "")))))))
+                (("require 'rubocop/rake_task'")
+                 "")
+                (("RuboCop::RakeTask\\.new")
+                 "")))))))
     (native-inputs (list ruby-yard ruby-simplecov ruby-timecop))
     (propagated-inputs (list ruby-i18n))
     (synopsis "Library for generating fake data")
-    (description "Faker is a port of Data::Faker from Perl. It is used to
+    (description
+     "Faker is a port of Data::Faker from Perl.  It is used to
 easily generate fake data: names, addresses, phone numbers, etc.")
     (home-page "https://github.com/faker-ruby/faker";)
     (license license:expat)))

Reply via email to