summaryrefslogtreecommitdiff
path: root/gnu
AgeCommit message (Collapse)Author
2025-04-24gnu: pspp: Tabs to spaces.Sharlatan Hellseher
* gnu/packages/statistics.scm (pspp): Replace tabs to spaces, fix indentation. Change-Id: If0f430cedeb8d346d6c42edf0dd1410163901596
2025-04-24gnu: Add font-kochi-substitute.Kurome
* gnu/packages/fonts.scm (font-kochi-substitute): New variable. Change-Id: I5b8476c7432fb0036782f5ed7c775d000ecd9485 Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2025-04-24gnu: Add font-sazanami.Kurome
* gnu/packages/fonts.scm (font-sazanami): New variable. Change-Id: I7c7ae4110cdf56319648d37c6f4aa67942dce32c Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2025-04-24gnu: Add font-hachimarupop.Kurome
* gnu/packages/fonts.scm (font-hachimarupop): New variable. Change-Id: Ic023422285c2d91e147ebe8589a6e72fdae3bcad Signed-off-by: Ludovic Courtès <ludo@gnu.org> Modified-by: Ludovic Courtès <ludo@gnu.org>
2025-04-24gnu: Add font-koruri.Kurome
* gnu/packages/fonts.scm (font-koruri): New variable. Change-Id: I6a2db34eb140b8d4cf5bf4341a33b43f96d85b81 Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2025-04-24gnu: Add font-takao.Kurome
* gnu/packages/fonts.scm (font-takao): New variable. Change-Id: I9d02977b576dfa380e04c0d768260849124e91e3 Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2025-04-24gnu: guile-redis: Fix wrong license.Evgeny Pisemsky
* gnu/packages/guile-xyz.scm (guile-redis): Fix wrong license, run guix style. [arguments]: Use gexps. [license]: Change from lgpl3+ to gpl3+. Change-Id: I7a9d53b137ce4340ce4d830d354b5da328c224e0 Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2025-04-24gnu: libssh: Restore support for cross-compilation.Ludovic Courtès
Partly fixes <https://issues.guix.gnu.org/78029>. Fixes a regression introduced in b12d44dd5e35ac236bf3fbb5619b9c8c2f42c902 where cross-compiling would no longer work due to CMocka not being found. * gnu/packages/ssh.scm (libssh)[arguments]: Pass “-DUNIT_TESTING=ON” only when (%current-target-system) is #f. Reported-by: Yelninei <yelninei@tutamail.com> Change-Id: I9c7af784eabb2ae1d6022b134e0252a1e2952bd4
2025-04-24gnu: libssh: Fix #:configure-flags for cross-compilation to 32-bit.Ludovic Courtès
Partly fixes <https://issues.guix.gnu.org/78029>. Fixes a build-side syntax error introduced in b12d44dd5e35ac236bf3fbb5619b9c8c2f42c902. * gnu/packages/ssh.scm (libssh)[arguments]: Fix syntax error in #:configure-flags. Reported-by: Yelninei <yelninei@tutamail.com> Change-Id: Ic50731806be7f0106928a9f8a2ec4b09c496f44a
2025-04-24gnu: python-hypothesmith: Move to python-check.Sharlatan Hellseher
* gnu/packages/check.scm (python-hypothesmith): Move from here ... * gnu/packages/python-check.scm: ... to here. Change-Id: Ib894b5fb76aa8db6fc4a343e0f28d90f0c74fc72
2025-04-24gnu: Remove python-commentjson.Sharlatan Hellseher
No users in Guix, it was intermediate dependency for Ansible which no longer required; no fresh releases for 4y. * gnu/packages/python-xyz.scm (python-commentjson): Delete variable. Change-Id: If2638628f9adc80913a0d5d3e692330e911d1415
2025-04-24gnu: python-resolvelib: Update to 1.1.0.Sharlatan Hellseher
* gnu/packages/python-xyz.scm (python-resolvelib): Update to 1.1.0. [native-inputs]: Remove python-commentjson. Change-Id: I6977761a6dfd4aca754b8c9c814806b662a61614
2025-04-24gnu: Remove python-lark-parser.Nicolas Graves
* gnu/packages/python-xyz.scm (python-lark-parser): Delete variable. Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
2025-04-24gnu: python-hypothesmith: Update to 0.2.0.Nicolas Graves
* gnu/packages/check.scm (python-hypothesmith): Update to 0.2.0. [build-system]: Switch to pyproject-build-system. [arguments]<test-flags>: Ignore failing tests. <phases>: Add 'patch-lark-dependency test. [propagated-inputs]: Replace python-lark-parser by python-lark. [native-inputs]: Add python-black, python-parso, python-pytest, python-pytest-cov, python-setuptools, python-wheel. Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
2025-04-24gnu: python-commentjson: Switch to python-lark.Nicolas Graves
* gnu/packages/python-xyz.scm (python-commentjson): [arguments]{phases}: Refresh phase 'relax-requirements. [propagated-inputs]: Replace python-lark-parser by python-lark. Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
2025-04-24gnu: python-transient: Update to 0.25.Nicolas Graves
* gnu/packages/virtualization.scm (python-transient): Update to 0.25. [source]: Switch to git-fetch to enable tests. [arguments]{phases}: Refresh phase 'fix-dependencies. [native-inputs]: Remove python-black, python-mypy, python-twine. Add python-pytest. [propagated-inputs]: Replace python-lark by python-lark-parser. Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
2025-04-24gnu: gnome-plots: Switch to python-lark.Nicolas Graves
* gnu/packages/gnome-xyz.scm (gnome-plots)[inputs]: Replace python-lark-parser by python-lark. [arguments]{phases}: Remove phase 'adjust-lark-requirement. Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
2025-04-24gnu: gitless: Fix build and disable failing tests.Nicolas Graves
* gnu/packages/version-control.scm (gitless) [build-system]: Switch to pyproject-build-system. [arguments]{test-flags}: Disable failing tests. {phases}: Improve git configuration in phase 'prepare-for-tests. Improve style of 'wrap phase. [native-inputs]: Add python-pytest, python-setuptools, python-wheel. Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
2025-04-24gnu: python-bed-reader: Improve phases' style.Nicolas Graves
* gnu/packages/bioinformatics.scm (python-bed-reader) [arguments]{phases}: Improve phases 'install-python-library and 'check-python with site-packages procedure. Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
2025-04-24gnu: chirp: Update to 0.4.0-4.bc27f66.Nicolas Graves
* gnu/packages/radio.scm (chirp): Update to 0.4.0-4.bc27f66. [build-system]: Switch to pyproject. [native-inputs]: Remove python-mox3, python-tox. Add python-setuptools, python-wheel. [inputs]: Replace python-lark-parser by python-lark. Remove python-six. [arguments]{test-flags}: Ignore failing tests. Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
2025-04-24gnu: python-suds: Fix dist-info.Nicolas Graves
* gnu/packages/python-web.scm (python-suds) [arguments]{phases}: Add phase 'add-custom-dist-info. Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
2025-04-24gnu: Add python-lark.Nicolas Graves
* gnu/packages/python-xyz.scm (python-lark): New variable. (python-lark-parser): Inherit from python-lark and update to 0.12.0. Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
2025-04-23gnu: syncthing-gtk: Update to 0.9.4.4-2.1e84f33.John Kehayias
Fixes the runtime failure: AttributeError: module 'gettext' has no attribute 'bind_textdomain_codeset'. * gnu/packages/syncthing.scm (syncthing-gtk): Update to 0.9.4.4-2.1e84f33. Change-Id: I37d0389a194b6c0d83db859a7cf7e2bdb4f50c54
2025-04-24gnu: gnome-calendar: Update to 47.0.Maxim Cournoyer
* gnu/packages/gnome.scm (gnome-calendar): Update to 47.0. Fixes: bug#78015 Change-Id: Iecf890da7d5e81285bdf43874e0add210138dda1
2025-04-24gnu: evolution-data-server: Update to 3.56.1.Maxim Cournoyer
* gnu/packages/gnome.scm (evolution-data-server): Update to 3.56.1. Change-Id: I7f6c5c43bd67de9ca7aaa1990faf54e5049c1a30
2025-04-23gnu: linux-libre 6.12: Update to 6.12.24.Leo Famulari
* gnu/packages/linux.scm (linux-libre-6.12-version): Update to 6.12.24. (linux-libre-6.12-pristine-source, deblob-scripts-6.12): Update hashes. Change-Id: Iee3d982901e3cd69aca34824c0c32d124c81af6f
2025-04-23gnu: linux-libre: Update to 6.13.12.Leo Famulari
* gnu/packages/linux.scm (linux-libre-6.13-version): Update to 6.13.12. (linux-libre-6.13-pristine-source, deblob-scripts-6.13): Update hashes. Change-Id: I3139dac1e696850c1d4b9888c5531cf47f408bbd
2025-04-23gnu: python-ddt: Move python-check.Sharlatan Hellseher
* gnu/packages/python-xyz.scm (python-ddt): Move from here ... * gnu/packages/python-check.scm: ... to here. Change-Id: If098b89d4abb795db7dc9756a76060e2e6ae11cc
2025-04-23gnu: python-bandit: Move to python-check.Sharlatan Hellseher
* gnu/packages/openstack.scm (python-bandit): Move from here ... * gnu/packages/python-check.scm: ... to here. Change-Id: I8e10caee78a1d5922626f30d48cfe2bbe6b2ab2e
2025-04-23gnu: python-stestr: Update to 4.1.0.Sharlatan Hellseher
* gnu/packages/python-check.scm (python-stestr): Update to 4.1.0. [build-system]: Switch to pyproject. [arguments] <tests?>: Enable them. <phases>: Use custom 'check. [propagated-inputs]: Remove python-future; add python-tomlkit. [native-inputs]: Remove python-pbr; add python-ddt, python-iso8601, python-setuptools, and python-wheel. Change-Id: I058fb17c46c91a4e21f0797544a4a02e3c706b05
2025-04-23gnu: python-bandit: Enable tests.Sharlatan Hellseher
* gnu/packages/openstack.scm (python-bandit): Update to 1.8.3. [arguments] <phases>: Use custom 'check. [propagated-inputs]: Add python-gitpython, python-jschema-to-python, and python-sarif-om. [native-inputs]: Add python-fixtures, python-stestr, python-testscenarios, and python-testtools. Change-Id: I0cc1b30635045e3161d14372dca24aa844050652
2025-04-23gnu: python-bandit: Update to 1.8.3.Daniel Ziltener
* gnu/packages/openstack.scm (python-bandit): Update to 1.8.3. [build-system]: Switch to pyproject. [native-inputs]: Remove python-pbr; add python-beautifulsoup4, python-setuptools, and python-wheel. [propagated-inputs]: Remove python-gitpython and python-six; add python-rich. Change-Id: I16880d5fb5688c103b2e176a0ffc78ff420c7e19 Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
2025-04-23gnu: offlineimap3: Update to 8.0.0-0.db34745.Cayetano Santos
* gnu/packages/mail.scm (offlineimap3): Update to 8.0.0-0.db34745. Use G-expressions. [build-system]: Switch to pyproject. [native-inputs]: Add python-setuptools. [inputs]: Add python-urlllib3-1.25. Change-Id: Ic000dd21aeb1ae98c6af9335b8bda93ffeb1e959 Co-authored-by: Sharlatan Hellseher <sharlatanus@gmail.com> Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
2025-04-23gnu: Add python-urllib3-1.25.Cayetano Santos
* gnu/packages/python-web.scm (python-urllib3-1.25): New variable. Change-Id: I28ea55b42dee708ad8d15e51d6b8e8a5ec2f392f Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
2025-04-23gnu: python-omero-py: Update to 5.20.0.Nicolas Graves
* gnu/packages/python-xyz.scm (python-omero-py): Update to 5.20.0. [arguments]<test-flags>: Ignore collection of some tests (which should be fixed when updating to numpy@2). [native-inputs]: Add python-portalocker. Update omero-blitz to 5.8.2. Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
2025-04-23gnu: python-zeroc-ice-3.6: Fix build with Python@3.11.Nicolas Graves
* gnu/packages/python-xyz.scm (python-zeroc-ice-3.6) [source]: Add patch. * gnu/packages/patches/python-zeroc-ice-3.6.5-python-3.11-support.patch: Add patch. Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
2025-04-23gnu: python-ipyparallel: Update to 9.0.1.Sharlatan Hellseher
* gnu/packages/python-xyz.scm (python-ipyparallel-bootstrap): Update to 9.0.1. [build-system]: Switch to pyproject. [native-inputs]: Add python-hatchling. (python-ipyparallel) [arguments] <phases>: Use default 'check. [native-inputs]: Inherit from python-ipyparallel-bootstrap; remove python-pytest-cov. Change-Id: I2200d2757f36d566b57ba1ac0368cb5f9751d2ba
2025-04-23gnu: python-pytest-tornado: Use pyproject.Sharlatan Hellseher
* gnu/packages/python-check.scm (python-pytest-tornado) [build-system]: Switch to pyproject. [native-inputs]: Add python-wheel. Change-Id: I3ce4fb379b78ac96c5bacc31cdedd892896d80af
2025-04-23Revert botched kernel updates for 6.13.12 and 6.12.24.Leo Famulari
This reverts commits 4bef98b1f327f747ee6904d5a38e00ad6839e800^..aae839942e879759cd34fd4cdb6dcb6cdb3607d3 Change-Id: Idf2864c03b175a28418fc7ef40cea321f4f66cbc
2025-04-23gnu: linux-libre 6.12: Update to 6.12.24.Leo Famulari
* gnu/packages/linux.scm (linux-libre-6.12-version): Update to 6.12.24. (linux-libre-6.12-pristine-source): Update hash. Change-Id: Iee3d982901e3cd69aca34824c0c32d124c81af6f
2025-04-23gnu: linux-libre: Update to 6.13.12.Leo Famulari
* gnu/packages/linux.scm (linux-libre-6.13-version): Update to 6.13.12. (linux-libre-6.13-pristine-source): Update hash. Change-Id: I3139dac1e696850c1d4b9888c5531cf47f408bbd
2025-04-23gnu: Add emacs-denote-sequence.jgart
* gnu/packages/emacs-xyz.scm (emacs-denote-sequence): New variable. Change-Id: I50f0d5642775b2200873e3d0c274e0237e515846
2025-04-23gnu: Add emacs-denote-org.jgart
* gnu/packages/emacs-xyz.scm (emacs-denote-org): New variable. Change-Id: Iaa14d1610f3e3b34acd18ed9a36f41a422ab0ac9
2025-04-23gnu: Add emacs-denote-markdown.jgart
* gnu/packages/emacs-xyz.scm (emacs-denote-markdown): New variable. Change-Id: Icb2ce8f720068ab708148e2cc5ac99091eb5d99b
2025-04-23gnu: Add emacs-denote-silo.jgart
* gnu/packages/emacs-xyz.scm (emacs-denote-silo): New variable. Change-Id: Id2bfbeffac7d821d892d882c0f8665a66c672093
2025-04-23gnu: Add emacs-denote-journal.jgart
* gnu/packages/emacs-xyz.scm (emacs-denote-journal): New variable. Change-Id: Iaeba922afc725a922d78d079fe497ea28213331f
2025-04-23gnu: moreutils: Update to 0.70.Michael Ford
* gnu/packages/moreutils.scm (moreutils): Update to 0.70. Signed-off-by: Greg Hogan <code@greghogan.com>
2025-04-23gnu: mia: Fix build.Maxim Cournoyer
* gnu/packages/patches/mia-gcc11.patch: New file. * gnu/packages/patches/mia-openexr3.patch: New file. * gnu/local.mk (dist_patch_DATA): Register them. * gnu/packages/image-processing.scm (mia) [patches]: Apply them. [inputs]: Replace hdf5 with hdf5-1.10. Add lapack. Replace openxr-2 with openxr. Move doxygen to... [native-inputs]: ... here. Fixes: bug#47561 Reported-by: Ludovic Courtès <ludo@gnu.org> Change-Id: I337df14370a589c7c15d15bcc69b948b43c2e61b
2025-04-23gnu: itpp: Add LAPACK support and use gexps.Maxim Cournoyer
This is needed to run some functions needed by the test suite of mia, for example. * gnu/packages/maths.scm (itpp) [arguments]: Use gexps. [inputs]: Add lapack. [native-inputs]: Remove labels. Change-Id: I58b31272ceaf5bdfbbcc0f769ab2418c4b7613d3
2025-04-23gnu: Add postmarketos-tweaks.phodina
* gnu/packages/gnome.scm (postmarketos-tweaks): New variable. Co-authored-by: Maxim Cournoyer <maxim.cournoyer@gmail.com> Change-Id: I958af7a2ada17486ad69e0e812908c30c88cee60