diff options
-rw-r--r-- | gnu/packages/cpp.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/cpp.scm b/gnu/packages/cpp.scm index ebc7e852a2..004fb8ecad 100644 --- a/gnu/packages/cpp.scm +++ b/gnu/packages/cpp.scm @@ -1279,7 +1279,7 @@ intuitive syntax and trivial integration.") ;; NOTE: remove strict versioning. (substitute* "styles.tex" (("lst@CheckVersion\\{1.6\\}") - "lst@CheckVersion{1.10}")) + "lst@CheckVersion{1.10c}")) (invoke "pdflatex" "std") (invoke "pdflatex" "std")))) ;Rerun to update references. (replace 'install |