Commit graph

125792 commits

Author SHA1 Message Date
David Elsing 085bee4264
gnu: Add bliss.
* gnu/packages/maths.scm (bliss): New variable.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2023-10-11 19:10:03 +02:00
Alexey Abramov 670d985cab
services: static-networking: Add support for bonding.
* gnu/services/base.scm (<network-link>): Add mac-address field. Set
type field to #f by default, so it won't be mandatory. network-link
without a type will be used for existing interfaces.
(assert-network-link-mac-address, mac-address?): Add sanitizer. Allow
valid mac-address or #f.
(assert-network-link-type): Add sanitizer. Allow symbol or #f.
* gnu/services/base.scm (network-set-up/linux,
network-tear-down/linux): Adapt to new structure.
* doc/guix.texi (Networking Setup): Document it.
* gnu/tests/networking.scm (run-static-networking-advanced-test): New
variable.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2023-10-11 18:51:07 +02:00
Ricardo Wurmus b4f2b681ad
gnu: Add r-chemmineob.
* gnu/packages/bioconductor.scm (r-chemmineob): New variable.
2023-10-11 15:44:06 +02:00
Sharlatan Hellseher 9ad9113fc2
gnu: indi: Update to 2.0.4.
* gnu/packages/astronomy.scm (indi-2.0): New variable.
(indi-1.9): New variable. Inherited from indi-2.0.
(indi): Set it to use indi-1.9 as default, as Stellarium and PHD2 are
still depended on 1.9 and fail with Indi 2.0+.
See: https://github.com/Stellarium/stellarium/issues/3038

Signed-off-by: Christopher Baines <mail@cbaines.net>
2023-10-11 12:11:42 +01:00
Sharlatan Hellseher 1592749dd1
gnu: python-tweakwcs: Update to 0.8.3.
* gnu/packages/astronomy.scm (python-tweakwcs): Update to 0.8.3.

Signed-off-by: Christopher Baines <mail@cbaines.net>
2023-10-11 12:11:42 +01:00
Sharlatan Hellseher cb5608e393
gnu: python-sunpy: Update to 5.0.1.
* gnu/packages/astronomy.scm (python-sunpy): Update to 5.0.1.

Signed-off-by: Christopher Baines <mail@cbaines.net>
2023-10-11 12:11:42 +01:00
Sharlatan Hellseher 9e2f605b28
gnu: python-stpipe: Update to 0.5.1.
* gnu/packages/astronomy.scm (python-stpipe): Update to 0.5.1.
[arguments]{test-flags}: Disable on failing test.

Signed-off-by: Christopher Baines <mail@cbaines.net>
2023-10-11 12:11:42 +01:00
Sharlatan Hellseher 46bdcee9c8
gnu: python-stdatamodels: Update packages style.
* gnu/packages/astronomy.scm (python-stdatamodels): Update indentation
to improve readability of the package.
[description]: Add TexInfo styling bits.

Signed-off-by: Christopher Baines <mail@cbaines.net>
2023-10-11 12:11:42 +01:00
Sharlatan Hellseher 514aec4356
gnu: python-stdatamodels: Update to 1.8.3.
* gnu/packages/astronomy.scm (python-stdatamodels): Update to 1.8.3.

Signed-off-by: Christopher Baines <mail@cbaines.net>
2023-10-11 12:11:42 +01:00
Sharlatan Hellseher eef6d037fa
gnu: python-stcal: Update package style.
* gnu/packages/astronomy.scm (python-stcal): Update indentation to
improve readability of the package.

Signed-off-by: Christopher Baines <mail@cbaines.net>
2023-10-11 12:11:42 +01:00
Sharlatan Hellseher bf6bab4e95
gnu: python-stcal: Update to 1.4.4.
* gnu/packages/astronomy.scm (python-stcal): Update to 1.4.4.
[arguments]{phases}: Add 'build-extensions phase.
[native-inputs]: Add python-cython.

Signed-off-by: Christopher Baines <mail@cbaines.net>
2023-10-11 12:11:41 +01:00
Sharlatan Hellseher 43b0e12004
gnu: python-jwst: Update to 1.12.3.
* gnu/packages/astronomy.scm (python-jwst): Update to 1.12.3.

Signed-off-by: Christopher Baines <mail@cbaines.net>
2023-10-11 12:11:41 +01:00
Sharlatan Hellseher 7c47749a93
gnu: python-cdflib: Update to 1.2.1.
* gnu/packages/astronomy.scm (python-cdflib): Update to 1.2.1.

Signed-off-by: Christopher Baines <mail@cbaines.net>
2023-10-11 12:11:41 +01:00
Sharlatan Hellseher 6e7c1e8ff2
gnu: python-crds: Update to 11.17.6.
* gnu/packages/astronomy.scm (python-crds): Update to 11.17.6.

Signed-off-by: Christopher Baines <mail@cbaines.net>
2023-10-11 12:11:41 +01:00
Sharlatan Hellseher 5939412ab4
gnu: python-drizzle: Update package style.
* gnu/packages/astronomy.scm (python-drizzle): Update package style,
indent and align regions.
[arguments]{test-flags}: Remove them as all tests are passed
successfully.
[native-inputs]: Remove python-coverage, python-pytest-cov.
[description]: Indent region.

Signed-off-by: Christopher Baines <mail@cbaines.net>
2023-10-11 12:11:41 +01:00
Sharlatan Hellseher dc77700c84
gnu: python-drizzle: Update to 1.14.3.
* gnu/packages/astronomy.scm (python-drizzle): Update to 1.14.3.

Signed-off-by: Christopher Baines <mail@cbaines.net>
2023-10-11 12:11:41 +01:00
Sharlatan Hellseher 817293ec78
gnu: python-reproject: Update to 0.12.0.
* gnu/packages/astronomy.scm (python-reproject): Update to 0.12.0.

Signed-off-by: Christopher Baines <mail@cbaines.net>
2023-10-11 12:11:41 +01:00
Sharlatan Hellseher 8647a2d4b1
gnu: python-jplephem: Improve package style.
* gnu/packages/astronomy.scm (python-jplephem)[build-system]: Shift to
pyproject-build-system.
[arguments]: Use G-expressions. Simplify 'check phase.
[description]: Extend it with more details.

Signed-off-by: Christopher Baines <mail@cbaines.net>
2023-10-11 12:11:41 +01:00
Sharlatan Hellseher df3a912498
gnu: python-jplephem: Update to 2.19.
* gnu/packages/astronomy.scm (python-jplephem): Update to 2.19.

Signed-off-by: Christopher Baines <mail@cbaines.net>
2023-10-11 12:11:41 +01:00
Sharlatan Hellseher de10624658
gnu: python-gwcs: Update to 0.19.0.
* gnu/packages/astronomy.scm (python-gwcs): Update to 0.19.0.

Signed-off-by: Christopher Baines <mail@cbaines.net>
2023-10-11 12:11:41 +01:00
Sharlatan Hellseher 0052743c91
gnu: calceph: Update to 3.5.3.
* gnu/packages/astronomy.scm (calceph): Update to 3.5.3.

Signed-off-by: Christopher Baines <mail@cbaines.net>
2023-10-11 12:11:40 +01:00
Sharlatan Hellseher 9ad8b15751
gnu: stellarium: Update to 23.3.
* gnu/packages/astronomy.scm (stellarium): Update to 23.3.

Signed-off-by: Christopher Baines <mail@cbaines.net>
2023-10-11 12:11:40 +01:00
Sharlatan Hellseher 2a071da179
gnu: siril: Update to 1.2.0.
* gnu/packages/astronomy.scm (siril): Update to 1.2.0.
[inputs]: Add ffms2, libheif.

Signed-off-by: Christopher Baines <mail@cbaines.net>
2023-10-11 12:11:40 +01:00
Akib Azmain Turja f4093fb041
gnu: emacs-eat: Update to 0.9.
* gnu/packages/emacs-xyz.scm (emacs-eat): Update to 0.9.

Signed-off-by: Christopher Baines <mail@cbaines.net>
2023-10-11 12:11:40 +01:00
Fabio Natali d6afcffb21
gnu: emacs-mastodon: Update to 1.0.6.
* gnu/packages/emacs-xyz.scm (emacs-mastodon): Update to 1.0.6.

Signed-off-by: Christopher Baines <mail@cbaines.net>
2023-10-11 12:11:40 +01:00
Fabio Natali 378dfcf306
gnu: guile-proba: Update to 0.3.1.
* gnu/packages/check.scm (guile-proba): Update to 0.3.1.

Signed-off-by: Christopher Baines <mail@cbaines.net>
Change-Id: I7cc9708078fee14723eec90e4ce45d2beb3a01d0
2023-10-11 12:11:40 +01:00
Guillaume Le Vaillant 0024ef320e
gnu: p2pool: Update to 3.7.
* gnu/packages/finance.scm (p2pool): Update to 3.7.
2023-10-11 10:42:22 +02:00
Guillaume Le Vaillant 7e4f323634
gnu: monero-gui: Update to 0.18.3.1.
* gnu/packages/finance.scm (monero-gui): Update to 0.18.3.1.
2023-10-11 10:27:35 +02:00
Guillaume Le Vaillant 83e84ed462
gnu: monero: Update to 0.18.3.1.
* gnu/packages/finance.scm (monero): Update to 0.18.3.1.
2023-10-11 09:50:28 +02:00
Efraim Flashner 9fe9020645
gnu: csmith: Add source file-name.
* gnu/packages/linux.scm (csmith)[source]: Add file-name field.
2023-10-11 08:15:10 +03:00
Efraim Flashner cdc82b2f6e
gnu: agda-cubical: Add source file-name.
* gnu/packages/agda.scm (agda-cubical)[source]: Add file-name field.
2023-10-11 08:14:00 +03:00
Efraim Flashner 4ec818dbe1
gnu: emacs-chatgpt-shell: Add a source file-name.
* gnu/packages/emacs-xyz.scm (emacs-chatgpt-shell)[source]: Add
file-name field.
2023-10-11 08:11:55 +03:00
Leo Famulari 1dd62547ca
gnu: linux-libre 4.14: Update to 4.14.326.
* gnu/packages/linux.scm (linux-libre-4.14-version): Update to 4.14.326.
(linux-libre-4.14-pristine-source): Update hash.
2023-07-23 22:26:05 -04:00
Leo Famulari e3a1b7a98e
gnu: linux-libre 4.19: Update to 4.19.295.
* gnu/packages/linux.scm (linux-libre-4.19-version): Update to 4.19.295.
(linux-libre-4.19-pristine-source): Update hash.
2023-07-23 22:26:05 -04:00
Leo Famulari 166f943b53
gnu: linux-libre 5.4: Update to 5.4.257.
* gnu/packages/linux.scm (linux-libre-5.4-version): Update to 5.4.257.
(linux-libre-5.4-pristine-source): Update hash.
2023-07-23 22:26:05 -04:00
Leo Famulari 9cd1a20a43
gnu: linux-libre 5.10: Update to 5.10.197.
* gnu/packages/linux.scm (linux-libre-5.10-version): Update to 5.10.197.
(linux-libre-5.10-pristine-source): Update hash.
2023-07-23 22:26:05 -04:00
Leo Famulari 3d8629a51f
gnu: linux-libre 5.15: Update to 5.15.134.
* gnu/packages/linux.scm (linux-libre-5.15-version): Update to 5.15.134.
(linux-libre-5.15-pristine-source): Update hash.
2023-07-23 22:26:05 -04:00
Leo Famulari 54edc96c4d
gnu: linux-libre 6.1: Update to 6.1.56.
* gnu/packages/linux.scm (linux-libre-6.1-version): Update to 6.1.56.
(linux-libre-6.1-pristine-source): Update hash.
2023-07-23 22:26:04 -04:00
Leo Famulari ef365619b2
gnu: linux-libre 6.5: Update to 6.5.6.
* gnu/packages/linux.scm (linux-libre-6.5-version): Update to 6.5.6.
(linux-libre-6.5-pristine-source): Update hash.
2023-07-23 22:26:00 -04:00
Danny Milosavljevic 5a8f9d32f5
gnu: Add ryzen-smu.
* gnu/packages/linux.scm (ryzen-smu): New variable.
2023-10-10 23:38:23 +02:00
Janneke Nieuwenhuizen fc6c910f79
gnu: curl/fixed: Skip failing test on the Hurd.
* gnu/packages/curl.scm (curl/fixed)[arguments]: When building on the Hurd,
replace `check' phase to skip test 1474.
2023-10-10 18:45:44 +02:00
Andre A. Gomes f4e8baf380
gnu: nyxt: Update to 3.9.0.
* gnu/packages/web-browsers.scm (nyxt): Update to 3.9.0.

Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
2023-10-10 10:11:45 +02:00
Gabriel Hondet 4c3c2e6109
gnu: Add cl-helambdap.
* gnu/packages/lisp-xyz.scm (cl-helambdap, sbcl-helambdap): New variables.

Modified-by: Guillaume Le Vaillant <glv@posteo.net>
Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
2023-10-10 10:11:45 +02:00
Gabriel Hondet 2195ebcdef
gnu: Add cl-clad.
* gnu/packages/lisp-xyz.scm (cl-clad, sbcl-clad): New variables.

Co-authored-by: Guillaume Le Vaillant <glv@posteo.net>
Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
2023-10-10 10:11:45 +02:00
Gabriel Hondet 1dbc630a33
gnu: Add cl-xhtmlambda.
* gnu/packages/lisp-xyz.scm (cl-xhtmlambda, sbcl-xhtmlambda): New variables.

Modified-by: Guillaume Le Vaillant <glv@posteo.net>
Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
2023-10-10 10:11:45 +02:00
Ricardo Wurmus ef3d3a7f11
gnu: ardour: Use G-expressions.
* gnu/packages/audio.scm (ardour)[arguments]: Drop the quasiquote and use
G-expressions to refer to outputs.
2023-10-10 09:36:31 +02:00
Ricardo Wurmus 7adc5df914
gnu: ardour: Update to 8.0.
* gnu/packages/audio.scm (ardour): Update to 8.0.
2023-10-10 09:36:31 +02:00
Maxim Cournoyer 619ff2fa1d
gnu: Add teensy-udev-rules.
* gnu/packages/flashing-tools.scm (teensy-udev-rules): New variable.

Change-Id: Icdb2fc94d308646dabaeb0fc8e3e27585a9efd53
2023-10-10 00:06:15 -04:00
Maxim Cournoyer e09c04809a
gnu: teensy-loader-cli: Fix license.
* gnu/packages/flashing-tools.scm (teensy-loader-cli) [license]: Adjust to
license:gpl3+.
2023-10-10 00:06:15 -04:00
Maxim Cournoyer 1b83d4490a
gnu: teensy-loader-cli: Use gexps.
* gnu/packages/flashing-tools.scm (teensy-loader-cli) [arguments]: Use gexps.
2023-10-10 00:06:15 -04:00