1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-06-25 08:04:08 +02:00

gnu: texlive-neoschool: Update to 2026.1-79141.

* gnu/packages/tex.scm (texlive-neoschool): Update to 2026.1-79141.

Change-Id: Iaeb2ad32d983ad49ab2470bdbcfa88eac2dab5dd
This commit is contained in:
Nicolas Goaziou
2026-05-26 18:17:59 +02:00
parent 72ad38a46f
commit 04eaafe0dc
+2 -2
View File
@@ -31008,7 +31008,7 @@ dissertation in LaTeX.")
(license license:lppl1.2+)))
(define-public texlive-neoschool
(let ((revision 79027)) ;release 1.3.7
(let ((revision 79141)) ;release 1.3.9
(package
(name "texlive-neoschool")
(version (string-append "2026.1-" (number->string revision)))
@@ -31022,7 +31022,7 @@ dissertation in LaTeX.")
"tex/latex/neoschool/"))))
(file-name (git-file-name name version))
(sha256
(base32 "08rv34syx6r4j3cfsfhd9409fhqfvh35vp4jb3ixmd1f03idzmmx"))))
(base32 "1jafxp187i2y8wci0b8rsa661l57b71pyf41xrsfz41c7ky7m0gs"))))
(outputs '("out" "doc"))
(build-system texlive-build-system)
(home-page "https://ctan.org/pkg/neoschool")