Paul A. Patience
7761495ccb
gnu: gmsh: Update to 4.11.1.
...
* gnu/packages/maths.scm (gmsh): Update to 4.11.1.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2023-07-11 16:15:01 +02:00
Bruno Victal
fc25bd72b2
gnu: desktop-file-utils: Format description.
...
* gnu/packages/freedesktop.scm (desktop-file-utils)[description]: Format
description.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2023-07-11 16:12:25 +02:00
Bruno Victal
e12a0cb3db
gnu: guile-hashing: Fix description.
...
* gnu/packages/guile-xyz.scm (guile-hashing)[description]: Fix typo.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2023-07-11 16:12:23 +02:00
Timotej Lazar
355e3c6e1c
gnu: rxvt-unicode: Use helper procedure to make desktop files.
...
* gnu/packages/xdisorg.scm (rxvt-unicode)[arguments]: Replace custom code with
make-desktop-entry-file. Specify categories and icon in desktop files.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2023-07-11 16:06:52 +02:00
Timotej Lazar
f969f45fa8
gnu: rxvt-unicode: Use new package style.
...
* gnu/packages/xdisorg.scm (rxvt-unicode)[arguments]: Use gexps.
[inputs]: Drop input labels.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2023-07-11 16:06:51 +02:00
Timotej Lazar
f0dfb2a8e9
gnu: rxvt-unicode: Update to 9.31 [fixes CVE-2022-4170].
...
* gnu/packages/xdisorg.scm (rxvt-unicode): Update to 9.31.
[inputs]: Add libxext.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2023-07-11 16:06:49 +02:00
Timotej Lazar
09d1e04230
gnu: qbittorrent{,-nox}: Use qt-build-system.
...
CMake is now upstream’s preferred build system.
* gnu/packages/bittorrent.scm (qbittorrent)[build-system]: Use qt-build-system.
[arguments]: Drop custom wrap phase. (Re-)enable tests.
[inputs]: Remove input labels. Drop qtbase-5.
[native-inputs]: Drop pkg-config.
(qbittorrent-nox)[arguments]: Adjust configure-flags. Keep the wrap-qt phase
since the non-GUI version is also a QT program.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2023-07-11 16:05:50 +02:00
Timotej Lazar
f561e8a0ed
gnu: qbittorrent: Update to 4.5.4.
...
* gnu/packages/bittorrent.scm (qbittorrent): Update to 4.5.4.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2023-07-11 16:05:48 +02:00
Zac Berkowitz
b716d17e1c
gnu: mit-scheme: Fix building
...
* gnu/packages/scheme.scm (mit-scheme)[arguments] Add 'set-env
before 'configure, setting -Wno-array-parameter in CFLAGS and
CPPFLAGS to ignore warning causing build break.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2023-07-11 16:04:44 +02:00
Andy Tai
b27d3265c6
gnu: xorriso: Update to 1.5.6.pl02
...
* gnu/packages/cdrom.scm (xorriso): Update to 1.5.6.pl02
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2023-07-11 15:53:26 +02:00
Philippe SWARTVAGHER
fa7d3972f8
gnu: hwloc: Update to 2.9.2.
...
* gnu/packages/mpi.scm (hwloc-2): Update to 2.9.2.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2023-07-11 15:52:26 +02:00
Morgan Smith
16c5c7c5c1
gnu: guile-chickadee: Change license to Apache 2.0.
...
* gnu/packages/game-development.scm (guile-chickadee)[license]: Change to
Apache 2.0 (asl2.0).
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2023-07-11 15:47:56 +02:00
nathan
9cf2f08852
avahi: Fix exception when #:timeout is #f.
...
* guix/avahi.scm (avahi-publish-service-thread): Fixes crash when timeout is
#f, which is the default for "guix publish --advertise"
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2023-07-11 15:47:56 +02:00
Ludovic Courtès
7d9fdfb19d
home: services: bash: Properly quote shell aliases.
...
Fixes <https://issues.guix.gnu.org/63048 >.
Reported by Ekaitz Zarraga <ekaitz@elenq.tech>.
* gnu/home/services.scm (with-shell-quotation-bindings): New procedure.
(environment-variable-shell-definitions): Use it instead of inline copy.
* gnu/home/services/shells.scm (bash-serialize-aliases): Use it. Add
clause for 'literal-string?'.
* tests/guix-home.sh: Add 'aliases' to 'home-bash-extension' and test it.
2023-07-11 15:47:56 +02:00
Ludovic Courtès
fe3321f91a
cache: 'file-expiration-time' uses 'lstat', not 'stat'.
...
Fixes a bug whereby 'cached-channel-instance' would potentially consider
cache entries obsolete too early because they refer to items in the
store, which is mounted as 'noatime' on Guix System.
* guix/cache.scm (file-expiration-time): Use 'lstat' and
'false-if-exception' rather than 'stat'. This matches what (guix
scripts shell) does.
2023-07-11 15:47:56 +02:00
Ludovic Courtès
e1c2c2f042
locate: Ignore unreadable manifests.
...
Fixes <https://issues.guix.gnu.org/64187 >.
* guix/scripts/locate.scm (profiles->manifest-entries): Wrap
'profile-manifest' in 'false-if-exception'.
Reported-by: Ricardo Wurmus <rekado@elephly.net>
2023-07-11 15:47:55 +02:00
Jonathan Brielmaier
67e22584fa
gnu: icedove: Update to 102.13.0.
...
* gnu/packages/gnuzilla.scm (icedove): Update to 102.13.0.
2023-07-10 21:08:29 +02:00
Leo Famulari
4a508a628f
gnu: opustags: Update to 1.9.0.
...
* gnu/packages/music.scm (opustags): Update to 1.9.0.
[native-inputs]: Add perl-test-deep.
[arguments]: Adjust accordingly.
2023-07-10 13:42:57 -04:00
Andreas Enge
a37d2e9187
gnu: pari-gp: Update to 2.15.4.
...
* gnu/packages/algebra.scm (pari-gp): Update to 2.15.4.
2023-07-10 19:32:45 +02:00
John Kehayias
ef0a45c641
gnu: openrgb: Update to 0.9.
...
* gnu/packages/hardware.scm (openrgb): Update to 0.9.
* gnu/packages/patches/openrgb-unbundle-hueplusplus.patch: Update.
2023-07-10 11:21:31 -04:00
Paul A. Patience
b7be0a999d
gnu: bpython: Update to 0.24.
...
* gnu/packages/python-xyz.scm (bpython): Update to 0.24.
[propagated-inputs]: Remove python-six.
Signed-off-by: Christopher Baines <mail@cbaines.net>
2023-07-10 12:39:35 +01:00
Paul A. Patience
6d2ca5dd04
gnu: python-curtsies: Update to 0.4.1.
...
* gnu/packages/terminals.scm (python-curtsies): Update to 0.4.1.
Signed-off-by: Christopher Baines <mail@cbaines.net>
2023-07-10 12:39:35 +01:00
Paul A. Patience
95af7f7c9b
gnu: python-blessed: Add missing dependency.
...
Fixes the build of python-curtsies.
The python-six dependency was accidentally removed in commit
9e1cbc62e5
.
* gnu/packages/python-xyz.scm (python-blessed)[propagated-inputs]: Add
python-six.
Signed-off-by: Christopher Baines <mail@cbaines.net>
2023-07-10 12:39:35 +01:00
Christopher Baines
81a2a0f8d1
gnu: ruby-hamster: Fix build.
...
* gnu/packages/ruby.scm (ruby-hamster)[arguments]: Run tests with ruby-2.7 and
update style.
2023-07-10 12:39:35 +01:00
Yovan Naumovski via Guix-patches via
fd2a01d564
gnu: ruby-terraform: Update to 1.7.0.
...
* gnu/packages/ruby.scm (ruby-terraform): Update to 1.7.0.
[source]: Use git-fetch.
[arguments]: Enable tests.
[native-inputs]: Add ruby-rspec, ruby-faker, ruby-simplecov.
[propagated-inputs]: Add ruby-immutable-struct.
2023-07-10 12:39:35 +01:00
Yovan Naumovski via Guix-patches via
0a6f2b8f31
gnu: Add ruby-faker.
...
* gnu/packages/ruby.scm (ruby-faker): New variable.
2023-07-10 12:39:35 +01:00
Yovan Naumovski via Guix-patches via
8509e977b4
gnu: Add ruby-immutable-struct.
...
* gnu/packages/ruby.scm (ruby-immutable-struct): New variable.
2023-07-10 12:39:35 +01:00
Yovan Naumovski via Guix-patches via
79bbf07ecc
gnu: ruby-lino: Update to 3.1.0.
...
* gnu/packages/ruby.scm (ruby-lino): Update to 3.1.0.
2023-07-10 12:39:35 +01:00
Yovan Naumovski via Guix-patches via
ab34f9af29
gnu: ruby-i18n: Update to 1.13.0.
...
* gnu/packages/ruby.scm (ruby-i18n): Update to 1.13.0.
2023-07-10 12:39:35 +01:00
gemmaro
83444f2940
gnu: ruby-net-ssh: Update to 7.1.0.
...
* gnu/packages/ruby.scm (ruby-net-ssh): Update to 7.1.0.
[source]: Switch to git-fetch for tests.
[native-inputs]: Add ruby-bcrypt-pbkdf, ruby-ed25519, ruby-rbnacl, and
ruby-x25519 for tests with optional dependencies.
Signed-off-by: Christopher Baines <mail@cbaines.net>
2023-07-10 12:39:35 +01:00
gemmaro
5a59f77e76
gnu: Add ruby-x25519.
...
* gnu/packages/ruby.scm (ruby-x25519): New variable.
Signed-off-by: Christopher Baines <mail@cbaines.net>
2023-07-10 12:39:34 +01:00
gemmaro
f6e6d5981f
gnu: ruby-rbnacl: Use new package style.
...
* gnu/packages/ruby.scm (ruby-rbnacl): Use new package style.
[arguments]: Use gexp.
[source, propagated-inputs, inputs, native-inputs]: Restyle format.
Signed-off-by: Christopher Baines <mail@cbaines.net>
2023-07-10 12:39:34 +01:00
gemmaro
98eaf21d4a
gnu: ruby-rbnacl: Update to 7.1.1.
...
* gnu/packages/ruby.scm (ruby-rbnacl): Update to 7.1.1.
[home-page]: Update to current home page link.
Signed-off-by: Christopher Baines <mail@cbaines.net>
2023-07-10 12:39:34 +01:00
gemmaro
6a4ae3528f
gnu: Add ruby-ed25519.
...
* gnu/packages/ruby.scm (ruby-ed25519): New variable.
Signed-off-by: Christopher Baines <mail@cbaines.net>
2023-07-10 12:39:34 +01:00
gemmaro
40bac1a557
gnu: Add ruby-bcrypt-pbkdf.
...
* gnu/packages/ruby.scm (ruby-bcrypt-pbkdf): New variable.
Signed-off-by: Christopher Baines <mail@cbaines.net>
2023-07-10 12:39:34 +01:00
Ricardo Wurmus
d0296970fb
gnu: Add python-captum.
...
* gnu/packages/machine-learning.scm (python-captum): New variable.
2023-07-10 13:13:45 +02:00
kiasoc5
e3d9d896b5
gnu: Add python-flask-seasurf.
...
* gnu/packages/python-web.scm (python-flask-seasurf): New variable.
Co-authored-by: Ricardo Wurmus <rekado@elephly.net>
2023-07-10 13:13:45 +02:00
kiasoc5
4181835a52
gnu: Add python-flask-compress.
...
* gnu/packages/python-web.scm (python-flask-compress): New variable.
Co-authored-by: Ricardo Wurmus <rekado@elephly.net>
2023-07-10 13:13:45 +02:00
Tobias Geerinckx-Rice
8b38d180ec
gnu: ndisc6: Update to 1.0.7.
...
* gnu/packages/networking.scm (ndisc6): Update to 1.0.7.
2023-07-09 02:00:01 +02:00
Tobias Geerinckx-Rice
5ac5d7c86a
gnu: bpftrace: Update to 0.18.0.
...
* gnu/packages/linux.scm (bpftrace): Update to 0.18.0.
2023-07-09 02:00:01 +02:00
Pierre Neidhardt
1944b3baf4
gnu: sbcl-ospm: Update to 0.0.2.
...
* gnu/packages/lisp-xyz.scm (sbcl-ospm): Update to 0.0.2.
2023-07-10 12:30:06 +02:00
Efraim Flashner
c4a89a6d6b
gnu: ruby-ruby-memcheck: Skip tests when cross-compiling.
...
* gnu/packages/ruby.scm (ruby-ruby-memcheck)[arguments]: Adjust #:tests?
to skip tests when cross-compiling.
2023-07-10 12:01:38 +03:00
Efraim Flashner
ad80cfe0cb
gnu: chatty: Add missing input.
...
* gnu/packages/messaging.scm (chatty)[native-inputs]: Add itstool.
2023-07-10 11:56:50 +03:00
Efraim Flashner
997f7a71a6
gnu: webkitgtk: Fix building on i686-linux.
...
* gnu/packages/webkit.scm (webkitgtk)[arguments]: When building for
i686-linux add a phase to not include optimizations used by
x86_64-linux.
2023-07-10 10:57:51 +03:00
Mike Delago
126a91888c
gnu: cl-rove: Update to 0.10.0-1.6a5dfcd.
...
* gnu/packages/lisp-check.scm (sbcl-rove): Update to 0.10.0-1.6a5dfcd.
Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
2023-07-10 09:55:33 +02:00
Artyom Bologov
1c194cd2bb
gnu: cl-spinneret: Update to 3.0-6.d4398b5.
...
* gnu/packages/lisp-xyz.scm (sbcl-spinneret): Update to 3.0-6.d4398b5.
Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
2023-07-10 09:55:33 +02:00
Michael Ford
ca6e688883
gnu: electrum: Update to 4.4.5.
...
* gnu/packages/finance.scm (electrum): Update to 4.4.5.
Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
2023-07-10 09:55:33 +02:00
Michael Ford
84e876f1f0
gnu: ledger: Update to 3.3.2.
...
* gnu/packages/finance.scm (ledger): Update to 3.3.2.
Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
2023-07-10 09:55:33 +02:00
Michael Ford
a5cf461394
gnu: homebank: Update to 5.6.5.
...
* gnu/packages/finance.scm (homebank): Update to 5.6.5.
Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
2023-07-10 09:55:33 +02:00
Peter Polidoro
3c9984b860
gnu: kicad: Update to 7.0.6.
...
* gnu/packages/engineering.scm (kicad): Update to 7.0.6.
Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
2023-07-10 09:55:32 +02:00