[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
321/435: gnu: texlive-fancyvrb: Refresh package definition.
From: |
guix-commits |
Subject: |
321/435: gnu: texlive-fancyvrb: Refresh package definition. |
Date: |
Tue, 6 Jun 2023 11:40:17 -0400 (EDT) |
ngz pushed a commit to branch tex-team-next
in repository guix.
commit 7bd5968d41c85eecc225b45a4fd78a0b6379f6c2
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 1601bb0a00..09fb159aaa 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)
- 290/435: gnu: texlive-txfonts: Refresh package definition., (continued)
- 290/435: gnu: texlive-txfonts: Refresh package definition., guix-commits, 2023/06/06
- 289/435: gnu: texlive-jadetex: Refresh package definition., guix-commits, 2023/06/06
- 294/435: gnu: texlive-zhspacing: Refresh package definition., guix-commits, 2023/06/06
- 292/435: gnu: texlive-enumitem: Refresh package definition., guix-commits, 2023/06/06
- 298/435: gnu: texlive-inconsolata: Refresh package definition., guix-commits, 2023/06/06
- 300/435: gnu: texlive-textcase: Refresh package definition., guix-commits, 2023/06/06
- 297/435: gnu: texlive-times: Refresh package definition., guix-commits, 2023/06/06
- 301/435: gnu: texlive-etoolbox: Refresh package definition., guix-commits, 2023/06/06
- 302/435: gnu: texlive-doi: Refresh package definition., guix-commits, 2023/06/06
- 320/435: gnu: texlive-glyphlist: Refresh package definition., guix-commits, 2023/06/06
- 321/435: gnu: texlive-fancyvrb: Refresh package definition.,
guix-commits <=
- 325/435: gnu: texlive-kpathsea: Refresh package definition., guix-commits, 2023/06/06
- 328/435: gnu: texlive-ukrhyph: Refresh package definition., guix-commits, 2023/06/06
- 330/435: gnu: texlive-helvetic: Refresh package definition., guix-commits, 2023/06/06
- 331/435: gnu: texlive-hardwrap: Refresh package definition., guix-commits, 2023/06/06
- 332/435: gnu: texlive-etex: Refresh package definition., guix-commits, 2023/06/06
- 337/435: gnu: texlive-lm: Refresh package definition., guix-commits, 2023/06/06
- 339/435: gnu: texlive-courier: Refresh package definition., guix-commits, 2023/06/06
- 342/435: gnu: texlive-cm: Refresh package definition., guix-commits, 2023/06/06
- 343/435: gnu: texlive-cbfonts-fd: Refresh package definition., guix-commits, 2023/06/06
- 350/435: gnu: texlive-dvips: Refresh package definition., guix-commits, 2023/06/06