Commit graph

110366 commits

Author SHA1 Message Date
Felix Lechner bd89aed936
gnu: Add go-github-com-aperturerobotics-jacobsa-crypto.
* gnu/packages/golang.scm (go-github-com-aperturerobotics-jacobsa-crypto): New variable.

Signed-off-by: Leo Famulari <leo@famulari.name>
2023-03-28 16:26:08 -04:00
Felix Lechner 8810be06f2
gnu: Add go-github-com-hanwen-go-fuse-v2.
* gnu/packages/golang.scm (go-github-com-hanwen-go-fuse-v2): New variable.

Signed-off-by: Leo Famulari <leo@famulari.name>
2023-03-28 16:26:08 -04:00
Felix Lechner 871a0fe5a3
gnu: go-golang-org-x-net: Update to 0.5.0.
* gnu/packages/golang.scm (go-golang-org-x-net): Update to 0.5.0.
(go-golang-org-x-net): Switch to gexp.

Signed-off-by: Leo Famulari <leo@famulari.name>
2023-03-28 16:26:08 -04:00
Felix Lechner 87eb8473c1
gnu: go-golang-org-x-sys: Update to 0.4.0.
* gnu/packages/golang.scm (go-golang-org-x-sys): Update to 0.4.0.
(go-golang-org-x-sys): Switch to gexp.

Signed-off-by: Leo Famulari <leo@famulari.name>
2023-03-28 16:26:04 -04:00
Ricardo Wurmus d7673b49c0
gnu: Add python-omero-py.
* gnu/packages/python-xyz.scm (python-omero-py): New variable.
2023-03-28 17:59:59 +02:00
Ricardo Wurmus b52fe15dc7
gnu: Add python-zeroc-ice-3.6.
* gnu/packages/python-xyz.scm (python-zeroc-ice-3.6): New variable.
2023-03-28 17:59:59 +02:00
Ricardo Wurmus 37d9e96f66
gnu: Add python-zeroc-ice.
* gnu/packages/python-xyz.scm (python-zeroc-ice): New variable.
2023-03-28 17:59:59 +02:00
Ricardo Wurmus e408677f33
gnu: Add guile-openai.
* gnu/packages/guile-xyz.scm (guile-openai): New variable.
2023-03-28 17:59:58 +02:00
宋文武 6d500ad544
teams: Add Zhu Zihao.
* etc/teams.scm.in: Add Zhu Zihao.
2023-03-28 19:57:43 +08:00
Felix Lechner c9af27d4ca
lint: Append "/info/refs" to git-reference-url.
For the atftp package added in the preceeding commit, lint produced this
warning:

  gnu/packages/networking.scm:2924:5: atftp@0.8.0:
    URI https://git.code.sf.net/p/atftp/code not reachable:
      404 ("Not Found")

Thanks to Sergey Trofimov for suggesting a fix! [1]

  [1]  https://issues.guix.gnu.org/62156#3

It was implemented here, and the warning disappeared.

* guix/lint.scm (check-source): Append "/info/refs" to git-reference-url.

Co-authored-by: Sergey Trofimov <sarg@sarg.org.ru>
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2023-03-27 18:48:53 +02:00
Felix Lechner 38e7813c03
gnu: Add atftp.
* gnu/packages/networking.scm (atftp): New variable.

Thanks to Josselin Poiret and Bruno Victal for their generous and detailed
reviews of this item!

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2023-03-27 18:48:53 +02:00
Ludovic Courtès ee0ef0b58f
lint: Prevent inlining of 'package-vulnerabilities'.
* guix/lint.scm (package-vulnerabilities): Prevent inlining.
2023-03-27 18:48:52 +02:00
Ludovic Courtès 836297eae5
syscalls: 'getxattr' throws upon error.
* guix/build/syscalls.scm (getxattr): Throw in the negative SIZE case.
2023-03-27 18:48:52 +02:00
Philippe SWARTVAGHER 30cc651fba
gnu: hevea: Update to 2.36.
* gnu/packages/ocaml.scm (hevea): Update to 2.36.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2023-03-27 18:48:52 +02:00
Ludovic Courtès af91c2d540
substitute: Gracefully handle TLS termination while fetching narinfos.
Fixes <https://issues.guix.gnu.org/62476>.

* guix/substitutes.scm (call-with-connection-error-handling): Add
'gnutls-error case.
2023-03-27 18:48:51 +02:00
Ludovic Courtès 3b9738aeac
services: ntpd: Add 'configuration' action.
* gnu/services/networking.scm (ntp-shepherd-service): Add 'actions'
field.
2023-03-27 18:48:51 +02:00
Ludovic Courtès 82607c442b
services: network-manager: Add 'configuration' action.
* gnu/services/networking.scm (network-manager-shepherd-service): Add
'actions' field.
2023-03-27 18:48:51 +02:00
Ludovic Courtès 384856c9fb
services: syslog: Add 'configuration' action.
* gnu/services/base.scm (syslog-service-type): Add 'actions' field.
2023-03-27 18:48:51 +02:00
Andy Tai da410b45a9
gnu: texinfo: Update to 7.0.3
* gnu/packages/texinfo.scm (texinfo-7): Update to 7.0.3

Signed-off-by: Christopher Baines <mail@cbaines.net>
2023-03-27 16:44:35 +01:00
Zhu Zihao 8ced5fd4d6
gnu: mu: Update to 1.10.0.
* gnu/packages/mail.scm (mu): Update to 1.10.0.
[source]: Use release tarball instead of git reference.

Signed-off-by: Christopher Baines <mail@cbaines.net>
2023-03-27 16:44:11 +01:00
Sughosha 5f9ae89041
gnu: Update ardour to 7.3.
* gnu/packages/audio.scm (ardour): Update to 7.3.

Signed-off-by: Christopher Baines <mail@cbaines.net>
2023-03-27 16:43:06 +01:00
Andy Tai 28cca50a04
gnu: obs: Update to 29.0.2
* gnu/packages/video.scm (obs): Update to 29.0.2

Signed-off-by: Christopher Baines <mail@cbaines.net>
2023-03-27 16:42:53 +01:00
Yovan Naumovski 5a8d9d2721
gnu: mosquitto: Update to 2.0.15.
* gnu/packages/messaging.scm (mosquitto): Update to 2.0.15.
[inputs]: Add libxslt.

Signed-off-by: Christopher Baines <mail@cbaines.net>
2023-03-27 16:41:31 +01:00
Greg Hogan 3547ecc3fa
gnu: python-isodate: Update to 0.6.1.
* gnu/packages/time.scm (python-isodate): Update to 0.6.1.

Signed-off-by: Christopher Baines <mail@cbaines.net>
2023-03-27 16:40:58 +01:00
Andy Tai 8e7b919468
gnu: parallel: Update to 20230322.
* gnu/packages/parallel.scm (parallel): Update to 20230322.

Signed-off-by: Christopher Baines <mail@cbaines.net>
2023-03-27 16:40:31 +01:00
Yovan Naumovski 7be5166ae8
gnu: strace: Update to 6.2.
* gnu/packages/linux.scm (strace): Update to 6.2.

Signed-off-by: Christopher Baines <mail@cbaines.net>
2023-03-27 16:40:15 +01:00
Greg Hogan 4cf7aea2b9
gnu: ugrep: Update to 3.11.0.
* gnu/packages/search.scm (ugrep): Update to 3.11.0.

Signed-off-by: Christopher Baines <mail@cbaines.net>
2023-03-27 16:40:04 +01:00
Greg Hogan efbfda0dac
gnu: colordiff: Update to 1.0.21.
* gnu/packages/patchutils.scm (colordiff): Update to 1.0.21.

Signed-off-by: Christopher Baines <mail@cbaines.net>
2023-03-27 16:39:53 +01:00
Greg Hogan 1564ae60de
gnu: boxes: Update to 2.2.0.
* gnu/packages/shellutils.scm (boxes): Update to 2.2.0.

Signed-off-by: Christopher Baines <mail@cbaines.net>
2023-03-27 16:39:36 +01:00
Breno Brandão 56bea0f6b8
gnu: Update waybar to 0.9.17.
* gnu/packages/wm.scm (waybar): Update to 0.9.17.
[inputs]: Add playerctl.

Signed-off-by: Christopher Baines <mail@cbaines.net>
2023-03-27 16:38:55 +01:00
Felix Gruber dd41b226cf
gnu: oil: Update to 0.14.2.
* gnu/packages/shells.scm (oil): Update to 0.14.2.

Signed-off-by: Christopher Baines <mail@cbaines.net>
2023-03-27 16:38:14 +01:00
Andy Tai 6818843b2b
gnu: icewm: Update to 3.3.2.
* gnu/packages/wm.scm (icewm): Update to 3.3.2.

Signed-off-by: Christopher Baines <mail@cbaines.net>
2023-03-27 16:37:56 +01:00
Bruno Victal 80969b15dc
gnu: mympd: Update to 10.2.6.
* gnu/packages/mpd.scm (mympd): Update to 10.2.6.

Signed-off-by: Christopher Baines <mail@cbaines.net>
2023-03-27 16:37:16 +01:00
Yovan Naumovski d6c629088a
gnu: arp-scan: Update to 1.10.0.
* gnu/packages/networking.scm (arp-scan): Update to 1.10.0.

Signed-off-by: Christopher Baines <mail@cbaines.net>
2023-03-27 16:36:45 +01:00
Philippe SWARTVAGHER 8d5a4fe146
gnu: gnuplot: Update to 5.4.6.
* gnu/packages/maths.scm (gnuplot): Update to 5.4.6.

Signed-off-by: Christopher Baines <mail@cbaines.net>
2023-03-27 16:35:48 +01:00
Christopher Baines 8a1fe39320
gnu: guix-build-coordinator: Update to 0-76.3c9354e.
* gnu/packages/package-management.scm (guix-build-coordinator): Update to
0-76.3c9354e
[arguments]: Fix reference to guile-fibers.
2023-03-27 16:34:49 +01:00
Guillaume Le Vaillant b3f559886f
gnu: bitcoin-unlimited: Disable failing test.
* gnu/packages/finance.scm (bitcoin-unlimited)[arguments]: Disable a test
  failing because of an expired SSL certificate.
2023-03-27 15:40:10 +02:00
Andreas Enge 79e31f7a7a
gnu: pari-gp: Update to 2.15.3.
* gnu/packages/algebra.scm (pari-gp): Update to 2.15.3.
2023-03-27 11:20:47 +02:00
jgart acbdaec070
gnu: Add cl-osc.
* gnu/packages/lisp-xyz.scm (cl-osc, ecl-osc, sbcl-osc): New variables.

Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
2023-03-27 10:49:05 +02:00
jgart 288bc14733
gnu: Add cl-lunamech-matrix-api.
* gnu/packages/lisp-xyz.scm (cl-lunamech-matrix-api,
  ecl-lunamech-matrix-api, sbcl-lunamech-matrix-api): New variables.

Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
2023-03-27 10:39:42 +02:00
jgart 76aab9a586
gnu: Add cl-reader.
* gnu/packages/lisp-xyz.scm (cl-reader, ecl-reader, sbcl-reader):
  New variables.

Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
2023-03-27 10:30:38 +02:00
jgart 4b7c81c6b5
gnu: Add cl-hash-set.
* gnu/packages/lisp-xyz.scm (cl-hash-set, ecl-hash-set, sbcl-hash-set):
  New variables.

Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
2023-03-27 10:30:32 +02:00
jgart f51276f148
gnu: Add cl-lisp-pay.
* gnu/packages/lisp-xyz.scm (cl-lisp-pay, ecl-lisp-pay, sbcl-lisp-pay):
  New variables.

Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
2023-03-27 10:16:10 +02:00
jgart 18ec16560d
gnu: Add cl-tls.
* gnu/packages/lisp-xyz.scm (cl-tls, ecl-cl-tls, sbcl-cl-tls): New variables.

Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
2023-03-27 10:11:53 +02:00
Stefan Baums 89c8bba0a6
gnu: font-sil-charis: Update to 6.2.0.
* gnu/packages/fonts.scm (font-sil-charis): Update to 6.2.0.

Signed-off-by: Leo Famulari <leo@famulari.name>
2023-03-26 18:06:52 -04:00
Stefan Baums 2b54eca70e
gnu: font-sil-andika: Update to 6.2.0.
* gnu/packages/fonts.scm (font-sil-andika): Update to 6.2.0.

Signed-off-by: Leo Famulari <leo@famulari.name>
2023-03-26 18:06:52 -04:00
Stefan Baums 30b2a2ab9e
gnu: font-sil-gentium: Update to 6.2.0.
* gnu/packages/fonts.scm (font-sil-gentium): Update to 6.2.0.

Signed-off-by: Leo Famulari <leo@famulari.name>
2023-03-26 18:06:44 -04:00
Sharlatan Hellseher c06b6ce257
gnu: haproxy: Move to (gnu packages high-availability).
Copyright records were synchronized based on commit history.

* gnu/packages/networking.scm (haproxy): Move this variable from here...
* gnu/packages/high-availability.scm (haproxy): ...to here.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2023-03-26 23:28:02 +02:00
Sharlatan Hellseher fa715278bc
gnu: haproxy: Update to 2.7.5.
* gnu/packages/networking.scm (haproxy): Update to 2.7.4.
  [arguments]: Use Gexp.
  <make-flags>: Add extra build options 'USE_PCRE2_JIT' enables JIT for
  faster regex on libpcre2, 'USE_PROMEX' enables the Prometheus
  exporter. Set CC to use cc-for-target, point 'LUA_INC' and 'LUA_LIB'
  to corresponded '/include' and '/lib' outputs of Lua. Replace
  'USE_PCRE_2' by correct option 'USE_PCRE2'.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2023-03-26 23:27:59 +02:00
Ting-Wei Lan f5c62f106d
tests: Fix guix-home.sh when guix isn't installed
* tests/guix-home.sh: Reorder NIX_STORE_DIR variable definition to
prevent guix from crashing due to missing /gnu/store.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2023-03-26 23:25:34 +02:00