[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
202/418: gnu: texlive-biblatex-apa: Refresh package definition.
From: |
guix-commits |
Subject: |
202/418: gnu: texlive-biblatex-apa: Refresh package definition. |
Date: |
Fri, 2 Jun 2023 17:24:41 -0400 (EDT) |
ngz pushed a commit to branch tex-team-next
in repository guix.
commit 8e4fabe4256fa5bb1ac25f53cb10dc43103ff62f
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Mon May 15 19:45:29 2023 +0200
gnu: texlive-biblatex-apa: Refresh package definition.
* gnu/packages/tex.scm (texlive-biblatex-apa): Remove SIMPLE-TEXLIVE-PACKAGE
call.
---
gnu/packages/tex.scm | 27 +++++++++++++--------------
1 file changed, 13 insertions(+), 14 deletions(-)
diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm
index 08f3bff5c3..204cf29378 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -10847,23 +10847,22 @@ section.
(define-public texlive-biblatex-apa
(package
- ;; Version 9.16 2022-06-22
- (inherit (simple-texlive-package
- "texlive-biblatex-apa"
- (list "doc/latex/biblatex-apa/"
- "tex/latex/biblatex-apa/")
- (base32
- "0ivf7xbzj4xd57sqfbi87hbr73rraqifkzvx06yxgq0gmzz0x6wl")
- #:trivial? #t))
- (propagated-inputs
- (list texlive-biblatex biber texlive-csquotes))
- (home-page
- "https://www.ctan.org/pkg/biblatex-apa")
+ (name "texlive-biblatex-apa")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/latex/biblatex-apa/"
+ "tex/latex/biblatex-apa/")
+ (base32
+ "0ivf7xbzj4xd57sqfbi87hbr73rraqifkzvx06yxgq0gmzz0x6wl")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (home-page "https://ctan.org/pkg/biblatex-apa")
(synopsis "BibLaTeX citation and reference style for APA")
(description
"This is a fairly complete BibLaTeX style (citations and references) for
-@acronym{APA, American Psychological Association} publications. It implements
-and automates most of the guidelines in the APA 7th edition style guide for
+APA (American Psychological Association) publications. It implements and
+automates most of the guidelines in the APA 7th edition style guide for
citations and references.")
(license license:lppl1.3c)))
- 166/418: gnu: texlive-threeparttablex: Refresh package definition., (continued)
- 166/418: gnu: texlive-threeparttablex: Refresh package definition., guix-commits, 2023/06/02
- 167/418: gnu: texlive-xpatch: Refresh package definition., guix-commits, 2023/06/02
- 173/418: gnu: texlive-inriafonts: Refresh package definition., guix-commits, 2023/06/02
- 176/418: gnu: texlive-xifthen: Refresh package definition., guix-commits, 2023/06/02
- 183/418: gnu: texlive-xcharter: Refresh package definition., guix-commits, 2023/06/02
- 186/418: gnu: texlive-cabin: Refresh package definition., guix-commits, 2023/06/02
- 189/418: gnu: texlive-fourier: Refresh package definition., guix-commits, 2023/06/02
- 191/418: gnu: texlive-mathdesign: Refresh package definition., guix-commits, 2023/06/02
- 193/418: gnu: texlive-fpl: Refresh package definition., guix-commits, 2023/06/02
- 194/418: gnu: texlive-fp: Refresh package definition., guix-commits, 2023/06/02
- 202/418: gnu: texlive-biblatex-apa: Refresh package definition.,
guix-commits <=
- 206/418: gnu: texlive-iftex: Refresh package definition., guix-commits, 2023/06/02
- 203/418: gnu: texlive-biblatex: Refresh package definition., guix-commits, 2023/06/02
- 209/418: gnu: texlive-beamer: Refresh package definition., guix-commits, 2023/06/02
- 212/418: gnu: texlive-xunicode: Refresh package definition., guix-commits, 2023/06/02
- 217/418: gnu: texlive-wasy: Refresh package definition., guix-commits, 2023/06/02
- 220/418: gnu: texlive-dejavu: Refresh package definition., guix-commits, 2023/06/02
- 221/418: gnu: texlive-libertine: Refresh package definition., guix-commits, 2023/06/02
- 226/418: gnu: texlive-xmltex: Fix build., guix-commits, 2023/06/02
- 230/418: gnu: texlive-csplain: Refresh package definition., guix-commits, 2023/06/02
- 216/418: gnu: texlive-wrapfig: Refresh package definition., guix-commits, 2023/06/02