[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
321/416: gnu: texlive-fancyvrb: Refresh package definition.
From: |
guix-commits |
Subject: |
321/416: gnu: texlive-fancyvrb: Refresh package definition. |
Date: |
Sun, 28 May 2023 02:33:13 -0400 (EDT) |
ngz pushed a commit to branch tex-team-next
in repository guix.
commit aaea2f0285d3fea8da950ebac0eb147b3f2e973d
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Tue May 16 22:33:26 2023 +0200
gnu: texlive-fancyvrb: Refresh package definition.
* gnu/packages/tex.scm (texlive-fancyvrb): Remove SIMPLE-TEXLIVE-PACKAGE
call.
---
gnu/packages/tex.scm | 20 +++++++++++---------
1 file changed, 11 insertions(+), 9 deletions(-)
diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm
index c8d6335c96..0e5f61785d 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -3634,14 +3634,16 @@ users, via its Plain TeX version.)")
(define-public texlive-fancyvrb
(package
- (inherit (simple-texlive-package
- "texlive-fancyvrb"
- (list "/doc/latex/fancyvrb/README"
- "/tex/latex/fancyvrb/")
- (base32
- "0pdilgpw4zc0ipp4z9kdi61nymifyjy2mfpk74xk2cw9vhynkk3w")
- #:trivial? #t))
- (home-page "https://www.ctan.org/pkg/fancyvrb")
+ (name "texlive-fancyvrb")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/latex/fancyvrb/" "tex/latex/fancyvrb/")
+ (base32
+ "0c7y3hfhsvn3qipkq0g5zl9r6aa7bhjvrafxn0w29rpxgs3mc4jj")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (home-page "https://ctan.org/pkg/fancyvrb")
(synopsis "Sophisticated verbatim text")
(description
"This package provides tools for the flexible handling of verbatim text
@@ -3650,7 +3652,7 @@ with many parameters; ability to define new customized
verbatim environments;
save and restore verbatim text and environments; write and read files in
verbatim mode; build \"example\" environments (showing both result and
verbatim source).")
- (license license:lppl1.0+)))
+ (license license:lppl1.3+)))
(define-deprecated-package texlive-latex-fancyvrb texlive-fancyvrb)
- 243/416: gnu: texlive-fontspec: Refresh package definition., (continued)
- 243/416: gnu: texlive-fontspec: Refresh package definition., guix-commits, 2023/05/28
- 252/416: gnu: texlive-lh: Refresh package definition., guix-commits, 2023/05/28
- 262/416: gnu: texlive-infwarerr: Refresh package definition., guix-commits, 2023/05/28
- 266/416: gnu: texlive-ltxcmds: Refresh package definition., guix-commits, 2023/05/28
- 264/416: gnu: texlive-kvdefinekeys: Refresh package definition., guix-commits, 2023/05/28
- 263/416: gnu: texlive-intcalc: Refresh package definition., guix-commits, 2023/05/28
- 278/416: gnu: texlive-epstopdf-pkg: Refresh package definition., guix-commits, 2023/05/28
- 281/416: gnu: Add texlive-hopatch., guix-commits, 2023/05/28
- 303/416: gnu: texlive-ddphonism: Refresh package definition., guix-commits, 2023/05/28
- 289/416: gnu: texlive-jadetex: Refresh package definition., guix-commits, 2023/05/28
- 321/416: gnu: texlive-fancyvrb: Refresh package definition.,
guix-commits <=
- 318/416: gnu: texlive-graphics-cfg: Refresh package definition., guix-commits, 2023/05/28
- 342/416: gnu: texlive-cm: Refresh package definition., guix-commits, 2023/05/28
- 329/416: gnu: texlive-dehyph-exptl: Refresh package definition., guix-commits, 2023/05/28
- 341/416: gnu: texlive-cm-lgc: Refresh package definition., guix-commits, 2023/05/28
- 317/416: gnu: texlive-greek-fontenc: Refresh package definition., guix-commits, 2023/05/28
- 328/416: gnu: texlive-ukrhyph: Refresh package definition., guix-commits, 2023/05/28
- 358/416: gnu: texlive-latex-base: Refresh package definition., guix-commits, 2023/05/28
- 356/416: gnu: texlive-siunitx: Refresh package definition., guix-commits, 2023/05/28
- 340/416: gnu: texlive-cm-super: Refresh package definition., guix-commits, 2023/05/28
- 314/416: gnu: texlive-lualibs: Refresh package definition., guix-commits, 2023/05/28