[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: |
Mon, 29 May 2023 17:39:15 -0400 (EDT) |
ngz pushed a commit to branch tex-team-next
in repository guix.
commit dcfd77c9a905513b3643cac80bacbc5e90ff62c8
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)))
- 76/418: gnu: texlive-latex-fancybox -> texlive-fancybox., (continued)
- 76/418: gnu: texlive-latex-fancybox -> texlive-fancybox., guix-commits, 2023/05/29
- 111/418: gnu: texlive-latex-ebproof -> texlive-ebproof., guix-commits, 2023/05/29
- 112/418: gnu: texlive-latex-bussproofs -> texlive-bussproofs., guix-commits, 2023/05/29
- 113/418: gnu: texlive-latex-textpos -> texlive-textpos., guix-commits, 2023/05/29
- 181/418: gnu: texlive-tcolorbox: Refresh package definition., guix-commits, 2023/05/29
- 187/418: gnu: texlive-mweights: Refresh package definition., guix-commits, 2023/05/29
- 192/418: gnu: texlive-arev: Refresh package definition., guix-commits, 2023/05/29
- 196/418: gnu: texlive-symbol: Refresh package definition., guix-commits, 2023/05/29
- 197/418: gnu: texlive-caption: Refresh package definition., guix-commits, 2023/05/29
- 199/418: gnu: texlive-microtype: Refresh package definition., guix-commits, 2023/05/29
- 202/418: gnu: texlive-biblatex-apa: Refresh package definition.,
guix-commits <=
- 205/418: gnu: texlive-csquotes: Refresh package definition., guix-commits, 2023/05/29
- 231/418: gnu: texlive-babel-french: Refresh package definition., guix-commits, 2023/05/29
- 227/418: gnu: texlive-pict2e: Refresh package definition., guix-commits, 2023/05/29
- 219/418: gnu: texlive-titlesec: Refresh package definition., guix-commits, 2023/05/29
- 218/418: gnu: texlive-marvosym: Refresh package definition., guix-commits, 2023/05/29
- 230/418: gnu: texlive-csplain: Refresh package definition., guix-commits, 2023/05/29
- 234/418: gnu: texlive-bigfoot: Refresh package definition., guix-commits, 2023/05/29
- 258/418: gnu: texlive-bigintcalc: Refresh package definition., guix-commits, 2023/05/29
- 259/418: gnu: texlive-bitset: Refresh package definition., guix-commits, 2023/05/29
- 268/418: gnu: texlive-uniquecounter: Refresh package definition., guix-commits, 2023/05/29