aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
...
* gnu: go-github-com-alecthomas-colour: Move to golang-xyz.Sharlatan Hellseher2024-07-07
| | | | | | | | * gnu/packages/golang.scm (go-github-com-alecthomas-colour): Move from here ... * gnu/packages/golang-xyz.scm: ... to here. Change-Id: I8cbe20aede41417cb6769011385d3986df714cd2
* gnu: go-github-com-alecthomas-repr: Move to golang-xyz.Sharlatan Hellseher2024-07-07
| | | | | | | | * gnu/packages/golang.scm (go-github-com-alecthomas-repr): Move from here ... * gnu/packages/golang-xyz.scm: ... to here. Change-Id: I0cc0ea79264d2365e1e1bf910720c956c527c23f
* gnu: go-github-com-alecthomas-repr: Update to 0.4.0.Sharlatan Hellseher2024-07-07
| | | | | | * gnu/packages/golang.scm (go-github-com-alecthomas-repr): Update to 0.4.0. Change-Id: I7dd2d9d777bf8d6db6aaf76b13b2b7f9dfa5ad66
* gnu: go-github-com-alecthomas-assert-v2: Update to 2.10.0.Sharlatan Hellseher2024-07-07
| | | | | | * gnu/packages/golang-check.scm (go-github-com-alecthomas-assert-v2): Update to 2.10.0. Change-Id: I61bf0c639efb2304896f03756725f9c98d212060
* gnu: go-github-com-alecthomas-chroma-v2: Enable all tests.Sharlatan Hellseher2024-07-07
| | | | | | | | * gnu/packages/golang-xyz.scm (go-github-com-alecthomas-chroma-v2) [arguments]: <#:go>: Use go-1.19. <#:phases>: Add 'remove-failing-tetdata-and-cmd-files. Use custom 'check phase. Change-Id: I76a8fcc8089f55e6645762c49c61219520147281
* gnu: go-github-com-alecthomas-chroma-v2: Update to 2.14.0.Sharlatan Hellseher2024-07-07
| | | | | | * gnu/packages/golang-xyz.scm (go-github-com-alecthomas-chroma-v2): Update to 2.14.0. Change-Id: I903f156c93485ebb2f46e6622d817cbf894e34ce
* gnu: python-pdfminer-six: Update to 20231228.Felix Gruber2024-07-07
| | | | | | | | | | | | * gnu/packages/python-xyz.scm (python-pdfminer-six): Update to 20231228. [build-system]: Use pyproject-build-system. [arguments]: Convert to gexp and remove custom 'check phase. [propagated-inputs]: Remove python-chardet and python-sortedcontainers. Add python-charset-normalizer. [native-inputs]: Remove python-nose and python-tox. Add python-pytest. Change-Id: I9913385a681b32afde930e32e7379db91357177b Signed-off-by: Andreas Enge <andreas@enge.fr>
* gnu: Add wf-config.Wamm K. D2024-07-07
| | | | | | | * gnu/packages/wm.scm (wf-config): New variable. Change-Id: Ie95333b92a8acb5f8b4f8e085e5ab35087bdc105 Signed-off-by: Andreas Enge <andreas@enge.fr>
* gnu: gmic: Update source hash.Zheng Junjie2024-07-07
| | | | | | | | Fixes: https://issues.guix.gnu.org/71970 * gnu/packages/image-processing.scm (gmic): Update source hash. Change-Id: Id7ad742086139263d5677339f1c7b91de350a3f2
* gnu: Add font-paytone-one.Luis Felipe2024-07-07
| | | | | | | * gnu/packages/fonts.scm (font-paytone-one): New variable. Change-Id: I0c1faf60855fbd10f2b4dd54026cfbabfa281441 Signed-off-by: Zheng Junjie <zhengjunjie@iscas.ac.cn>
* gnu: libunibreak: Update to 6.1.Zheng Junjie2024-07-07
| | | | | | | | * gnu/packages/unicode.scm (libunibreak): Update to 6.1. [arguments]<#:phases>: Comment it out. Change-Id: I1ccf8085a7d1be8263965e750ebf7adc5a83b618 Signed-off-by: Zheng Junjie <zhengjunjie@iscas.ac.cn>
* gnu: Add emacs-eshell-git-prompt.Thanos Apollo2024-07-07
| | | | | | | gnu/packages/emacs-xyz.scm (emacs-eshell-git-prompt): New variable. Change-Id: If3e7f918708d9b57295b368f5d7c5fc7b18d73cf Signed-off-by: Liliana Marie Prikler <liliana.prikler@gmail.com>
* gnu: emacs-next: Update to 30.0.60-1.4e22ef8.Liliana Marie Prikler2024-07-07
| | | | | | | | * gnu/packages/aux-files/emacs/comp-integrity-next.el: New file. * Makefile.am (AUX_FILES): Register it here. * gnu/packages/emacs.scm (emacs-next-minimal): Update to 30.0.60-1.4e22ef8. (emacs->emacs-next)[arguments]: Swap out ‘validate-comp-integrity’ phase, so as to refer to the new integrity check.
* gnu: komikku: Update to 1.46.0.Liliana Marie Prikler2024-07-07
| | | | | | | | * gnu/packages/gnome.scm (komikku): Update to 1.46.0. [source]: Use “https://codeberg.org” for the URL. [home-page]: Use “https://apps.gnome.org/Komikku”. [#:phases]<python-and-gi-wrap>: Also wrap GDK_PIXBUF_MODULE_FILE. [inputs]: Add webp-pixbuf-loader.
* gnu: webp-pixbuf-loader: Update to 0.2.4.Liliana Marie Prikler2024-07-07
| | | | * gnu/packages/gtk.scm (webp-pixbuf-loader): Update to 0.2.4.
* gnu: libadwaita: Update to 1.5.2.Liliana Marie Prikler2024-07-07
| | | | * gnu/packages/gnome.scm (libadwaita): Update to 1.5.2.
* gnu: clasp: Prevent ID clashes in dependent packages.Liliana Marie Prikler2024-07-07
| | | | | | | | | | | | | | | | Clasp uses an interesting CRTP pattern to insert statically (i.e. compile-time) generated numeric IDs into global fields. However, these templates are instantiated once per shared library---thus, whenever a library is linked, new IDs are generated, and the original intent (safely type-casting objects across libraries) is lost. To help the linker out, we make sure that these IDs are only instantiated in clasp and not when building other libraries. * gnu/packages/patches/clasp-hide-event-ids.patch: New file. * gnu/local.mk (dist_patch_DATA): Register it here. * gnu/packages/clasp.scm (source)[patches]: Add it here. (clingo)[#:phases]: Drop ‘skip-failing-tests’. (python-clorm)[#:phases]<fix-breaking-tests>: Adjust accordingly. (python-clintest): Drop arguments.
* doc: Update note on Emacs packages.Liliana Marie Prikler2024-07-07
| | | | | * doc/guix.texi ("Emacs packages"): Expand note to talk about differences between native compilation upstream and as used in Guix.
* gnu: weechat: Update to 4.3.4.Ashish SHUKLA2024-07-06
| | | | | | | * gnu/packages/irc.scm (weechat) : Update to 4.3.4. Change-Id: I506928ee0cdf7a349b8609b29c28060bf5661fe9 Signed-off-by: Vinicius Monego <monego@posteo.net>
* gnu: primesieve: Update to 12.3.Vinicius Monego2024-07-06
| | | | | | * gnu/packages/maths.scm (primesieve): Update to 12.3. Change-Id: Ie98e370f2467fd9e9c24e6bfb99b809011ee104a
* gnu: cminpack: Update to 1.3.9.Vinicius Monego2024-07-06
| | | | | | * gnu/packages/maths.scm (cminpack): Update to 1.3.9. Change-Id: I2b4039c4e8c313204f96773b1d0dd072dfca5d41
* gnu: python-emcee: Update to 3.1.6.Vinicius Monego2024-07-06
| | | | | | * gnu/packages/statistics.scm (python-emcee): Update to 3.1.6. Change-Id: I49f5d8247e2674170a677ff08bf62e82735bc74f
* gnu: xonsh: Improve package style.Vinicius Monego2024-07-06
| | | | | | | * gnu/packages/shells.scm (xonsh)[source](snippet): Remove trailing #t. [arguments]<#:phases>: Use #$output rather than the outputs alist. Change-Id: I30c1b1d8e64ba6bbce61e47cbfec91de3d3df7ae
* gnu: xonsh: Enable tests.Vinicius Monego2024-07-06
| | | | | | | | | | * gnu/packages/shells.scm (xonsh)[arguments]: Remove #:tests?. Skip failing tests in #:test-flags?. Add phase 'writable-home before 'check. [native-inputs]: Add git-minimal, python-pyte, python-pytest, python-pytest-mock, python-pytest-rerunfailures, python-pytest-subprocess, python-pytest-timeout, python-requests. Change-Id: Iba35db554b1536246efbd101d9d588f7007fb885
* gnu: xonsh: Move to pyproject-build-system.Vinicius Monego2024-07-06
| | | | | | | * gnu/packages/shells.scm (xonsh)[build-system]: Move to pyproject-build-system. Change-Id: I033a05b2eb94f15510ff7c3753768aec013dd11a
* gnu: xonsh: Update to 0.17.0.Vinicius Monego2024-07-06
| | | | | | | * gnu/packages/shells.scm (xonsh): Update to 0.17.0. [source](snippet): Update substitution. Change-Id: I62d31200f8636e6db9de5d697e711e5b70fcfa9d
* gnu: python-arviz: Update to 0.18.0.Vinicius Monego2024-07-06
| | | | | | | * gnu/packages/statistics.scm (python-arviz): Update to 0.18.0. [propagated-inputs]: Add python-dm-tree. Change-Id: Ia4714db0ea1ae5097afe875537c162f2cc3ad3fc
* gnu: zeal: Update to 0.7.1.Felix Gruber2024-07-06
| | | | | | | | | * gnu/packages/documentation.scm (zeal): Update to 0.7.1. [arguments]: Convert to gexp. [inputs]: Use new label-less style. Change-Id: I9d2851ee303f2e8ebed80b4a1e463aa290bea111 Signed-off-by: Andreas Enge <andreas@enge.fr>
* import: github: Honor upstream-name property.Dariqq2024-07-06
| | | | | | | | * guix/import/github.scm (import-release): Use package-upstream-name instead of package-name. Change-Id: I9a4999a01156ce02584270837ceab70996b49106 Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
* gnu: mes: Update to 0.27.Janneke Nieuwenhuizen2024-07-06
| | | | | | * gnu/packages/mes.scm (mes): Update to 0.27. Change-Id: Idf5214fa18fda5c862d9ae0d2a7a3b610e2d9cac
* gnu: blender: Update to 3.6.13.Vinicius Monego2024-07-06
| | | | | | * gnu/packages/graphics.scm (blender): Update to 3.6.13. Change-Id: Id18c3bc36cae18f54b116fa1ac3ff3e67b78f604
* gnu: openimageio: Add optional dependencies.Vinicius Monego2024-07-06
| | | | | | | * gnu/packages/graphics.scm (openimageio)[inputs]: Add dcmtk, freetype, libglvnd, libraw, libwebp, opencolorio, openjpeg. Change-Id: I19ac4119783744a37aee0b55d4b49dcf02b55762
* gnu: openimageio: Update to 2.5.13.0.Vinicius Monego2024-07-06
| | | | | | | * gnu/packages/graphics.scm (openimageio): Update to 2.5.13.0. [source, home-page]: Follow redirect. Change-Id: Iacbd7d5b3388e4b709d995ae96859174ee3165a4
* gnu: fonts: Add font-lilex.Charles2024-07-05
| | | | | | | * gnu/packages/fonts.scm (font-lilex): New variable. Change-Id: I356897bc84f49e9c83ea0faba26ffcd2aaf62427 Signed-off-by: jgart <jgart@dismail.de>
* gnu: python-cma: Update to 3.4.0.Vinicius Monego2024-07-05
| | | | | | * gnu/packages/machine-learning.scm (python-cma): Update to 3.4.0. Change-Id: Ida92761e12069a2e91e0e276c3b873c03bcfefdd
* gnu: python-gpytorch: Update to 1.12.Vinicius Monego2024-07-05
| | | | | | | | * gnu/packages/machine-learning.scm (python-gpytorch): Update to 1.12. [arguments]: Enable previously failing test. [propagated-inputs]: Add python-mpmath, python-scipy. Change-Id: I50b9787b2abee2438adaf486d842f4af0d32d162
* gnu: python-scikit-rf: Update to 1.1.0.Vinicius Monego2024-07-05
| | | | | | * gnu/packages/engineering.scm (python-scikit-rf): Update to 1.1.0. Change-Id: If72801c7dd0958c538ee95748794b67711b21cf1
* gnu: ffmpeg-normalize: Update to 1.28.2.Vinicius Monego2024-07-05
| | | | | | * gnu/packages/video.scm (ffmpeg-normalize): Update to 1.28.2. Change-Id: I2297e71645c7325d1576d17a0067a8e30f28bcd7
* gnu: python-cartopy: Update to 0.23.0.Vinicius Monego2024-07-05
| | | | | | | * gnu/packages/geo.scm (python-cartopy): Update to 0.23.0. [arguments]<#:test-flags>: Skip more network tests. Change-Id: Idbd2b3c52cba0fb58e78171df330581bf83ecbdf
* gnu: openshadinglanguage: Update to 1.13.10.0.Vinicius Monego2024-07-05
| | | | | | * gnu/packages/graphics.scm (openshadinglanguage): Update to 1.13.10.0. Change-Id: I7d9b367881c479a3eb4eb451f38b43564250ed30
* gnu: python-scikit-optimize: Update to 0.10.2.Vinicius Monego2024-07-05
| | | | | | | | | | | * gnu/packages/python-science.scm (python-scikit-optimize): Update to 0.10.2. [source]: Switch to maintained repository. Remove compatibility patches and snippet. * gnu/packages/patches/python-scikit-optimize-1148.patch, gnu/packages/patches/python-scikit-optimize-1150.patch: Remove files. * gnu/local.mk (dist_patch_DATA): Remove them. Change-Id: I6c23c93d3c256b0b97166f80eaeab7f2c7282c5f
* gnu: ansible: Update to 10.1.0.Vinicius Monego2024-07-05
| | | | | | * gnu/packages/admin.scm (ansible): Update to 10.1.0. Change-Id: If6c867fdb52c8a38cf48892e0692246c83affe21
* gnu: ansible-core: Update to 2.17.1.Vinicius Monego2024-07-05
| | | | | | | * gnu/packages/admin.scm (ansible-core): Update to 2.17.1. [source]: Update URI. Change-Id: Ia85ccabd5ac83e61baee8829ded0026ef0ae5388
* gnu: python-mapie: Update to 0.8.6.Vinicius Monego2024-07-05
| | | | | | * gnu/packages/statistics.scm (python-mapie): Update to 0.8.6. Change-Id: I30eaab1542a98361b75dc8a87bcde8f19a3807b5
* gnu: python-ta-lib: Update to 0.4.32.Vinicius Monego2024-07-05
| | | | | | * gnu/packages/finance.scm (python-ta-lib): Update to 0.4.32. Change-Id: I4cafd320daf68fd3de69ced3cf310443df7c2255
* gnu: python-deepxde: Update to 1.11.1.Vinicius Monego2024-07-05
| | | | | | | * gnu/packages/machine-learning.scm (python-deepxde): Update to 1.11.1. [source]: Update URI. Change-Id: I63c34558a9b55f9267652b88bf88f55614cc631f
* gnu: symengine: Update to 0.12.0.Vinicius Monego2024-07-05
| | | | | | * gnu/packages/algebra.scm (symengine): Update to 0.12.0. Change-Id: I9cd1ac9ef49c4a287caf242f581fea50b1535a97
* gnu: homebank: Update to 5.8.1.Vinicius Monego2024-07-05
| | | | | | * gnu/packages/finance.scm (homebank): Update to 5.8.1. Change-Id: I7e050d9a997bab73312691e272a1836dd85580f2
* gnu: quantlib: Update to 1.34.Vinicius Monego2024-07-05
| | | | | | | * gnu/packages/finance.scm (quantlib): Update to 1.34. [source]: Update URI. Change-Id: Ic357e0fffba595d0591ef6fe290de1945a98cfc8
* gnu: gmic: Update to 3.4.0.Vinicius Monego2024-07-05
| | | | | | * gnu/packages/image-processing.scm (gmic): Update to 3.4.0. Change-Id: I2c9335a96bb22625012f35b60620b9b9ad435a64