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

commit f1e50c54af6af33fe1578bf75ead66fd68c94da1
Author: gemmaro <[email protected]>
AuthorDate: Thu Jun 4 21:32:51 2026 +0200

    gnu: texlive-hyphen-complete: Refresh input.
    
    * gnu/packages/tex.scm (texlive-hyphen-complete)[native-inputs]:
    Replace ruby-hydra-minimal/pinned by ruby-hydra-minimal.
    
    Change-Id: I7212fe1bfc4c338ddd59c403c3d1701a533887a0
    Signed-off-by: Andreas Enge <[email protected]>
---
 gnu/packages/tex.scm | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm
index 9163e7fbb4..acddcd6ceb 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -31,6 +31,7 @@
 ;;; Copyright © 2023 Timothy Sample <[email protected]>
 ;;; Copyright © 2024, 2025 Janneke Nieuwenhuizen <[email protected]>
 ;;; Copyright © 2025 Hugo Buddelmeijer <[email protected]>
+;;; Copyright © 2026 gemmaro <[email protected]>
 ;;;
 ;;; This file is part of GNU Guix.
 ;;;
@@ -724,7 +725,7 @@ of user-specified directories similar to how shells look up 
executables.")
                   (invoke "ruby" "generate-ptex-patterns.rb"))))))))
     (native-inputs
      (list ruby
-           ruby-hydra-minimal/pinned
+           ruby-hydra-minimal
            ;; Build phase requires "docstrip.tex" from TEXLIVE-LATEX.
            ;; However, adding this package to native inputs would initiate
            ;; a circular dependency.  To work around this, use TEXLIVE-LATEX

Reply via email to