Age | Commit message (Collapse) | Author |
|
* gnu/packages/bioconductor.scm (r-ancombc): Update to 2.2.2.
|
|
* gnu/packages/bioconductor.scm (r-omnipathr): Update to 3.8.2.
|
|
According to upstream, the current version has 19 security issues.
See also <https://curl.se/docs/vuln-7.85.0.html>.
* gnu/packages/curl.scm (curl/fixed): New variable.
(curl): Use it as replacement.
|
|
* gnu/packages/java.scm (openjdk-10)[arguments]: Replace inherited
'patch-for-aarch64 phase for changes in source code layout.
Co-authored-by: Christopher Baines <mail@cbaines.net>
Co-authored-by: Tim Johann <t1m@phrogstar.de>
|
|
* gnu/packages/code.scm (universal-ctags): Update to 6.0.20231001.0.
|
|
* gnu/packages/tree-sitter.scm (tree-sitter-java): Update to 0.20.1.
Signed-off-by: Andrew Tropin <andrew@trop.in>
|
|
* gnu/packages/emacs-xyz.scm (emacs-elpy): Update to 1.35.0-2.7ff8ffa.
[origin]: Apply patch.
[arguments]: Disable a new test in the disable-broken-tests phase.
* gnu/packages/patches/emacs-elpy-dup-test-name.patch: New file.
* gnu/local.mk (dist_patch_DATA): Register it.
|
|
* gnu/packages/benchmark.scm (gcc-toolchain*): Replace gcc-toolchain-12
reference with gcc-toolchain.
* gnu/packages/benchmark.scm (phoronix-test-suite): Augment wrap-binary phase
with GCC variables.
[propagated-inputs]: Delete field, moving gcc-toolchain to...
[inputs]: ... here.
[search-paths]: New field.
|
|
* guix/search-paths.scm ($C_INCLUDE_PATH, $CPLUS_INCLUDE_PATH)
($LIBRARY_PATH, %gcc-search-paths): New variables.
|
|
Fixes CVE-2023-43788 and CVE-2023-43789. See the X.Org security advisory
<https://lists.x.org/archives/xorg/2023-October/061506.html> for more
information.
* gnu/packages/xorg.scm (libxpm)[replacement]: New field, set to ...
(libxpm/fixed): ... this new variable.
|
|
Fixes CVE-2023-43785, CVE-2023-43786, and CVE-2023-43787. See the X.Org
security advisory <https://lists.x.org/archives/xorg/2023-October/061506.html>
for more information.
* gnu/packages/xorg.scm (libx11-fixed): Update to 1.8.7.
|
|
* gnu/packages/patches/emacs-debbugs-keep-patch-subject.patch: New file.
* gnu/local.mk (dist_patch_DATA): Register it.
* gnu/packages/emacs-xyz.scm (emacs-debbugs) [origin]: Use it.
|
|
* gnu/packages/maths.scm (suitesparse-3): Delete variable.
Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
|
|
* gnu/packages/maths.scm (scilab): Update to 2023.1.0.
[source] Use git-fetch.
<modules>: Add (guix build utils) and (ice-9 ftw).
<patches>: Add patch for hdf5 >= 1.10.
<snippet>: Move contents of the "scilab" directory to its parents. Remove
the other files and autogenerated files.
[native-inputs]: Add autoconf, autoconf-archive, automake, bison, eigen, flex,
libtool, ocaml and ocaml-findlib.
[inputs]: Add ocaml-num, replace hdf5-1.8 by hdf5-1.14 and suitesparse-3 by
suitesparse.
[arguments]: Remove quasiquote. Add --enable-build-parser,
--with-eigen-include=..., OCAMLC=... and OCAMLOPT=... to #:configure-flags.
<#:phases>: Add fix-ocaml-num, remove-desktop-files,
bootstrap-dynamic_link-scripts and build-parsers phases. Remove fixes for
compilation and linker errors from the pre-build phase.
[home-page]: Update URL.
[description]: Add two spaces between sentences.
[license]: Update to gpl2 and bsd-3.
Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
|
|
* gnu/packages/parallel.scm (parallel): Update to 20230922.
Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
|
|
* gnu/packages/rdesktop.scm (freerdp): Update to 2.11.2.
Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
|
|
Message-ID: <0064c4ff9262c4906131909ae1276667033f8811.1696343806.git.ekaitz@elenq.tech>
From: Ekaitz Zarraga <ekaitz@elenq.tech>
Date: Tue, 3 Oct 2023 16:28:58 +0200
Subject: [PATCH] gnu: guile-mastodon: Update to 0.0.1-0a94ae6b
* gnu/packages/guile-xyz.scm (guile-mastodon): Update to 0.0.1-0a94ae6b
Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
|
|
* gnu/packages/engineering.scm (kicad): Update to 7.0.8.
Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
|
|
* guix/build/meson-configuration.scm (write-assigment): Print true for
#t and false for #f. Previously it was inverting the values.
Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
|
|
* gnu/packages/games.scm (ultrastar-deluxe): Update to 2023.9.0.
[source]: Use tagged version again.
Tested-by: Jonathan Brielmaier <jonathan.brielmaier@web.de>
|
|
* gnu/packages/cran.scm (r-dofuture)[native-inputs]: Add r-markdown.
|
|
* gnu/packages/bioconductor.scm (r-arrayquality): New variable.
|
|
* gnu/packages/bioconductor.scm (r-arraymvout): New variable.
|
|
* gnu/packages/bioconductor.scm (r-parody): New variable.
|
|
* gnu/packages/bioconductor.scm (r-mdqc): New variable.
|
|
* gnu/packages/bioconductor.scm (r-apcomplex): New variable.
|
|
* gnu/packages/bioconductor.scm (r-org-sc-sgd-db): New variable.
|
|
* gnu/packages/bioconductor.scm (r-hybridmtest): New variable.
|
|
* gnu/packages/cran.scm (r-repmis): New variable.
|
|
* gnu/packages/bioconductor.scm (r-anota2seq): New variable.
|
|
* gnu/packages/emacs-xyz.scm (emacs-yeetube): Update to 2.0.5.
[arguments]<#:phases>: Update variable names holding executable locations.
|
|
* gnu/packages/emacs-xyz.scm (emacs-yaml-mode): Update to 0.0.16.
|
|
* gnu/packages/emacs-xyz.scm (emacs-org-dynamic-agenda): Update to 0.3.1.
|
|
* gnu/packages/emacs-xyz.scm (emacs-irony-mode): Update to 1.6.0.
|
|
* gnu/packages/emacs-xyz.scm (emacs-eldoc-box): Update to 1.11.1.
|
|
* gnu/packages/emacs-xyz.scm (emacs-corfu-terminal): Update to 0.7.
|
|
* gnu/packages/emacs-xyz.scm (emacs-clj-refactor): Update to 3.9.4.
|
|
* gnu/packages/lisp-xyz.scm (sbcl-cl-ini, ecl-cl-ini, cl-ini): New variables.
|
|
* gnu/packages/python-xyz.scm (python-altgraph): New variable.
Co-authored-by: jgart <jgart@dismail.de>
|
|
* gnu/packages/emacs-xyz.scm (emacs-yeetube): Fix indentation.
[synopsis, description]: Use Texinfo markup. Add proper capitalization.
|
|
* gnu/packages/emacs-xyz.scm (emacs-yeetube)[arguments]: Set locations for
"mpv" and "yt-dlp" executables from the store instead of relying on `executable-find'.
|
|
* gnu/packages/emacs-xyz.scm (emacs-yeetube): Update to 2.0.4.
[source]<origin>: Update URI.
[home-page]: Update it, too.
|
|
* gnu/packages/emacs-xyz.scm (emacs-yaml): Update to 0.5.4.
|
|
* gnu/packages/emacs-xyz.scm (emacs-web-mode): Update to 17.3.13.
|
|
* gnu/packages/emacs-xyz.scm (emacs-tree-inspector): Update to 0.4.
[arguments]<#:phases>: Require `subr-x' library in order to prevent a test
failure (and probably a run-time failure) when `hash-table-keys' is called.
|
|
* gnu/packages/emacs-xyz.scm (emacs-pg): Update to 0.24.
|
|
* gnu/packages/emacs-xyz.scm (emacs-parseedn): Update to 1.2.0.
|
|
* gnu/packages/emacs-xyz.scm (emacs-org-super-agenda)[arguments]: Use G-expressions.
|
|
* gnu/packages/emacs-xyz.scm (emacs-org-super-agenda)[arguments]<#:tests?>:
Set to #TRUE.
<#:phases>: Re-instate two previously failing tests, skip a new one.
|
|
* gnu/packages/emacs-xyz.scm (emacs-org-super-agenda): Update to 1.3.
|