summaryrefslogtreecommitdiff
path: root/gnu
Commit message (Collapse)AuthorAge
* images: pinebook-pro: Fix the agetty baud rate.Mathieu Othacehe2021-08-28
| | | | | * gnu/system/images/pinebook-pro.scm (pinebook-pro-barebones-os): Fix the agetty baud rate.
* gnu: Add lsofgraph.Oleg Pykhalov2021-08-28
| | | | * gnu/packages/admin.scm (lsofgraph): New variable.
* gnu: mame: Update to 0.235.Nicolas Goaziou2021-08-28
| | | | * gnu/packages/emulators.scm (mame): Update to 0.235.
* gnu: python-pyopencl: Update to 2021.2.6.Lars-Dominik Braun2021-08-27
| | | | | | | | | * gnu/packages/opencl.scm (python-pyopencl)[version]: Update to 2021.2.6. [source]: Point to new git repository. [#:phases]: Remove unused phases. [inputs]: Use unversioned opencl-headers. [propagated-inputs]: Remove unused inputs.
* gnu: python-pytools: Update to 2021.2.7.Lars-Dominik Braun2021-08-27
| | | | | * gnu/packages/opencl.scm (python-pytools)[version]: Update to 2021.2.7. [propagated-inputs]: Remove unused inputs.
* gnu: Add clpeak.Lars-Dominik Braun2021-08-27
| | | | * gnu/packages/benchmark.scm (clpeak): New variable.
* gnu: ocl-icd: Replace with opencl-icd-loader.Lars-Dominik Braun2021-08-27
| | | | | | | | | | | | | ocl-icd’s project page is dead and the source code is unavailable. * gnu/packages/opencl.scm (ocl-icd): Alias to opencl-icd-loader. (clinfo)[inputs]: Use opencl-icd-loader. (beignet)[inputs]: Dito. (pocl)[inputs]: Dito. (python-pyopencl)[inputs]: Dito. * gnu/packages/games.scm (leela-zero)[inputs]: Dito. * gnu/packages/photo.scm (darktable)[inputs]: Dito. * gnu/packages/rocm.scm (rocm-opencl-runtime)[inputs]: Dito.
* gnu: Add opencl-icd-loader.Lars-Dominik Braun2021-08-27
| | | | * gnu/packages/opencl.scm (opencl-icd-loader): New variable.
* gnu: clinfo: Update to 3.0.21.02.21 and simplify package.Lars-Dominik Braun2021-08-27
| | | | | * gnu/packages/opencl.scm (clinfo) [version]: Update to 3.0.21.02.21. [arguments]: Simplify #:phases by adding make arguments to #:make-flags.
* gnu: opencl-clhpp: Update to 2.0.15.Lars-Dominik Braun2021-08-27
| | | | | | | | Note that this version bump removes the deprecated cl.hpp header interface. * gnu/packages/opencl.scm (opencl-clhpp): Update to 2.0.15. [#:configure-flags]: Remove prefix.
* gnu: opencl-headers: Update to 2021.06.30 and switch to CMake.Lars-Dominik Braun2021-08-27
| | | | | * gnu/packages/opencl.scm (opencl-headers)[version]: Update to 2021.06.30. [build-system]: Switch to CMake.
* gnu: man-pages: Update to 5.13.Tobias Geerinckx-Rice2021-08-27
| | | | * gnu/packages/man.scm (man-pages): Update to 5.13.
* gnu: josm: Update to 18118.Clément Lassieur2021-08-27
| | | | | | | * gnu/packages/geo.scm (josm): Update to 18118. [inputs]: Add java-jsr305. [arguments]<#:phases>{fix-jcs}: Replace ICache.NAME_COMPONENT_DELIMITER with what it points to (":") because its location changed with jcs3.
* gnu: java-opening-hours-parser: Update to 0.23.0.Clément Lassieur2021-08-27
| | | | * gnu/packages/geo.scm (java-opening-hours-parser): Update to 0.23.0.
* gnu: postgresql-9.6: Update to 9.6.23.Efraim Flashner2021-08-27
| | | | * gnu/packages/databases.scm (postgresql-9.6): Update to 9.6.23.
* gnu: postgresql-10: Update to 10.18.Efraim Flashner2021-08-27
| | | | * gnu/packages/databases.scm (postgresql-10): Update to 10.18.
* gnu: postgresql-11: Update to 11.13.Efraim Flashner2021-08-27
| | | | * gnu/packages/databases.scm (postgresql-11): Update to 11.13.
* gnu: Add python-hmmlearn.Ricardo Wurmus2021-08-27
| | | | * gnu/packages/machine-learning.scm (python-hmmlearn): New variable.
* gnu: Add python-strawc.Ricardo Wurmus2021-08-27
| | | | * gnu/packages/bioinformatics.scm (python-strawc): New variable.
* gnu: Add r-cytonorm.Ricardo Wurmus2021-08-27
| | | | * gnu/packages/bioinformatics.scm (r-cytonorm): New variable.
* gnu: Add r-emdist.Ricardo Wurmus2021-08-27
| | | | * gnu/packages/cran.scm (r-emdist): New variable.
* gnu: emacs-dash: Update to 2.19.1.Nicolas Goaziou2021-08-27
| | | | * gnu/packages/emacs-xyz.scm (emacs-dash): Update to 2.19.1.
* gnu: emacs-auctex: Update to 13.0.14.Nicolas Goaziou2021-08-27
| | | | * gnu/packages/emacs-xyz.scm (emacs-auctex): Update to 13.0.14.
* gnu: python-greenlet: Update to 1.1.1.jgart2021-08-27
| | | | | | * gnu/packages/python-xyz.scm (python-greenlet): Update to 1.1.1. Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
* gnu: python-pytest-xprocess: Update to 0.18.1.jgart2021-08-26
| | | | | | | | | * gnu/packages/check.scm (python-pytest-xprocess): Update to 0.18.1. [native-inputs]: Add python-setuptools-scm. [home-page]: Fix linter warning to follow permanent redirect. Co-authored-by: Raghav Gururajan <rg@raghavgururajan.name> Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
* gnu: python-pytest-timeout: Update to 1.4.2.jgart2021-08-26
| | | | | | | * gnu/packages/check.scm (python-pytest-timeout): Update to 1.4.2. [propagated-inputs]:Add python-pytest-cov. Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
* gnu: emacs-vertico: Add new phase after unpack.Alexandr Vityazev2021-08-26
| | | | | * gnu/packages/emacs-xyz.scm (emacs-vertico)[arguments]<phases>: After the unpack phase add a move-source-files phase.
* gnu: emacs-guix: Update to 0.5.2.5-c9aef52.André A. Gomes2021-08-26
| | | | | | | | | Fixes <https://bugs.gnu.org/48844>. * gnu/packages/emacs-xyz.scm (emacs-guix): Update to c9aef52. [source]: Use gitlab. Co-authored-by: Brice Waegeneire <brice@waegenei.re>
* gnu: ccache: Update to 3.4.Sergei Trofimovich2021-08-26
| | | | * gnu/packages/ccache.scm: Update to 3.4.
* gnu: mc: Update to 4.8.27.Sergei Trofimovich2021-08-26
| | | | | | | | | | | | | Switched to direct mirror URI to match SSL certificate issuer (home page does not provide a download link over secure protocols). While at it added 'release-monitoing-url property to allow 'generic-html updater to fetch latest version from correct location. Otherwise the only available updater is 'gnu-ftp (which forces downgrade to ancient 4.6.1 release). * gnu/packages/mc.scm (mc): Update to 4.8.27. Explicitly set release-monitoing-url to up to date location.
* gnu: colobot: Update to 0.2.0-alpha.Nicolas Goaziou2021-08-26
| | | | * gnu/packages/games.scm (colobot): Update to 0.2.0-alpha.
* gnu: nushell: Update to 0.36.0.Nicolas Goaziou2021-08-26
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * gnu/packages/shells.scm (nushell): Update to 0.36.0. (rust-nu-ansi-term-0.36): (rust-nu-cli-0.36): (rust-nu-command-0.36): (rust-nu-completion-0.36): (rust-nu-data-0.36): (rust-nu-engine-0.36): (rust-nu-errors-0.36): (rust-nu-json-0.36): (rust-nu-parser-0.36): (rust-nu-path-0.36): (rust-nu-plugin-0.36): (rust-nu-plugin-binaryview-0.36): (rust-nu-plugin-chart-0.36): (rust-nu-plugin-fetch-0.36): (rust-nu-plugin-from-bson-0.36): (rust-nu-plugin-from-sqlite-0.36): (rust-nu-plugin-inc-0.36): (rust-nu-plugin-match-0.36): (rust-nu-plugin-post-0.36): (rust-nu-plugin-ps-0.36): (rust-nu-plugin-query-json-0.36): (rust-nu-plugin-s3-0.36): (rust-nu-plugin-selector-0.36): (rust-nu-plugin-start-0.36): (rust-nu-plugin-sys-0.36): (rust-nu-plugin-textview-0.36): (rust-nu-plugin-to-bson-0.36): (rust-nu-plugin-to-sqlite-0.36): (rust-nu-plugin-tree-0.36): (rust-nu-plugin-xpath-0.36): (rust-nu-pretty-hex-0.36): (rust-nu-protocol-0.36): (rust-nu-source-0.36): (rust-nu-stream-0.36): (rust-nu-table-0.36): (rust-nu-test-support-0.36): (rust-nu-value-ext-0.36): Update to 0.36.0. (rust-nu-serde-0.36): New variable.
* gnu: Add rust-zstd-0.9.Nicolas Goaziou2021-08-26
| | | | | * gnu/packages/crates-io.scm (rust-zstd-0.9): New variable. (rust-zstd-0.8): Inherit from above.
* gnu: rust-zstd-safe-4: Update to 4.1.1+zstd.1.5.0.Nicolas Goaziou2021-08-26
| | | | * gnu/packages/crates-io.scm (rust-zstd-safe-4): Update to 4.1.1+zstd.1.5.0.
* gnu: rust-zstd-sys-1: Update to 1.6.1+zstd.1.5.0.Nicolas Goaziou2021-08-26
| | | | * gnu/packages/crates-io.scm (rust-zstd-sys-1): Update to 1.6.1+zstd.1.5.0.
* gnu: Add rust-bigdecimal-rs-0.2.Nicolas Goaziou2021-08-26
| | | | * gnu/packages/crates-io.scm (rust-bigdecimal-rs-0.2): New variable.
* gnu: Add rust-flatbuffers-2.Nicolas Goaziou2021-08-26
| | | | | * gnu/packages/crates-io.scm (rust-flatbuffers-2): New variable. (rust-flatbuffers-0.8): Inherit from above.
* gnu: Add rust-jsonpath-lib-0.3.Nicolas Goaziou2021-08-26
| | | | * gnu/packages/crates-io.scm (rust-jsonpath-lib-0.3): New variable.
* gnu: Add rust-polars-0.15.Nicolas Goaziou2021-08-26
| | | | | * gnu/packages/crates-io.scm (rust-polars-0.15): New variable. (rust-polars-0.14): Inherit from above.
* gnu: Add rust-polars-lazy-0.15.Nicolas Goaziou2021-08-26
| | | | | * gnu/packages/crates-io.scm (rust-polars-lazy-0.15): New variable. (rust-polars-lazy-0.14): Inherit from above.
* gnu: Add rust-polars-io-0.15.Nicolas Goaziou2021-08-26
| | | | | * gnu/packages/crates-io.scm (rust-polars-io-0.15): New variable. (rust-polars-io-0.14): Inherit from above.
* gnu: Add rust-polars-arrow-0.15.Nicolas Goaziou2021-08-26
| | | | | * gnu/packages/crates-io.scm (rust-polars-arrow-0.15): New variable. (rust-polars-arrow-0.14): Inherit from above.
* gnu: Add rust-polars-core-0.15.Nicolas Goaziou2021-08-26
| | | | | * gnu/packages/crates-io.scm (rust-polars-core-0.15): New variable. (rust-polars-core-0.14): Inherit from above.
* gnu: Add rust-parquet-5.Nicolas Goaziou2021-08-26
| | | | | * gnu/packages/crates-io.scm (rust-parquet-5): New variable. (rust-parquet-4): Inherit from above.
* gnu: Add rust-arrow-5.Nicolas Goaziou2021-08-26
| | | | | * gnu/packages/crates-io.scm (rust-arrow-5): New variable. (rust-arrow-4): Inherit from above.
* gnu: Add rust-rustyline-9.Nicolas Goaziou2021-08-26
| | | | | * gnu/packages/crates-io.scm (rust-rustyline-9): New variable. (rust-rustyline-8): Inherit from above.
* gnu: Add rust-fd-lock-3.Nicolas Goaziou2021-08-26
| | | | | * gnu/packages/crates-io.scm (rust-fd-lock-3): New variable. (rust-fd-lock-2): Inherit from above.
* gnu: Add rust-nix-0.22.Nicolas Goaziou2021-08-26
| | | | | * gnu/packages/crates-io.scm (rust-nix-0.22): New variable. (rust-nix-0.21): Inherit from above.
* gnu: rust-libc-0.2: Update to 0.2.101.Nicolas Goaziou2021-08-26
| | | | * gnu/packages/crates-io.scm (rust-libc-0.2): Update to 0.2.101.
* gnu: rust-thiserror-1: Update to 1.0.26.Nicolas Goaziou2021-08-26
| | | | * gnu/packages/crates-io.scm (rust-thiserror-1): Update to 1.0.26.