ngz pushed a commit to branch tex-team
in repository guix.

commit 69b5feb3913431e209392b7a1da26bf01f88c6a2
Author: Nicolas Goaziou <m...@nicolasgoaziou.fr>
AuthorDate: Sat Jun 22 11:04:48 2024 +0200

    gnu: texlive-ran-toks: Specify upstream name.
    
    * gnu/packages/tex.scm (texlive-ran-toks)[properties]: Add UPSTREAM-NAME 
property.
    
    Change-Id: I22ea91ec581249df44f7fd36dcd6aa3b8a38bfed
---
 gnu/packages/tex.scm | 1 +
 1 file changed, 1 insertion(+)

diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm
index 46f085f958..b73c5207ad 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -116968,6 +116968,7 @@ The author now considers the package obsolete, and 
recommends use of
                (base32
                 "18js88apqcvsr4z4fwjf6219d28fxnhcv3srhhksbi5h4ky8y88m"))))
     (outputs '("out" "doc"))
+    (properties '((upstream-name . "ran_toks")))
     (build-system texlive-build-system)
     (home-page "https://ctan.org/pkg/ran_toks";)
     (synopsis "Randomise token strings")

Reply via email to