[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
321/418: gnu: texlive-fancyvrb: Refresh package definition.
From: |
guix-commits |
Subject: |
321/418: gnu: texlive-fancyvrb: Refresh package definition. |
Date: |
Mon, 29 May 2023 17:39:35 -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)
- 304/418: gnu: texlive-carlisle: Refresh package definition., (continued)
- 304/418: gnu: texlive-carlisle: Refresh package definition., guix-commits, 2023/05/29
- 305/418: gnu: texlive-calrsfs: Refresh package definition., guix-commits, 2023/05/29
- 306/418: gnu: texlive-seminar: Refresh package definition., guix-commits, 2023/05/29
- 308/418: gnu: texlive-fira: Refresh package definition., guix-commits, 2023/05/29
- 310/418: gnu: Add texlive-cmexb., guix-commits, 2023/05/29
- 311/418: gnu: texlive-cs: Refresh package definition., guix-commits, 2023/05/29
- 312/418: gnu: texlive-luaotfload: Refresh package definition., guix-commits, 2023/05/29
- 314/418: gnu: texlive-lualibs: Refresh package definition., guix-commits, 2023/05/29
- 316/418: gnu: texlive-url: Refresh package definition., guix-commits, 2023/05/29
- 318/418: gnu: texlive-graphics-cfg: Refresh package definition., guix-commits, 2023/05/29
- 321/418: gnu: texlive-fancyvrb: Refresh package definition.,
guix-commits <=
- 322/418: gnu: texlive-epsf: Refresh package definition., guix-commits, 2023/05/29
- 324/418: gnu: texlive-kpfonts: Refresh package definition., guix-commits, 2023/05/29
- 328/418: gnu: texlive-ukrhyph: Refresh package definition., guix-commits, 2023/05/29
- 329/418: gnu: texlive-dehyph-exptl: Refresh package definition., guix-commits, 2023/05/29
- 331/418: gnu: texlive-hardwrap: Refresh package definition., guix-commits, 2023/05/29
- 332/418: gnu: texlive-etex: Refresh package definition., guix-commits, 2023/05/29
- 334/418: gnu: texlive-mflogo-font: Refresh package definition., guix-commits, 2023/05/29
- 335/418: gnu: texlive-knuth-lib: Refresh package definition., guix-commits, 2023/05/29
- 340/418: gnu: texlive-cm-super: Refresh package definition., guix-commits, 2023/05/29
- 343/418: gnu: texlive-cbfonts-fd: Refresh package definition., guix-commits, 2023/05/29