summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
...
| * gnu: Add sbcl-cl-tld.Pierre Neidhardt2021-11-16
| | | | | | | | * gnu/packages/lisp-xyz.scm (sbcl-cl-tld): New variable.
| * gnu: sbcl-cl-webkit: Update to 3.2.0.Pierre Neidhardt2021-11-16
| | | | | | | | * gnu/packages/lisp-xyz.scm (sbcl-cl-webkit): Update to 3.2.0.
| * gnu: sbcl-cmd: Update to 20211009.Pierre Neidhardt2021-11-16
| | | | | | | | * gnu/packages/lisp-xyz.scm (sbcl-cmd): Update to 20211009.
| * services: cups: Update default timeouts.Tobias Geerinckx-Rice2021-11-16
| | | | | | | | | | | | | | | | Upstream raised these back in 2019 with CUPS 2.3.0. * gnu/services/cups.scm (<cups-configuration>): Raise default ‘multiple-operation-timeout’ and ‘timeout’ from 300 to 900 seconds. * doc/guix.texi (Printing Services): Adjust accordingly.
| * doc: Remove obsolete example module import.Tobias Geerinckx-Rice2021-11-16
| | | | | | | | | | | | | | This follows up on commit a247f5c7537df7e0c09051ba22d5c95eb08f48b9. * doc/guix.texi (X Window): Remove unused (srfi srfi-1) from the modify-services example.
| * gnu: guix-build-coordinator: Update to 0-37.200ffe7.Christopher Baines2021-11-15
| | | | | | | | | | * gnu/packages/package-management.scm (guix-build-coordinator): Update to 0-37.200ffe7.
| * gnu: libuv-for-node: Update to 1.42.0.Jelle Licht2021-11-15
| | | | | | | | * gnu/packages/libevent.scm (libuv-for-node): Update to 1.42.0.
| * gnu: node-lts: Update to 14.18.1 [security fixes].Jelle Licht2021-11-15
| | | | | | | | | | | | | | | | | | * gnu/packages/node.scm (node-lts): Update to 14.18.1. [native-inputs]: Replace c-ares with c-ares-for-node. [inputs]: Replace c-ares with c-ares-for-node. Includes fixes for CVE-2021-22918, CVE-2021-22930, CVE-2021-22931, CVE-2021-22939, and CVE-2021-22940.
| * gnu: llhttp-bootstrap: Update to 2.1.4 [security-fixes].Jelle Licht2021-11-15
| | | | | | | | | | | | * gnu/packages/node.scm (llhttp-bootstrap): Update to 2.1.4. Includes fixes for CVE-2021-22959 and CVE-2021-22960.
| * gnu: Add c-ares-for-node.Jelle Licht2021-11-15
| | | | | | | | | | | | * gnu/packages/adns.scm (c-ares-for-node): New variable. Co-authored-by: Marius Bakke <marius@gnu.org>
| * gnu: node: Add cpe-name.Jelle Licht2021-11-15
| | | | | | | | * gnu/packages/node.scm (node)[properties]: Add cpe-name.
| * gnu: taskwarrior: Update to 2.6.1.Lenny Händler2021-11-15
| | | | | | | | | | | | * gnu/packages/task-management.scm (taskwarrior): Update to 2.6.1. Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
| * gnu: emacs-helm: Update to 3.8.1.Nicolas Goaziou2021-11-15
| | | | | | | | * gnu/packages/emacs-xyz.scm (emacs-helm): Update to 3.8.1.
| * gnu: pdfarranger: Update to 1.8.0.Nicolas Goaziou2021-11-15
| | | | | | | | * gnu/packages/pdf.scm (pdfarranger): Update to 1.8.0.
| * gnu: julia: Fix llvm-julia version.Jean-Baptiste Volatier2021-11-15
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | LLVM bundled in the binary julia distributed by upstream has its version with a "jl" suffix. The llvm-julia package does not have this suffix, which causes some packages (e. g. LLVM.jl) to fail to load. LLVM.jl does this in order to be sure that it is loading a LLVM as patched for julia and not LLVM from the distribution which will lack the correct patches on distribs other than GUIX. I guess there might be other packages that rely on this, so we should fix our llvm-julia package. * gnu/packages/julia.scm (llvm) [source]: Add missing upstream patch [arguments]: Add configure-flag to set a "jl" suffix to llvm version (julia)[arguments]: Symlink llvm to llvm-11jl.so Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
| * gnu: emacs-consult: Update to 0.13.Nicolas Goaziou2021-11-15
| | | | | | | | * gnu/packages/emacs-xyz.scm (emacs-consult): Update to 0.13.
| * gnu: emacs-exwm: Update to 0.26.Nicolas Goaziou2021-11-15
| | | | | | | | * gnu/packages/emacs-xyz.scm (emacs-exwm): Update to 0.26.
| * gnu: emacs-rustic: Update to 2.1.Nicolas Goaziou2021-11-15
| | | | | | | | * gnu/packages/emacs-xyz.scm (emacs-rustic): Update to 2.1.
| * gnu: emacs-marginalia: Update to 0.10.Nicolas Goaziou2021-11-15
| | | | | | | | * gnu/packages/emacs-xyz.scm (emacs-marginalia): Update to 0.10.
| * gnu: borgmatic: Fix typo in description.Nicolas Goaziou2021-11-15
| | | | | | | | * gnu/packages/backup.scm (borgmatic): Fix typo, "software" being a mass noun.
| * gnu: hpcguix-web: Update to 0.2.0.Ludovic Courtès2021-11-15
| | | | | | | | | | | | | | | | | | | | | | | | * gnu/packages/web.scm (hpcguix-web): Update to 0.2.0. [arguments]: In 'wrap-program' phase, add guile-zlib to DEPS. [native-inputs]: Add GUILE. [inputs]: Add GUILE-ZLIB, GUILE-COMMONMARK, and GUILE-JSON. [propagated-inputs]: Remove. These were pointless. * gnu/services/web.scm (<hpcguix-web-configuration>)[address, port]: New fields. * doc/guix.texi (Web Services): Document them. * gnu/tests/web.scm (%hpcguix-web-os): Add 'address'.
| * gnu: python-pytorch: Update to 1.10.0.Ludovic Courtès2021-11-15
| | | | | | | | | | * gnu/packages/machine-learning.scm (python-pytorch): Update to 1.10.0. * gnu/packages/patches/python-pytorch-system-libraries.patch: Adjust.
| * gnu: Add python-minikanren.Ryan Prior2021-11-15
| | | | | | | | | | | | * gnu/packages/python-xyz.scm (python-minikanren): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
| * gnu: Add python-etuples.Ryan Prior2021-11-15
| | | | | | | | | | | | * gnu/packages/python-xyz.scm (python-etuples): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
| * gnu: Add python-cons.Ryan Prior2021-11-15
| | | | | | | | | | | | * gnu/packages/python-xyz.scm (python-cons): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
| * gnu: Add python-logical-unification.Ryan Prior2021-11-15
| | | | | | | | | | | | * gnu/packages/python-xyz.scm (python-logical-unification): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
| * gnu: Add python-multipledispatch.Ryan Prior2021-11-15
| | | | | | | | | | | | * gnu/packages/python-xyz.scm (python-multipledispatch): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
| * gnu: clang-toolchain: Add libomp.Ludovic Courtès2021-11-15
| | | | | | | | * gnu/packages/llvm.scm (make-clang-toolchain)[inputs]: Add LIBOMP.
| * gnu: Add python-rtree.Vinicius Monego2021-11-15
| | | | | | | | | | | | * gnu/packages/geo.scm (python-rtree): New variable. Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
| * gnu: Add python-ta-lib.Foo Chuan Wei2021-11-15
| | | | | | | | | | | | * gnu/packages/finance.scm (python-ta-lib): New variable. Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
| * gnu: Add cl-chemboy.Foo Chuan Wei2021-11-15
| | | | | | | | | | | | | | * gnu/packages/lisp-xyz.scm (cl-chemboy, ecl-chemboy, sbcl-chemboy): New variables. Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
| * gnu: Add cl-chemical-compounds.Foo Chuan Wei2021-11-15
| | | | | | | | | | | | | | * gnu/packages/lisp-xyz.scm (cl-chemical-compounds, ecl-chemical-compounds, sbcl-chemical-compounds): New variables. Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
| * gnu: Add cl-periodic-table.Foo Chuan Wei2021-11-15
| | | | | | | | | | | | | | * gnu/packages/lisp-xyz.scm (cl-periodic-table, ecl-periodic-table, sbcl-periodic-table): New variables. Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
| * gnu: python-scanpy: Run tests conditionally.Ricardo Wurmus2021-11-15
| | | | | | | | | | * gnu/packages/bioinformatics.scm (python-scanpy)[arguments]: Respect TESTS? argument.
| * gnu: guile-netlink: Update to 1.1.Julien Lepiller2021-11-15
| | | | | | | | * gnu/packages/guile-xyz.scm (guile-netlink): Update to 1.1.
| * gnu: python-pingouin: Update to 0.5.0.Arun Isaac2021-11-15
| | | | | | | | * gnu/packages/python-science.scm (python-pingouin): Update to 0.5.0.
| * gnu: python-scipy: Run tests conditionally.Ricardo Wurmus2021-11-15
| | | | | | | | | | * gnu/packages/python-science.scm (python-scipy)[arguments]: Respect TESTS? in 'CHECK phase.
| * gnu: Add python-hnswlib.Ricardo Wurmus2021-11-15
| | | | | | | | * gnu/packages/python-xyz.scm (python-hnswlib): New variable.
| * gnu: Add texlive-fira.Ricardo Wurmus2021-11-15
| | | | | | | | * gnu/packages/tex.scm (texlive-fira): New variable.
| * gnu: Add rust-adblock-0.4.phodina2021-11-15
| | | | | | | | | | | | | | | | * gnu/packages/crates-io.scm (rust-adblock-0.4): New variable. * gnu/packages/patches/rust-adblock-ignore-live-tests.patch: New file. * gnu/local.mk: Add patch. Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
| * gnu: Add rust-tokio-1.8.phodina2021-11-15
| | | | | | | | | | | | | | * gnu/packages/crates-io.scm (rust-tokio-1.8): New variable. (rust-tokio-1): Inherit from above. Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
| * gnu: Add rust-selectors-0.21.phodina2021-11-15
| | | | | | | | | | | | * gnu/packages/crates-io.scm (rust-selectors-0.21): New variable. Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
| * gnu: Add rust-rmp-serde-0.13.phodina2021-11-15
| | | | | | | | | | | | * gnu/packages/crates-io.scm (rust-rmp-serde-0.13): New variable. Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
| * gnu: Add rust-twoway-0.2.phodina2021-11-15
| | | | | | | | | | | | | | * gnu/packages/crates-io.scm (rust-twoway-0.2): New variable. (rust-twoway-0.1): Inherit from above. Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
| * gnu: rust-rmp-serde: Update to 0.15.5.phodina2021-11-15
| | | | | | | | | | | | | | * gnu/packages/crates-io.scm (rust-rmp-serde): Update to 0.15.5. (rust-serdeconv-0.4)[arguments]: Update rust-rmp-serde-0.15 in cargo-inputs. Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
| * gnu: Add rust-addr-0.14.phodina2021-11-15
| | | | | | | | | | | | * gnu/packages/crates-io.scm (rust-addr-0.14): New variable. Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
| * gnu: Add rust-no-std-net-0.5.phodina2021-11-15
| | | | | | | | | | | | * gnu/packages/crates-io.scm (rust-no-std-net-0.5): New variable. Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
| * gnu: Add rust-publicsuffix-2.phodina2021-11-15
| | | | | | | | | | | | | | * gnu/packages/crates-io.scm (rust-publicsuffix-2): New variable. (rust-publicsuffix-1): Inherit from above. Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
| * gnu: Add rust-psl-2.phodina2021-11-15
| | | | | | | | | | | | * gnu/packages/crates-io.scm (rust-psl-2): New variable. Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
| * gnu: Add rust-psl-types-2.phodina2021-11-15
| | | | | | | | | | | | * gnu/packages/crates-io.scm (rust-psl-types-2): New variable. Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>