[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
321/458: gnu: texlive-fancyvrb: Refresh package definition.
From: |
guix-commits |
Subject: |
321/458: gnu: texlive-fancyvrb: Refresh package definition. |
Date: |
Wed, 14 Jun 2023 05:23:08 -0400 (EDT) |
ngz pushed a commit to branch tex-team-next
in repository guix.
commit 0739ae8e5f8fccc8d1010c1b3dcf44cc67f336d1
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 e9932c16a6..933c564b10 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -3630,14 +3630,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
@@ -3646,7 +3648,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)
- 343/458: gnu: texlive-cbfonts-fd: Refresh package definition., (continued)
- 343/458: gnu: texlive-cbfonts-fd: Refresh package definition., guix-commits, 2023/06/14
- 334/458: gnu: texlive-mflogo-font: Refresh package definition., guix-commits, 2023/06/14
- 278/458: gnu: texlive-epstopdf-pkg: Refresh package definition., guix-commits, 2023/06/14
- 302/458: gnu: texlive-doi: Refresh package definition., guix-commits, 2023/06/14
- 287/458: gnu: texlive-tools: Refresh package definition., guix-commits, 2023/06/14
- 280/458: gnu: texlive-graphics: Refresh package definition., guix-commits, 2023/06/14
- 310/458: gnu: Add texlive-cmexb., guix-commits, 2023/06/14
- 290/458: gnu: texlive-txfonts: Refresh package definition., guix-commits, 2023/06/14
- 299/458: gnu: texlive-ae: Refresh package definition., guix-commits, 2023/06/14
- 324/458: gnu: texlive-kpfonts: Refresh package definition., guix-commits, 2023/06/14
- 321/458: gnu: texlive-fancyvrb: Refresh package definition.,
guix-commits <=
- 322/458: gnu: texlive-epsf: Refresh package definition., guix-commits, 2023/06/14
- 330/458: gnu: texlive-helvetic: Refresh package definition., guix-commits, 2023/06/14
- 366/458: gnu: texlive-tabu: Remove SIMPLE-TEXLIVE-PACKAGE call., guix-commits, 2023/06/14
- 352/458: gnu: Add texlive-manfnt., guix-commits, 2023/06/14
- 373/458: gnu: texlive-unicode-math: Remove SIMPLE-TEXLIVE-PACKAGE call., guix-commits, 2023/06/14
- 379/458: gnu: texlive-babel-polish: Remove SIMPLE-TEXLIVE-PACKAGE call., guix-commits, 2023/06/14
- 365/458: gnu: texlive-catchfile: Remove SIMPLE-TEXLIVE-PACKAGE call., guix-commits, 2023/06/14
- 362/458: gnu: texlive-hyph-utf8: Remove SIMPLE-TEXLIVE-PACKAGE call., guix-commits, 2023/06/14
- 355/458: gnu: Add texlive-luatex., guix-commits, 2023/06/14
- 386/458: gnu: texlive-totcount: Remove SIMPLE-TEXLIVE-PACKAGE call., guix-commits, 2023/06/14