summaryrefslogtreecommitdiff
path: root/gnu/packages
AgeCommit message (Collapse)Author
2023-08-08gnu: cl-nodgui: Update to 0.4.8.5-2.4a9c2e7.cage
* gnu/packages/lisp-xyz.scm (sbcl-nodgui): Update to 0.4.8.5-2.4a9c2e7. [source, home-page]: Switch from Notabug to Codeberg. [inputs]: Remove sbcl-cl-lex and sbcl-cl-yacc. Add sbcl-esrap and tklib. Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
2023-08-08gnu: cl-clunit2: Update to 0.5.2-2.5e28343.cage
* gnu/packages/lisp-check.scm (sbcl-clunit2): Update to 0.5.2-2.5e28343. [source, home-page]: Switch from Notabug to Codeberg. Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
2023-08-08gnu: cl-colors2: Update to 0.5.4-4.7a14107.cage
* gnu/packages/lisp-xyz.scm (sbcl-cl-colors2): Update to 0.5.4-4.7a14107. [source, home-page]: Switch from Notabug to Codeberg. Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
2023-08-08gnu: cl-i18n: Update to 0.5.5-3.acb162a.cage
* gnu/packages/lisp-xyz.scm (sbcl-cl-i18n): Update to 0.5.5-3.acb162a. [source, home-page]: Switch from Notabug to Codeberg. Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
2023-08-08gnu: cl-tooter: Update to 1.0.0-4.2e1b22f05.cage
* gnu/packages/lisp-xyz.scm (sbcl-tooter): Update to 1.0.0-4.2e1b22f05. Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
2023-08-08gnu: python-astroalign: Fix build.Sharlatan Hellseher
* gnu/packages/astronomy.scm (python-astroalign)[native-inputs]: Add python-pytest, python-semantic-version. Signed-off-by: Andreas Enge <andreas@enge.fr>
2023-08-08gnu: python-synphot: Update to 1.2.1.Sharlatan Hellseher
* gnu/packages/astronomy.scm (python-synphot): Update to 1.2.1. Signed-off-by: Andreas Enge <andreas@enge.fr>
2023-08-08gnu: python-pyerfa: Use G-expressions.Sharlatan Hellseher
* gnu/packages/astronomy.scm (python-pyerfa): Use G-expressions. [snippet]: Remove trailing #t. Signed-off-by: Andreas Enge <andreas@enge.fr>
2023-08-08gnu: python-pyerfa: Fix tests.Sharlatan Hellseher
* gnu/packages/astronomy.scm (python-pyerfa): Fix tests. [build-system]: Change to pyproject-build-system. [arguments]: Disable a failing test. Add 'build-extensions phase. Signed-off-by: Andreas Enge <andreas@enge.fr>
2023-08-08gnu: python-pyerfa: Update to 2.0.0.3.Sharlatan Hellseher
* gnu/packages/astronomy.scm (python-pyerfa): Update to 2.0.0.3. Signed-off-by: Andreas Enge <andreas@enge.fr>
2023-08-08gnu: python-sunpy: Update to 5.0.0.Sharlatan Hellseher
* gnu/packages/astronomy.scm (python-sunpy): Update to 5.0.0. Drop some failing tests. Signed-off-by: Andreas Enge <andreas@enge.fr>
2023-08-08gnu: python-cdflib: Update to 1.0.5.Sharlatan Hellseher
* gnu/packages/astronomy.scm (python-cdflib): Update to 1.0.5. Signed-off-by: Andreas Enge <andreas@enge.fr>
2023-08-08gnu: python-stdatamodels: Update to 1.7.1.Sharlatan Hellseher
* gnu/packages/astronomy.scm (python-stdatamodels): Update to 1.7.1. Signed-off-by: Andreas Enge <andreas@enge.fr>
2023-08-08gnu: python-stcal: Update to 1.4.2.Sharlatan Hellseher
* gnu/packages/astronomy.scm (python-stcal): Update to 1.4.2. Signed-off-by: Andreas Enge <andreas@enge.fr>
2023-08-08gnu: python-reproject: Update to 0.11.0.Sharlatan Hellseher
* gnu/packages/astronomy.scm (python-reproject): Update to 0.11.0. [native-inputs]: Move python-pyvo, python-gwcs, python-shapely from here ... [propagated-inputs]: ... to here. Add python-click, python-cloudpickle, python-dask, python-fsspec, python-zarr. Signed-off-by: Andreas Enge <andreas@enge.fr>
2023-08-07gnu: qtbase: Avoid retaining a reference to gcc-final.Maxim Cournoyer
Fixes <https://issues.guix.gnu.org/63948>. * gnu/packages/qt.scm (qtbase) [configure-flags]: Add the "-DQT_EMBED_TOOLCHAIN_COMPILER=OFF" flag. Reported-by: Ludovic Courtès <ludo@gnu.org>
2023-08-07gnu: qtbase: Fix qmake link directives.Maxim Cournoyer
* gnu/packages/qt.scm (qtbase) [origin]: Add patch, specifying patches explicitly. [arguments] <phases>: Augment LIBRARY_PATH in check phase. * gnu/packages/patches/qtbase-qmake-use-libname.patch: New file. * gnu/local.mk (dist_patch_DATA): Register it.
2023-08-07gnu: python-drms: Update to 0.6.4.Sharlatan Hellseher
* gnu/packages/astronomy.scm (python-drms): Update to 0.6.4.
2023-08-07gnu: python-fitsio: Enable tests.Sharlatan Hellseher
* gnu/packages/astronomy.scm (python-fitsio): Enable tests. [build-system]: Swap to pyproject-build-system. [arguments]: Add new phase 'build-extensions. Signed-off-by: Andreas Enge <andreas@enge.fr>
2023-08-07gnu: python-fitsio: Update to 1.1.10.Sharlatan Hellseher
* gnu/packages/astronomy.scm (python-fitsio): Update to 1.1.10. [native-inputs]: Add python-pytest. [propagated-inputs]: Move cfitsio from here ... [inputs]: ... to here, do not propagate as it's required only on build and link time. Signed-off-by: Andreas Enge <andreas@enge.fr>
2023-08-07gnu: python-ccdproc: Update to 2.4.1.Sharlatan Hellseher
* gnu/packages/astronomy.scm (python-ccdproc): Update to 2.4.1. [native-inputs]: Add python-semantic-version. Signed-off-by: Andreas Enge <andreas@enge.fr>
2023-08-07gnu: python-astropy: Update to 5.3.1.Sharlatan Hellseher
* gnu/packages/astronomy.scm (python-astropy): Update to 5.3.1. [snippet]: Remove trailing #t. Prevent cfitsio from deletion. [inputs]: Remove cfitsio. Signed-off-by: Andreas Enge <andreas@enge.fr>
2023-08-07gnu: splash: Update to 3.8.2.Sharlatan Hellseher
* gnu/packages/astronomy.scm (splash): Update to 3.8.2. Signed-off-by: Andreas Enge <andreas@enge.fr>
2023-08-07gnu: libxisf: Update to 0.2.8.Sharlatan Hellseher
* gnu/packages/astronomy.scm (libxisf): Update to 0.2.8. Signed-off-by: Andreas Enge <andreas@enge.fr>
2023-08-07gnu: calcmysky: Update to 0.3.1.Sharlatan Hellseher
* gnu/packages/astronomy.scm (calcmysky) Update to 0.3.1. Signed-off-by: Andreas Enge <andreas@enge.fr>
2023-08-07gnu: calceph: Update to 3.5.2.Sharlatan Hellseher
* gnu/packages/astronomy.scm (calceph): Update to 3.5.2. Signed-off-by: Andreas Enge <andreas@enge.fr>
2023-08-07gnu: python-photutils: Update package style.Sharlatan Hellseher
* gnu/packages/astronomy.scm (python-photutils): Update package style. [build-system]: Swap to python-build-system. [arguments]: Use G-expressions. Rename the phase before check 'writable-compiler to 'build-extensions to reflect its purpose, add new step in phase building extensions for testing. [native-inputs]: Remove python-pytest-runner. Signed-off-by: Andreas Enge <andreas@enge.fr>
2023-08-07gnu: sextractor: Use G-expressions.Sharlatan Hellseher
* gnu/packages/astronomy.scm (sextractor): Use G-expressions. [inputs]: Remove labels. Signed-off-by: Andreas Enge <andreas@enge.fr>
2023-08-07gnu: sextractor: Update to 2.28.0 and add input.Sharlatan Hellseher
* gnu/packages/astronomy.scm (sextractor): Update to 2.28.0, fix build. [arguments]: Add configure flags for CFitsio detection. [inputs]: Add cfitsio. Signed-off-by: Andreas Enge <andreas@enge.fr>
2023-08-07gnu: Add older version of jbr.Danny Milosavljevic
* gnu/packages/java.scm (jbr11): New variable.
2023-08-07gnu: maths: Remove a duplicate module import.Andreas Enge
Reported-by: Andy Tai <atai@atai.org> * gnu/packages/maths.scm: Remove duplicate line.
2023-08-07gnu: praat: Honor #:tests?.Ludovic Courtès
* gnu/packages/language.scm (praat)[arguments]: Check #:tests? in 'check phase.
2023-08-07gnu: praat: Update style.Preston M. Firestone
* gnu/packages/language.scm (praat): [arguments]: Use g-exps. [#:phases]: Drop trailing #t. [inputs]: Use new format. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2023-08-07gnu: praat: Add tests to praat.Preston M. Firestone
* gnu/packages/language.scm (praat): Run non-graphical tests. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2023-08-07gnu: praat: Update to 6.3.10.Preston M. Firestone
* gnu/packages/language.scm (praat): Update to 6.3.10. [make-flags]: Use (cc-for-target). Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2023-08-07gnu: praat: Update to 6.1.49.Preston M. Firestone
Version 6.1.30 of praat can't be built with GCC. Version 6.1.49 patches this. See https://github.com/praat/praat/pull/1622 for more information. -- >8 -- * gnu/packages/language.scm (praat): Update to 6.1.49. [inputs]: Replace gtk+-2 with gtk+. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2023-08-07gnu: Add tgs2png.Lu Hui
* gnu/packages/telegram.scm (tgs2png): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2023-08-07gnu: Add kineto.Christopher Howard
* gnu/packages/web.scm (kineto): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2023-08-07gnu: signify: Complete update to 31.Timotej Lazar
* gnu/packages/crypto.scm (signify)[source]: Add snippet to delete bundled libbsd. [license]: Drop bsd-4 as it was replaced with bsd-3. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2023-08-07gnu: autoconf-archive: Update to 2023.02.20.fanquake
* gnu/packages/autotools.scm (autoconf-archive): Update to 2023.02.20. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2023-08-07gnu: guile-scheme-json-rpc: Update to 0.4.0.Ricardo G. Herdt
* gnu/packages/guile-xyz.scm (guile-scheme-json-rpc): Update to 0.4.0. [inputs]: Add guile-srfi-145, guile-srfi-180, remove guile-json-3. Co-authored-by: Andrew Tropin <andrew@trop.in> Signed-off-by: Andrew Tropin <andrew@trop.in>
2023-08-06gnu: lcrq: Update to 0.1.0.Vagrant Cascadian
* gnu/packages/networking.scm (lcrq): Update to 0.1.0.
2023-07-30gnu: guile-ncurses: Update to 3.1.Tobias Geerinckx-Rice
* gnu/packages/guile-xyz.scm (guile-ncurses): Update to 3.1. [arguments]: Don't explicitly return #t from phases.
2023-07-30gnu: lvm2: Update to 2.03.22.Tobias Geerinckx-Rice
* gnu/packages/linux.scm (lvm2): Update to 2.03.22.
2023-07-30gnu: ncmpc: Update to 0.49.Tobias Geerinckx-Rice
* gnu/packages/mpd.scm (ncmpc): Update to 0.49.
2023-07-30gnu: homebank: Update to 5.6.6.Tobias Geerinckx-Rice
* gnu/packages/finance.scm (homebank): Update to 5.6.6.
2023-07-30gnu: cairomm: Update to 1.16.2.Tobias Geerinckx-Rice
* gnu/packages/gtk.scm (cairomm): Update to 1.16.2. [source]: Hard-code NAME.
2023-07-30gnu: lynis: Use G-expressions.Tobias Geerinckx-Rice
* gnu/packages/admin.scm (lynis)[arguments]: Rewrite as G-expressions.
2023-07-30gnu: lynis: Update to 3.0.9.Tobias Geerinckx-Rice
* gnu/packages/admin.scm (lynis): Update to 3.0.9.
2023-07-30gnu: asymptote: Update to 2.86.Tobias Geerinckx-Rice
* gnu/packages/plotutils.scm (asymptote): Update to 2.86.