summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* gnu: pigx-sars-cov-2: Update to 0.0.7.Ricardo Wurmus2022-05-06
| | | | | | * gnu/packages/bioinformatics.scm (pigx-sars-cov-2): Update to 0.0.7. [inputs]: Remove bbmap and prinseq; add r-viridis. [arguments]: Remove autoreconf phase.
* gnu: Add pigx-sars-cov-2.Ricardo Wurmus2022-05-06
| | | | | * gnu/packages/bioinformatics.scm (pigx-sars-cov-2): New variable. (pigx-sars-cov2-ww): Deprecate this package in favor of the former.
* gnu: rust-instant-0.1: Update to 0.1.9.Ricardo Wurmus2022-05-06
| | | | * gnu/packages/crates-io.scm (rust-instant-0.1): Update to 0.1.9.
* gnu: rust-lock-api-0.4: Update to 0.4.5.Ricardo Wurmus2022-05-06
| | | | * gnu/packages/crates-io.scm (rust-lock-api-0.4): Update to 0.4.5.
* gnu: rust-parking-lot-0.11: Update to 0.11.2.Ricardo Wurmus2022-05-06
| | | | * gnu/packages/crates-io.scm (rust-parking-lot-0.11): Update to 0.11.2.
* gnu: rust-parking-lot-core-0.8: Update to 0.8.4.Ricardo Wurmus2022-05-06
| | | | * gnu/packages/crates-io.scm (rust-parking-lot-core-0.8): Update to 0.8.4.
* gnu: tcl-tls: Use a gexp.Ludovic Courtès2022-05-06
| | | | * gnu/packages/tcl.scm (tcl-tls)[arguments]: Use a gexp.
* gnu: tcl-tls: Add 'release-monitoring-url' and 'upstream-name' properties.Ludovic Courtès2022-05-06
| | | | * gnu/packages/tcl.scm (tcl-tls)[properties]: New field.
* gnu: tcl: Add tcl-tls to packages.Daniel Lowe2022-05-06
| | | | | | * gnu/packages/tcl.scm (tcl-tls): Added 1.7.22 Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: python-vedo: Update to 2022.2.0.Paul A. Patience2022-05-06
| | | | | | | | | | | | | * gnu/packages/python-science.scm (python-vedo): Update to 2022.2.0. [arguments]: Add 'fix-tests' phase. [inputs]: Move fenics and python-matplotlib to propagated-inputs. Move python-pkgconfig from here... [native-inputs]: ...to here. [propagated-inputs]: Add python-deprecated (and fenics and python-matplotlib). [description]: Make description more accurate. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: python-vedo: Disable sanity check.Paul A. Patience2022-05-06
| | | | | | | * gnu/packages/python-science.scm (python-vedo)[arguments]: Disable sanity check. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: python-vedo: Remove input labels.Paul A. Patience2022-05-06
| | | | | | | | * gnu/packages/python-science.scm (python-vedo)[inputs]: Remove labels and sort the inputs. [propagated-inputs]: Remove labels. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: python-vedo: Honor #:tests? flag.Paul A. Patience2022-05-06
| | | | | | | | * gnu/packages/python-science.scm (python-vedo)[arguments]: Adjust custom 'check' phase to honor the #:tests? flag. Also remove its trailing boolean. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: fenics: Fix sanity check.Paul A. Patience2022-05-06
| | | | | | | * gnu/packages/simulation.scm (fenics)[arguments]: Relax pybind11 requirement to appease the sanity check. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: fenics: Honor #:tests? flag.Paul A. Patience2022-05-06
| | | | | | | * gnu/packages/simulation.scm (fenics)[arguments]: Adjust custom 'check' phase to honor the #:tests? flag. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: fenics-dolfin: Honor #:tests? flag.Paul A. Patience2022-05-06
| | | | | | | | | * gnu/packages/simulation.scm (fenics-dolfin)[source]: Remove trailing boolean. [arguments]: Adjust custom 'check' phase to honor the #:tests? flag. While here, remove trailing booleans. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: Add Guix-Modules.Ludovic Courtès2022-05-06
| | | | * gnu/packages/package-management.scm (guix-modules): New variable.
* gnu: monero-gui: Update to 0.17.3.2.Guillaume Le Vaillant2022-05-06
| | | | * gnu/packages/finance.scm (monero-gui): Update to 0.17.3.2.
* gnu: monero: Update to 0.17.3.2.Guillaume Le Vaillant2022-05-06
| | | | | | * gnu/packages/finance.scm (monero): Update to 0.17.3.2. [source]: Remove obsolete part of snippet. [arguments]: Remove trailing booleans.
* gnu: Add dezyne.Jan (janneke) Nieuwenhuizen2022-05-06
| | | | | * gnu/packages/dezyne.scm: New file. * gnu/local.mk (GNU_SYSTEM_MODULES): Add it.
* gnu: mescc-tools: Update supported-systems.Jan (janneke) Nieuwenhuizen2022-05-06
| | | | | * gnu/packages/mes.scm (mescc-tools)[supported-systems]: Add riscv32-linux, riscv64-linux, remove powerpc64le-linux.
* gnu: links: Use gexps.Efraim Flashner2022-05-06
| | | | * gnu/packages/web-browsers.scm (links)[arguments]: Rewrite using gexps.
* gnu: links: Remove input labels.Efraim Flashner2022-05-06
| | | | * gnu/packages/web-browsers.scm (links)[inputs]: Remove input labels.
* gnu: links: Use configure-flags.Efraim Flashner2022-05-06
| | | | | * gnu/packages/web-browsers.scm (links)[arguments]: Add configure-flags field. Adjust custom 'configure phase to use configure-flags.
* gnu: links: Update to 2.26.Efraim Flashner2022-05-06
| | | | * gnu/packages/web-browsers.scm (links): Update to 2.26.
* gnu: ncdu-2: Update to 2.1.2.Efraim Flashner2022-05-06
| | | | * gnu/packages/ncdu.scm (ncdu-2): Update to 2.1.2.
* gnu: Add python-ipydatawidgets.Ricardo Wurmus2022-05-06
| | | | * gnu/packages/jupyter.scm (python-ipydatawidgets): New variable.
* gnu: Add python-xyzservices.Ricardo Wurmus2022-05-06
| | | | * gnu/packages/python-xyz.scm (python-xyzservices): New variable.
* gnu: Add python-mercantile.Ricardo Wurmus2022-05-06
| | | | * gnu/packages/python-xyz.scm (python-mercantile): New variable.
* gnu: Add python-ipympl.Ricardo Wurmus2022-05-06
| | | | * gnu/packages/jupyter.scm (python-ipympl): New variable.
* gnu: Add python-traittypes.Ricardo Wurmus2022-05-06
| | | | * gnu/packages/python-science.scm (python-traittypes): New variable.
* gnu: cava: Fix build failureDaniel Meißner2022-05-06
| | | | | | | * gnu/packages/audio.scm (cava)[source]: Remove bundled iniparser. (cava)[inputs]: Add iniparser. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: cava: Use G-expressions.Daniel Meißner2022-05-06
| | | | | | * gnu/packages/audio.scm (cava)[arguments]: Use G-expressions. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: nftables: Update to 1.0.2.kiasoc52022-05-06
| | | | | | | | | * gnu/packages/patches/nftables-fix-makefile.patch: New file. * gnu/local.mk (dist_patch_DATA): Add it. * gnu/packages/linux.scm (nftables): Update to 1.0.2. [source]: Add patch. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: Add python-arpeggio.Vincent Prat2022-05-06
| | | | | | * gnu/packages/python-xyz.scm (python-arpeggio): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: ytfzf: Update to 2.3.Michael Rohleder2022-05-06
| | | | | | | | | | | | * gnu/packages/patches/ytfzf-programs.patch, * gnu/packages/patches/ytfzf-updates.patch: Delete patches. * gnu/local.mk (dist_patch_DATA): Unregister them. * gnu/packages/image-viewers.scm (ytfzf): Update to 2.3. [source]: Delete patches. [arguments]: Remove phase 'patch-script. Add phase 'install-addons, 'wrap-program. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: slurm: Add 21.08.8.Ludovic Courtès2022-05-06
| | | | | * gnu/packages/parallel.scm (slurm): Update to 21.08.8. (slurm-20.11): New variable.
* gnu: slurm: Update to 20.11.9 [fixes CVE-2022-{29500,29501,29502}].Ludovic Courtès2022-05-06
| | | | * gnu/packages/parallel.scm (slurm): Update to 20.11.9.
* gnu: python-ipython: Add missing input.Ricardo Wurmus2022-05-06
| | | | | * gnu/packages/python-xyz.scm (python-ipython)[propagated-inputs]: Add python-decorator.
* gnu: python-traitlets: Update to 5.1.1.Ricardo Wurmus2022-05-06
| | | | | | * gnu/packages/python-xyz.scm (python-traitlets): Update to 5.1.1. [propagated-inputs]: Remove python-ipython-genutils, python-decorator, and python-six.
* gnu: Add python-kneed.Ricardo Wurmus2022-05-06
| | | | * gnu/packages/python-xyz.scm (python-kneed): New variable.
* gnu: Add python-databases.Ricardo Wurmus2022-05-06
| | | | * gnu/packages/databases.scm (python-databases): New variable.
* gnu: python-anyio: Update to 3.5.0.Ricardo Wurmus2022-05-06
| | | | | | | | * gnu/packages/python-xyz.scm (python-anyio): Update to 3.5.0. [arguments]: Remove phase 'fix-compatibility; disable one more test. [propagated-inputs]: Add python-contextvars and python-dataclasses. [native-inputs]: Add python-contextlib2 and python-trio; remove python-iniconfig.
* gnu: python-multipart: Fix test failure due to PyYAML 6.Ricardo Wurmus2022-05-06
| | | | | * gnu/packages/python-xyz.scm (python-multipart)[arguments]: Patch instance of yaml.load.
* gnu: Add byacc.Foo Chuan Wei2022-05-05
| | | | | | * gnu/packages/c.scm (byacc): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* transformations: Preserve transformation order in package property.Ludovic Courtès2022-05-05
| | | | | | | | | | Fixes <https://issues.guix.gnu.org/54942>. Reported by SeerLite <seerlite@nixnet.email>. * guix/transformations.scm (options->transformation) [package-with-transformation-properties]: Add call to 'reverse'. * tests/transformations.scm ("options->transformation, property order"): New test.
* gnu: b4: Update to 0.8.0.Ludovic Courtès2022-05-05
| | | | * gnu/packages/version-control.scm (b4): Update to 0.8.0.
* gnu: Add n2p2.Pierre-Antoine Bouttier2022-05-05
| | | | | | * gnu/packages/maths.scm (n2p2): New variable. Co-authored-by: Ludovic Courtès <ludo@gnu.org>
* gnu: icedove: Update to 91.9.0 [fixes CVE-2022-1520].Jonathan Brielmaier2022-05-05
| | | | * gnu/packages/gnuzilla.scm (icedove): Update to 91.9.0.
* gnu: python-pari-jupyter: Update to 1.4.1.Andreas Enge2022-05-05
| | | | | * gnu/packages/python-xyz.scm (python-pari-jupyter): Update to 1.4.1. [home-page]: Update after maintainer change.