GNU bug report logs - #78826
[PATCH ruby-team 00/88] Switch to ruby@3.3 and build -P1 ruby@3.3

Previous Next

Package: guix-patches;

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

Date: Wed, 18 Jun 2025 14:22:02 UTC

Severity: normal

Tags: patch

Done: Andreas Enge <andreas <at> enge.fr>

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: 78826 <at> debbugs.gnu.org
Cc: Nicolas Graves <ngraves <at> ngraves.fr>
Subject: [bug#78826] [PATCH 53/88] gnu: ruby-bibtex-ruby: Improve style.
Date: Wed, 18 Jun 2025 16:27:40 +0200
* gnu/packages/ruby-xyz.scm (ruby-bibtex-ruby): Run guix style.
---
 gnu/packages/ruby-xyz.scm | 22 ++++++++--------------
 1 file changed, 8 insertions(+), 14 deletions(-)

diff --git a/gnu/packages/ruby-xyz.scm b/gnu/packages/ruby-xyz.scm
index 030e8b5826..e56935c03e 100644
--- a/gnu/packages/ruby-xyz.scm
+++ b/gnu/packages/ruby-xyz.scm
@@ -16264,21 +16264,15 @@ (define-public ruby-bibtex-ruby
   (package
     (name "ruby-bibtex-ruby")
     (version "6.0.0")
-    (source (origin
-              (method url-fetch)
-              (uri (rubygems-uri "bibtex-ruby" version))
-              (sha256
-               (base32
-                "0vynqa8q9hwghw6sdljr304b5gh11nqzy5nwqqwxmgy7pqyf7qw5"))))
+    (source
+     (origin
+       (method url-fetch)
+       (uri (rubygems-uri "bibtex-ruby" version))
+       (sha256
+        (base32 "0vynqa8q9hwghw6sdljr304b5gh11nqzy5nwqqwxmgy7pqyf7qw5"))))
     (build-system ruby-build-system)
-    (propagated-inputs
-     (list ruby-latex-decode
-           ruby-rdf
-           ruby-rdf-vocab))
-    (native-inputs
-     (list ruby-cucumber
-           ruby-minitest
-           ruby-yard))
+    (propagated-inputs (list ruby-latex-decode ruby-rdf ruby-rdf-vocab))
+    (native-inputs (list ruby-cucumber ruby-minitest ruby-yard))
     (arguments
      (list
       #:phases
-- 
2.49.0





This bug report was last modified 31 days ago.

Previous Next


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