summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2024-05-13guix: channels: Handle single case with authenticating message.Rostislav Svoboda
* guix/channels.scm (authenticate-channel): Handle single case with authenticating message. Change-Id: I7759607f37405e6d3bd4b7f5958fd11d908db204 Reviewed-by: Dale Mellor <guix-devel-0brg6a@rdmp.org> Signed-off-by: Christopher Baines <mail@cbaines.net>
2024-05-13gnu: guix-data-service: Update to 0.0.1-49.f4be647.Christopher Baines
* gnu/packages/web.scm (guix-data-service): Update to 0.0.1-49.f4be647. Change-Id: I874df868fed2d22dd1bb8c696a55d8396581b9a6
2024-05-13gnu: nar-herder: Update to 0-31.0e89dbb.Christopher Baines
* gnu/packages/package-management.scm (nar-herder): Update to 0-31.0e89dbb. Change-Id: Ia238baa6bd835d3fa8ea81d1f0a12c3fee333973
2024-05-13gnu: guix-build-coordinator: Update to 0-103.ff81428.Christopher Baines
* gnu/packages/package-management.scm (guix-build-coordinator): Update to 0-103.ff81428. Change-Id: I91cb97a69c2650efa35291cfab724b4e80007e06
2024-05-13Revert "gnu: python-xcffib: Update to 1.4.0."Efraim Flashner
This reverts commit 56980ea500a1db3c8586972b8abfaf5c4e24f82d. This package includes files which need to be bootstrapped, to produce the bindings matching our version of libxcb.
2024-05-13gnu: alfa: Reuse 'check phase.Efraim Flashner
* gnu/packages/astronomy.scm (alfa)[arguments]: Set test-target. Replace custom 'post-install-check phase with the standard 'check phase. Change-Id: Ic5f77ac3a3a6ef62ce36ad5fa8892db6d0894d04
2024-05-13gnu: alfa: Skip tests when cross compiling.Efraim Flashner
* gnu/packages/astronomy.scm (alfa)[arguments]: Also skip tests when cross compiling. Change-Id: Ie96b418a652feff6b4dfc79ffcac9d0f1900fce5
2024-05-12gnu: Add tree-sitter-awk.Danny Milosavljevic
* gnu/packages/tree-sitter.scm (tree-sitter-awk): New variable. Change-Id: Iba10ae4fc9f8f86d43a0db256d645239be2fa8fc
2024-05-12gnu: Add tree-sitter-kotlin.Danny Milosavljevic
* gnu/packages/tree-sitter.scm (tree-sitter-kotlin): New variable. Change-Id: Id29bf5097a4950bdc6a4509eeb7bb8c411064169
2024-05-12gnu: Add python-overpass.Wilko Meyer
* gnu/packages/geo.scm (python-overpass): New variable. Change-Id: Icd7a66ec6acd2e213bfd6920a1d71c1e0e815695 Signed-off-by: Andreas Enge <andreas@enge.fr>
2024-05-12gnu: ruby-gem-hadar: Use git-minimal/pinned.Christopher Baines
This helps reduce the dependencies on git, as I think it's find to build ruby-gem-hadar with a slightly older git, at least during periods when git-minimal/pinned needs updating. * gnu/packages/ruby.scm (ruby-gem-hadar)[propagated-inputs]: Use git-minimal/pinned. Change-Id: I48e7725f8e4956f1a8311df1867d8d441c5cb4c2
2024-05-12gnu: alfa: Don't run tests on riscv64-linux.Christopher Baines
As the test suite seems to consume all the disk space. * gnu/packages/astronomy.scm (alfa)[arguments]: Don't run tests on riscv64. Change-Id: Ifa52b8205387c22b386ccad97fd6e69723193a16
2024-05-12gnu: adns: Update to 1.6.1.Andy Tai
* gnu/packages/adns.scm (adns): Update to 1.6.1. Change-Id: I1e6d42ab558bba55895efd39d7bb4cd9e5ee7b99 Signed-off-by: Christopher Baines <mail@cbaines.net>
2024-05-12gnu: emacs-eldev: Update to 1.10.Suhail Singh
* gnu/packages/emacs-xyz.scm (emacs-eldev): Update to 1.10. Change-Id: Iafaf10e545920b424fc709def4ebfc6c831cf76f Signed-off-by: Christopher Baines <mail@cbaines.net>
2024-05-12gnu: nano: Update to 8.0.Andy Tai
* gnu/packages/text-editors.scm (nano): Update to 8.0. Change-Id: I2312dd5140fee4d8cc42f622f733c616d7b39550 Signed-off-by: Christopher Baines <mail@cbaines.net>
2024-05-12doc: Update NixOS wiki url to the official wiki.Picnoir
nixos.wiki was created by a community member a long time ago. It turned out to be very useful to the community, it became an official service last month hosted on the NixOS.org domain name. To ease the long term maintainance among other things. See more details at https://github.com/NixOS/foundation/issues/113 * doc/guix.texi (Nix service): Change nixos.wiki to wiki.nixos.org. Change-Id: Ia95074fbfad494e8ceb5c2cdb3faab23f3604882 Signed-off-by: Christopher Baines <mail@cbaines.net>
2024-05-12gnu: emacs-suneater-theme: Update to 2.5.2.Fredrik Salomonsson
* gnu/packages/emacs-xyz.scm (emacs-suneater-theme): Update to 2.5.2. Change-Id: I09ddb510e59d461b7f383a400ef8b7cfbeb19714 Signed-off-by: Christopher Baines <mail@cbaines.net>
2024-05-12gnu: guile-tap: Update to 0.5.1.Frank Terbeck
* gnu/packages/guile-xyz.scm (guile-tap): Update to 0.5.1. [arguments]: Patch bin/tap-harness. Change-Id: Ia8a02400f1d559fcec7eb9861f24a7116928814b Signed-off-by: Christopher Baines <mail@cbaines.net>
2024-05-12gnu: Add python-vdf.Giacomo Leidi via Guix-patches via
* gnu/packages/python-xyz.scm (python-vdf): New variable. Reviewed-by: Steve George <steve@futurile.net> Signed-off-by: Christopher Baines <mail@cbaines.net> Change-Id: Ie8a14292b9c9937d22f011ac078562e81abd6b36
2024-05-12gnu: tmux: Update to 3.4.Ashish SHUKLA
* gnu/packages/tmux.scm (tmux): Update to 3.4. [native-inputs]: Add bison. Reviewed-by: Dale Mellor <guix-devel-0brg6a@rdmp.org> Signed-off-by: Christopher Baines <mail@cbaines.net> Change-Id: I549010a3cf492ffe9cdc9df25b2b4a93c60c6ae1
2024-05-12gnu: Add m8c.Juliana Sims
* gnu/packages/electronics.scm (m8c): New variable. Change-Id: Ibfc2e9364211e24c59d4d9015ab144f0c4ee972c Signed-off-by: Christopher Baines <mail@cbaines.net>
2024-05-12gnu: python-xcffib: Update to 1.4.0.Efraim Flashner
* gnu/packages/python-xyz.scm (python-xcffib): Update to 1.4.0. [arguments]: Remove obsolete 'install-doc phase. Remove trailing #t from phases. Change-Id: I1b68ddffb2620938042384b9b9a0d444ad05bb0a
2024-05-12gnu: gnome-js-common: Fix build on powerpc64le-linux.Efraim Flashner
* gnu/packages/gnome.scm (gnome-js-common)[arguments]: Replace the config.guess and config.sub files when building for powerpc64le-linux. [native-inputs]: Add config when building for powerpc64le-linux. Change-Id: If0cf8fff36347f6bd52b8cf1f43a11fc7f5323b7
2024-05-12gnu: strongswan: Skip rsa test on i686-linux.Efraim Flashner
* gnu/packages/vpn.scm (strongswan)[arguments]: Adjust custom 'set-up-test-environment phase to skip the rsa tests on i686-linux. Change-Id: If4aff3f710f2eb4e0dfbad58deb41838421db89f
2024-05-12gnu: minimap2: Remove included file from gcc.Efraim Flashner
* gnu/packages/bioinformatics.scm (minimap2)[arguments]: Adjust custom 'install phase to remove included emmintrin.h header. Change-Id: Id994dd2bd4a98e8d1c162c4e011fc77b9d5565d2
2024-05-11gnu: python-scikit-image: Update to 0.23.2.Vinicius Monego
* gnu/packages/python-science.scm (python-scikit-image): Update to 0.23.2. Change-Id: Ief01a2aef5202dd859f9337a45105088d605509e
2024-05-11gnu: meep: Update to 1.28.0.Vinicius Monego
* gnu/packages/engineering.scm (meep): Update to 1.28.0. [arguments]: Use G-Expressions. [native-inputs, inputs]: Use package labels. Change-Id: I98c867645bb7e052a4b909753bc150c4c25d1638
2024-05-11gnu: python-kombu: Update to 5.3.7.Vinicius Monego
* gnu/packages/python-xyz.scm (python-kombu): Update to 5.3.7. Change-Id: I6bfb3e4bb508d5003f5db45d1d8d35bd6b15064f
2024-05-11gnu: python-osmnx: Update to 1.9.3.Vinicius Monego
* gnu/packages/geo.scm (python-osmnx): Update to 1.9.3. Change-Id: I43cfa856ff146b1d699cb3ec6490515ac95a27d5
2024-05-11gnu: python-folium: Update to 0.16.0.Vinicius Monego
* gnu/packages/python-xyz.scm (python-folium): Update to 0.16.0. [build-system]: Use pyproject-build-system. [arguments]<#:test-flags>: Skip failing tests. <#:phases>: Add phase 'pretend-version. [propagated-inputs]: Add python-xyzservices. [native-inputs]: Add python-geopandas, python-nbconvert, python-pandas, python-pillow, python-selenium, python-setuptools-scm. Change-Id: I93db72f62306c8db2a069733b49ac0933c8888ce
2024-05-11gnu: python-branca: Update to 0.7.2.Vinicius Monego
* gnu/packages/python-web.scm (python-branca): Update to 0.7.2. [source]: Fetch from GitHub. [build-system]: Use pyproject-build-system. [arguments]<#:test-flags>: Ignore a file and skip one test. <#:phases>: Add phase 'pretend-version. [propagated-inputs]: Remove python-six. [native-inputs]: Add python-numpy, python-setuptools-scm. [description]: Improve it. Change-Id: I0263797b69fc437b2a268b5d03c211d76e2963c3
2024-05-11gnu: Add python-botorch.Vinicius Monego
* gnu/packages/machine-learning.scm (python-botorch): New variable. Change-Id: Iaa67584a3b72ff07bc8bbb92cfa60fde1d9d7647
2024-05-11gnu: kdenlive: Update to 24.02.2.Vinicius Monego
* gnu/packages/kde.scm (kdenlive): Update to 24.02.2. Change-Id: Ib7c50ca2413add01807e792da967108f66fed852
2024-05-11gnu: mlt: Update to 7.24.0.Vinicius Monego
* gnu/packages/video.scm (mlt): Update to 7.24.0. Change-Id: If04fd8aa6db07caa3f5b2a72102b6b93c929b766
2024-05-11gnu: python-scikit-rf: Update to 1.0.0.Vinicius Monego
* gnu/packages/engineering.scm (python-scikit-rf): Update to 1.0.0. Change-Id: I95a3433a365b89ec0f3b641415368823d238244b
2024-05-11gnu: python-hy: Update to 0.28.0.Vinicius Monego
* gnu/packages/python-xyz.scm (python-hy): Update to 0.28.0. [native-inputs]: Replace python-pytest with python-pytest-next. Change-Id: I6f465a9c834aea51fd0363ba27f9b0ff7b98e82b
2024-05-11gnu: gplates: Update to 2.5.Vinicius Monego
* gnu/packages/geo.scm (gplates): Update to 2.5. Change-Id: I715a599755b3a7b9ac83ea2ce679a3d79e9409f4
2024-05-11gnu: weechat: Update to 4.2.2.Vinicius Monego
* gnu/packages/irc.scm (weechat): Update to 4.2.2. Change-Id: I600369749f6a59ae83b312192589bbfdae61e0fe
2024-05-11gnu: toxic: Update to 0.15.1.Vinicius Monego
* gnu/packages/messaging.scm (toxic): Update to 0.15.1. [arguments]: Use G-Expressions. <#:make-flags>: Use gexp variables and cc-for-target. <#:phases>: Remove trailing #t. Change-Id: If1d46888e26b16ffcbbca48dc2c88b921e30c433
2024-05-11gnu: c-toxcore: Update to 0.2.19.Vinicius Monego
* gnu/packages/messaging.scm (c-toxcore): Update to 0.2.19. [source]: Fetch sources recursively. [arguments]<#:configure-flags>: Pass "-DENABLE_STATIC=false". Change-Id: I42fc47b45e1afdbb2c60c80bc56e1b839923ec34
2024-05-11gnu: Add python-libensemble.Vinicius Monego
* gnu/packages/maths.scm (python-libensemble): New variable. Change-Id: I45d4ba209af746f22f3f6c74a01063726478de0f
2024-05-11gnu: python-metpy: Update to 1.6.2.Vinicius Monego
* gnu/packages/geo.scm (python-metpy): Update to 1.6.2. Change-Id: I6f05105d969d50acf005ac9035eb8055b9ed53bf
2024-05-11gnu: Add guile-avatar.Felix Lechner
* gnu/packages/guile-xyz.scm (guile-avatar): New variable. Change-Id: Ib255842ff8b59b7743c8d7be728a7ca7370024fe Signed-off-by: Arun Isaac <arunisaac@systemreboot.net>
2024-05-11gnu: mumi: Update to 0.1.0.Arun Isaac
* gnu/packages/mail.scm (mumi): Update to 0.1.0. [inputs]: Add xdg-utils. Change-Id: If1444b6abb72f7f039d0417b7d7b38b8221bc9ba
2024-05-11teams: Add Matt to the documentation team.Matthew Trzcinski
* etc/teams.scm (Matthew Trzcinski): New member. Signed-off-by: Florian Pelz <pelzflorian@pelzflorian.de> Change-Id: I5f75d8e74d972c60760b8fb57bcef0b76a971962
2024-05-10gnu: guile-xapian: Update to 0.4.0.Arun Isaac
* gnu/packages/guile-xyz.scm (guile-xapian): Update to 0.4.0. [source]: Switch to url-fetch. [native-inputs]: Remove autoconf, autoconf-archive, automake and libtool. [home-page]: Update home page. Change-Id: I1e8a1e0126ec2edf94060ba2545be987e380e137
2024-05-10gnu: qbittorrent-enhanced: Update to 4.6.4.10.Zheng Junjie
* gnu/packages/bittorrent.scm (qbittorrent-enhanced): Update to 4.6.4.10. Change-Id: I85f1dfaa8cd7eda752778c0d67e311d3ba26a21d
2024-05-10gnu: qbittorrent: Update to 4.6.4.Timotej Lazar
* gnu/packages/bittorrent.scm (qbittorrent): Update to 4.6.4. Change-Id: Iad1fdc9100c4b01e4cab04d101d068e91c5591c4 Signed-off-by: Zheng Junjie <zhengjunjie@iscas.ac.cn>
2024-05-10gnu: nghttp3: Update to 1.3.0.Tomas Volf
* gnu/packages/web.scm (nghttp3): Update to 1.3.0. Change-Id: I11885d581e61315f68da7570af11ccd992ced51c Signed-off-by: Zheng Junjie <zhengjunjie@iscas.ac.cn>
2024-05-10gnu: ngtcp2: Update to 1.5.0.Tomas Volf
* gnu/packages/networking.scm (ngtcp2): Update to 1.5.0. Change-Id: Id119a18ab58517d717b9333385d7946564fcf25a Signed-off-by: Zheng Junjie <zhengjunjie@iscas.ac.cn>