aboutsummaryrefslogtreecommitdiff
path: root/gnu/packages/statistics.scm
blob: 557b63aeaec6ac5a9da05309ab56c6c66ef84758 (about) (plain)
blob size (285KB) exceeds display size limit (100KB).
ove. [description] Reformat and add markup. Hartmut Goebel 2021-12-30gnu: rust-sequoia-openpgp-0.9: Move to (gnu packages sequoia)....* gnu/packages/crates-io.scm (rust-sequoia-openpgp-0.9): Move package to ... * gnu/packages/sequoia.scm: ... here. Inherit from rust-sequoia-openpgp-1. [arguments]<skip-build?> add, <cargo-development-inputs>: Remove. Hartmut Goebel 2021-12-30gnu: sequoia: Change into a meta-package and update to 1.6.0....* gnu/packages/sequoia.scm (sequoia): Update to 1.6.0. Change into a meta-package for all sequoia related binaries. [source, native-inputs]: Remove. [build-system]: Use trivial-build-system. [inputs]: Replace with list of packages to be merged. [arguments]: Replace by a trivial build step. [synopsis, description]: Adopt to being a meta-package. [license]: Adjust to license change of project. Hartmut Goebel 2021-12-30gnu: Add libsequoia....* gnu/packages/sequoia.scm (sequoia-package-origin): New variable. (libsequoia): New variable. * gnu/packages/patches/sequoia-fix-ffi-Makefile.patch, gnu/packages/patches/sequoia-remove-store.patch New files. * gnu/local.mk (dist_patch_DATA): Add them. Hartmut Goebel 2021-12-30gnu: Add sequoia-sqv....* gnu/packages/sequoia.scm (sequoia-sqv): New variable. Hartmut Goebel 2021-12-30gnu: Add sequoia-sq....* gnu/packages/sequoia.scm (sequoia-sq): New variable. Hartmut Goebel 2021-12-30gnu: Add rust-sequoia-autocrypt-0.23....* gnu/packages/sequoia.scm (rust-sequoia-autocrypt-0.23): New variable. Hartmut Goebel 2021-12-30gnu: Add rust-sequoia-ipc-0.26....* gnu/packages/sequoia.scm (rust-sequoia-ipc-0.26): New variable. Hartmut Goebel 2021-12-30gnu: Add rust-sequoia-net-0.23....* gnu/packages/sequoia.scm (rust-sequoia-net-0.23): New variable. Hartmut Goebel 2021-12-30gnu: Add rust-sequoia-openpgp-1....* gnu/packages/sequoia.scm (rust-sequoia-openpgp-1): New variable. Hartmut Goebel 2021-12-13gnu: Simplify package inputs....This commit was obtained by running: ./pre-inst-env guix style without any additional argument. Ludovic Courtès 2021-06-06Merge branch 'master' into core-updates... Conflicts: gnu/local.mk gnu/packages/algebra.scm gnu/packages/bioinformatics.scm gnu/packages/curl.scm gnu/packages/docbook.scm gnu/packages/emacs-xyz.scm gnu/packages/maths.scm gnu/packages/plotutils.scm gnu/packages/python-web.scm gnu/packages/python-xyz.scm gnu/packages/radio.scm gnu/packages/readline.scm gnu/packages/tls.scm gnu/packages/xml.scm gnu/packages/xorg.scm Marius Bakke 2021-05-31gnu: pep-engine: Update to 2.1.34....* gnu/packages/pep.scm (fdik-libetpan): Update to current development version. [source]: Switch to pep.foundation. (pep-engine): Update to 2.1.34. [source]: Switch to new git repo. [arguments]<make-flags>: Enable release-build. [inputs]: Use normal sequoia. * gnu/packages/sequoia.scm (sequoia4pEp): Remove variable. Hartmut Goebel 2021-05-23gnu: Fix erroneous uses of 'package/inherit'....These packages use a different source/version from the inherited package, and thus should not inherit replacements. * gnu/packages/check.scm (googletest-1.8, python-pytest-runner-2): Use record inheritance instead of PACKAGE/INHERIT. * gnu/packages/crates-io.scm (rust-bindgen-0.49, rust-bytes-0.4, rust-colored-1.9.1, rust-difference-1, rust-docopt-0.8, rust-html5ever-0.23, rust-http-0.1, rust-http-body-0.1, rust-loom-0.2, rust-loom-0.1, rust-pulldown-cmark-0.0.8, rust-ring-0.13, rust-rustls-0.12, rust-sct-0.3, rust-term-0.2, rust-untrusted-0.6, rust-webpki-0.18, rust-webpki-roots-0.17, rust-webpki-roots-0.14): Likewise. * gnu/packages/emacs.scm (emacs-next, emacs-next-pgtk, guile-emacs): Likewise. * gnu/packages/guile.scm (guile-2.2.4): Likewise. * gnu/packages/maths.scm (hdf5-1.10, hdf5-1.12): Likewise. * gnu/packages/protobuf.scm (protobuf-3.6, protobuf-3.5, python-protobuf-3.6): Likewise. * gnu/packages/python-web.scm (python2-html2text): Likewise. * gnu/packages/python-xyz.scm (python-pygments/fixed, python2-numpy, python2-urwid, python2-markdown, python2-fonttools): Likewise. * gnu/packages/racket.scm (racket): Likewise. * gnu/packages/sequoia.scm (sequoia4pEp): Likewise. Marius Bakke 2021-05-09Merge branch 'master' into core-updates... Conflicts: gnu/local.mk gnu/packages/bioinformatics.scm gnu/packages/django.scm gnu/packages/gtk.scm gnu/packages/llvm.scm gnu/packages/python-web.scm gnu/packages/python.scm gnu/packages/tex.scm guix/build-system/asdf.scm guix/build/emacs-build-system.scm guix/profiles.scm Marius Bakke 2021-05-04gnu: sequoia: Update to 1.1.0....* gnu/packages/sequoia.scm (sequoia): Update to 1.1.0. [arguments]: Remove phase "package", add phases "fix-rand-dependency" and "fix-permissions". Hartmut Goebel