Commit Graph

67924 Commits

Author SHA1 Message Date
Tobias Geerinckx-Rice
6f6b0ea0d4
gnu: lldpd: Update to 1.0.9.
* gnu/packages/networking.scm (lldpd): Update to 1.0.9.
2021-04-02 23:25:17 +02:00
Ludovic Courtès
6f97e43687
gnu: ktouch: Remove unnecessary build phase.
* gnu/packages/education.scm (ktouch)[arguments]: Remove.
2021-04-02 23:22:14 +02:00
Ludovic Courtès
e025de68c3
gnu: vtk: Add 'release-monitoring-url' property.
* gnu/packages/image-processing.scm (vtk)[properties]: New field.
2021-04-02 23:22:14 +02:00
Andy Tai
48f7aa1cd1
gnu: vtk: Update to 9.0.1.
* gnu/packages/image-processing.scm (vtk): Update to 9.0.1.
[source](snippet): Remove bundled "ogg" directory as well.
[arguments]: Adjust #:configure-flags.  Add #:phases.
[inputs]: Add LIBOGG.
* gnu/packages/patches/vtk-fix-freetypetools-build-failure.patch: Update.

Co-authored-by: Ludovic Courtès <ludo@gnu.org>
2021-04-02 23:22:14 +02:00
Léo Le Bouter
f4dc8ac6df
gnu: curl: Update to 7.76.0 [security fixes].
Fixes CVE-2021-22876 and CVE-2021-22890.

* gnu/packages/curl.scm (curl/fixed): New variable.
(curl)[replacement]: New field.
* gnu/packages/patches/curl-7.76-use-ssl-cert-env.patch: New file.
* gnu/local.mk (dist_patch_DATA): Add it.
2021-04-02 16:44:33 -04:00
Maxim Cournoyer
591c930337
gnu: jami: Add debug outputs.
* gnu/packages/jami.scm (libring, libringclient, jami-gnome, jami-qt): Add a
"debug" output.
2021-04-02 14:17:44 -04:00
Léo Le Bouter
55fca8eee2
gnu: hostapd: Fix CVE-2021-30004.
* gnu/packages/admin.scm (hostapd)[patches]: Apply
'wpa-supplicant-CVE-2021-30004.patch'.
2021-04-02 19:24:11 +02:00
Léo Le Bouter
c18c8d3e9c
gnu: wpa-supplicant-minimal: Fix CVE-2021-30004.
* gnu/packages/patches/wpa-supplicant-CVE-2021-30004.patch: New patch.
* gnu/local.mk (dist_patch_DATA): Register it.
* gnu/packages/admin.scm (wpa-supplicant-minimal): Apply patch.
2021-04-02 19:22:33 +02:00
Léo Le Bouter
68ed5de405
gnu: python-pikepdf: Update to 2.10.0 [fixes CVE-2021-29421].
* gnu/packages/python-xyz.scm (python-pikepdf): Update to 2.10.0.
2021-04-02 18:43:02 +02:00
Jelle Licht
f6c43c932a
gnu: Add node-lts.
* gnu/packages/node.scm (node-lts): New variable.
* guix/build-system/node.scm (default-node): Use it.
2021-04-02 18:04:24 +02:00
Jelle Licht
31c4d89073
gnu: Add llhttp-bootstrap.
* gnu/packages/patches/llhttp-bootstrap-CVE-2020-8287.patch: New file.
* gnu/local.mk (dist_patch_DATA): Add it.
* gnu/packages/node.scm (llhttp-bootstrap): New variable.
2021-04-02 18:04:24 +02:00
Jelle Licht
91b78f371e
gnu: Add node-llparse-bootstrap.
* gnu/packages/node.scm (node-llparse-bootstrap): New variable.
2021-04-02 18:04:23 +02:00
Jelle Licht
82e7f7c029
gnu: Add node-llparse-frontend-bootstrap.
* gnu/packages/node.scm (node-llparse-frontend-bootstrap): New variable.
2021-04-02 18:04:23 +02:00
Jelle Licht
6b930e5242
gnu: Add node-llparse-builder-bootstrap.
* gnu/packages/node.scm (node-llparse-builder-bootstrap): New variable.
2021-04-02 18:04:23 +02:00
Jelle Licht
2780cea3f8
gnu: Add node-debug-bootstrap.
* gnu/packages/node.scm (node-debug-bootstrap): New variable.
2021-04-02 18:04:23 +02:00
Jelle Licht
2cc5883b21
gnu: Add node-binary-search-bootstrap.
* gnu/packages/node.scm (node-binary-search-bootstrap): New variable.
2021-04-02 18:04:23 +02:00
Jelle Licht
972f2a2aff
gnu: Add node-ms-bootstrap.
* gnu/packages/node.scm (node-ms-bootstrap): New variable.
2021-04-02 18:04:23 +02:00
Jelle Licht
f540ee5ef8
gnu: Add node-semver-bootstrap.
* gnu/packages/node.scm (node-semver-bootstrap): New variable.
2021-04-02 18:04:23 +02:00
Jelle Licht
0c0c484613
gnu: Add node-bootstrap.
* gnu/packages/node (node-bootstrap): Add hidden alias for node.
2021-04-02 18:04:23 +02:00
Jelle Licht
7728aa24c5
gnu: node: Use license prefix.
* gnu/packages/node.scm (node)[license]: Use prefix for license.
2021-04-02 18:04:22 +02:00
Jelle Licht
c39092c7b8
gnu: Add libuv-for-node
* gnu/packages/libevent.scm (libuv-for-node): New variable.
2021-04-02 18:04:22 +02:00
Jelle Licht
23ea84cdf0
build-system: Rewrite node build system.
* guix/build/node-build-system.scm: Rewrite it.
* guix/build-system/node.scm: Adjust accordingly.
* gnu/packages/node-xyz.scm (node-semver): Likewise.

Co-authored-by: Timothy Sample <samplet@ngyro.com>
2021-04-02 18:04:22 +02:00
Maxim Cournoyer
532c0e745a
gnu: libringclient: Disable the libwrap feature.
As it causes video calls to segfault.

* gnu/packages/jami.scm (libringclient): Set -DENABLE_LIBWRAP to false for the
time being.
2021-04-02 11:47:17 -04:00
Maxim Cournoyer
e6b447cf75
gnu: Add jami-qt.
* gnu/packages/jami.scm (jami-qt): New variable.
2021-04-02 07:41:16 -04:00
Maxim Cournoyer
60e64e28f3
gnu: jami: Update to 20210326.1.cfba013 and rename to jami-gnome.
* gnu/packages/jami.scm (jami): Update to 20210326.1.cfba013.  Rename to ...
(jami-gnome): ... this, in prevision to the soon released Jami Qt client.
(jami): Define as obsoleted by jami-gnome.
[inputs]: Sort lexico-graphically.  Add libappindicator and network-manager.
[native-inputs]: Add a comment and fix a typo.  Remove doxygen.
[propagated-inputs]: Remove evolution-data-server.
[synopsis]: More explicitly describe what this package is.
[description]: Describe the specifics before the generalities.
2021-04-02 07:41:16 -04:00
Maxim Cournoyer
40a5f7904a
gnu: libringclient: Update to 20210326.1.cfba013.
* gnu/packages/jami.scm (libringclient): Update to 20210326.1.cfba013.  Remove
trailing #t.  Do not inherit from libring.
[version, source]: Specify fields.
[propagated-inputs]: Remove qttools.  Move libring to ...
[inputs]: ... here.  Add network-manager.
[configure-flags] Define the RING_XML_INTERFACES_DIR and LIBWRAP variables.
[phases]{fix-dbus-interfaces-path}: Delete.
[synopsis]: More explicitly describe what this component is.
[description]: Describe the specifics before the generalities.
2021-04-02 07:41:16 -04:00
Maxim Cournoyer
2cfd4770af
gnu: libring: Update to 20210326.1.cfba013.
* gnu/packages/jami.scm (libring): Update to 20210326.1.cfba013.  Remove
trailing #t.
[inputs]: Remove boost, flac, gmp, gsm, libogg, libva, opus, pcre,
libsamplerate, libsndfile, libvorbis, libx264, libvdpau, zlib, python,
python-wrapper, restinio, and libx11.  Add libgit2 and webrtc-audio-processing.
[native-inputs]: Remove cppunit.  Add gcc-8.
[make-flags]: Add the V=1 flag.
[synopsis]: More explicitly describe what this component is.
[description]: Describe the specifics before the generalities.
2021-04-02 07:41:16 -04:00
Maxim Cournoyer
3f742c77ef
ffmpeg-jami: Apply patches from Jami 20210326.1.cfba013.
* gnu/packages/jami.scm (ffmpeg-jami): Remove trailing #t.
[phases] <apply-patches>: Add libopusdec-enable-FEC and
libopusenc-enable-FEC to the list of patches to apply.
2021-04-02 07:41:16 -04:00
Maxim Cournoyer
3d913c1ed8
gnu: pjproject-jami: Fix CVE-2020-15260 and CVE-2021-21375.
The custom pjproject package used by Jami is updated with the latest patches
found in the 20210326.1.cfba013 release of Jami.

* gnu/packages/jami.scm (%jami-version): Update to 20210326.1.cfba013.
(jami-source) [snippet]: Update comment.  Add client-electron and client-ios
to the list of deleted directories.  Remove client-windows from the list, as
it no longer exists.
(jami-apply-dependency-patches): Update comment.  Ignore whitespace
when applying patches, otherwise the pjproject patches would not apply.
(pjproject-jami): Add comment.
[source]: Define the source; the parent pjproject package was
updated was updated to 2.11, but the patches only apply against 2.10.
[phases] <apply-patches>: Update the list of patches used with those found in
the release tarball.
2021-04-02 07:41:16 -04:00
Maxim Cournoyer
45136b3673
gnu: pjproject: Update to 2.11.
* gnu/packages/telephony.scm (pjproject): Update to 2.11.  Remove trailing #t.
[patches]: Delete field.  The patches are preserved because pjproject-jami
still needs them.
2021-04-02 07:41:15 -04:00
Maxim Cournoyer
67a5e112b1
gnu: opendht: Update to 2.2.0rc4.
* gnu/packages/patches/opendht-fix-jami.patch: Delete file.
* gnu/local.mk (dist_patch_DATA): Un-register it.
* gnu/packages/networking.scm (opendht): Update to 2.2.0rc4.
[patches]: Remove field.
[inputs]: Use nettle-3.7.
[native-inputs]: Move restinio to...
[propagated-inputs]: ... here.
2021-04-02 07:41:15 -04:00
Maxim Cournoyer
cf86b9af53
gnu: Add nettle-3.7.
While nettle cannot be upgraded wholesale on the master branch, we can at
least also offer the latest version available.

* gnu/packages/nettle.scm (nettle-3.5, nettle-3.7): New variables.
(nettle): Redefine as a binding to nettle-3.5, which is the current version.
2021-04-02 07:41:15 -04:00
Maxim Cournoyer
0b25557bea
gnu: restinio: Update to 0.6.13.
* gnu/packages/networking.scm (restinio): Update to 0.6.13.
2021-04-02 07:41:15 -04:00
Maxim Cournoyer
7822b15f04
gnu: restbed: Update to 4.7.
* gnu/packages/networking.scm (restbed): Update to 4.7.
2021-04-02 07:41:15 -04:00
Maxim Cournoyer
566408da84
gnu: asio: Update to 1.18.1.
* gnu/packages/networking.scm (asio): Update to 1.18.1.
(asio-1.12): New variable.
* gnu/packages/emulators.scm (mame)[inputs]: Use asio-1.12, otherwise it fails
to build.
2021-04-02 07:41:15 -04:00
宋文武
efb8951460
gnu: Add python-typogrify.
* gnu/packages/python-xyz.scm (python-typogrify): New variable.
2021-04-02 18:31:54 +08:00
宋文武
a890880cf6
gnu: Add python-smartypants.
* gnu/packages/python-xyz.scm (python-smartypants): New variable.
2021-04-02 18:31:54 +08:00
Pierre Langlois
bd9e140856
Revert "gnu: libvirt: Update to 7.1.0."
The update causes virsh to fail <https://bugs.gnu.org/47541>.

This reverts commit 383b02a370.
2021-04-02 09:23:20 +01:00
Pierre Langlois
d42f6b0916
Revert "gnu: python-libvirt: Update to 7.1.0."
This reverts commit 52ed12afcb.
2021-04-02 09:21:26 +01:00
Pierre Langlois
614e95619b
Revert "gnu: libvirt-glib: Update to 4.0.0."
This reverts commit 7573ab22d7.
2021-04-02 09:21:26 +01:00
Pierre Langlois
d01837ca0d
Revert "gnu: virt-manager: Update to 3.2.0."
This reverts commit 5eb05ede0b.
2021-04-02 09:21:15 +01:00
Pierre Neidhardt
b1ed32dae0
gnu: sbcl-cl-webkit: Update to 20210401.
* gnu/packages/lisp-xyz.scm (sbcl-cl-webkit): Update to 20210401.
2021-04-02 10:08:45 +02:00
Tobias Geerinckx-Rice
079a7f2c65
gnu: python-pyserial: Update to 3.5.
* gnu/packages/python-xyz.scm (python-pyserial): Update to 3.5.
2021-04-01 23:04:41 +02:00
Tobias Geerinckx-Rice
8667a2a58d
gnu: python-tabulate: Update to 0.8.9.
* gnu/packages/python-xyz.scm (python-tabulate): Update to 0.8.9.
2021-04-01 23:04:40 +02:00
Tobias Geerinckx-Rice
5a63a471a7
gnu: python-ipaddress: Update to 1.0.23.
* gnu/packages/python-xyz.scm (python-ipaddress): Update to 1.0.23.
2021-04-01 23:04:40 +02:00
Ludovic Courtès
77eaf5fcd1
gnu: Fix packages that were importing Guile modules from the host.
Those packages were importing (ice-9 match) & co. from the host Guile,
which could potentially lead to different derivations depending on the
Guile in use.

Uncovered by the warning emitted by 'gexp-modules'.

* gnu/packages/admin.scm (inxi-minimal)[arguments]: Remove Guile modules
from #:modules.
* gnu/packages/dns.scm (ddclient)[arguments]: Likewise.
* gnu/packages/tex.scm (texlive-latex-koma-script)[arguments]: Likewise.
* gnu/packages/java.scm (openjdk11)[arguments]: Likewise for #:imported-modules.
2021-04-01 22:32:28 +02:00
Léo Le Bouter
9c9a36de73
gnu: rust-rocket-http-0.4: Update to 0.4.7 [fixes CVE-2021-29935].
* gnu/packages/crates-io.scm (rust-rocket-http-0.4): Update to 0.4.7.
2021-04-01 16:36:11 +02:00
Léo Le Bouter
f811f13660
gnu: rust-rocket-codegen-0.4: Update to 0.4.7 [fixes CVE-2021-29935].
* gnu/packages/crates-io.scm (rust-rocket-codegen-0.4): Update to 0.4.7.
2021-04-01 16:36:11 +02:00
Léo Le Bouter
0a822a74ab
gnu: rust-rocket-0.4: Update to 0.4.7 [fixes CVE-2021-29935].
* gnu/packages/crates-io.scm (rust-rocket-0.4): Update to 0.4.7.
2021-04-01 16:36:11 +02:00
qblade
f3044da6fc
gnu: Add emacs-sdcv.
* gnu/packages/emacs-xyz.scm (emacs-sdcv): New variable.

Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
2021-04-01 16:06:24 +02:00
qblade
ae40c478b5
gnu: Add emacs-showtip.
* gnu/packages/emacs-xyz.scm (emacs-showtip): New variable.

Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
2021-04-01 15:59:53 +02:00
Nicolas Goaziou
24652f9cdc
gnu: fe: Fix hash.
* gnu/packages/text-editors.scm (fe): Update hash.

Development version (2.0) has been rebased on top of latest stable
release (1.9).
2021-04-01 15:48:13 +02:00
Léo Le Bouter
8ec03ed547
gnu: perl-data-validate-ip: Update to 0.30 [fixes CVE-2021-29662].
* gnu/packages/networking.scm (perl-data-validate-ip): Update to 0.30.
2021-04-01 15:42:24 +02:00
Ludovic Courtès
5e4ddfb537
gnu: psm2: Update to 11.2.185.
Fixes a bug introduced with the Open MPI 4.1.0 update in commit
ee21803288, whereby the new version of
Open MPI would not compile PSM2 support because our version of PSM2 was
too old.  Consequently, Open MPI would fall back to UCX and users would
get poor performance on Omni-Path networks.

* gnu/packages/linux.scm (psm2): Update to 11.2.185.
2021-04-01 14:58:53 +02:00
Tobias Geerinckx-Rice
9be20668eb
gnu: librsvg@2.50: Update to 2.50.3.
* gnu/packages/crates-io.scm (rust-lopdf-0.25): Rename to...
(rust-lopdf-0.26): ...to this, updated to 0.26.0.
[arguments]: Update #:cargo-inputs' rust-time-0.1 to rust-time-0.2.
* gnu/packages/gnome.scm (librsvg): Update to 2.50.3.
[arguments]: Update #:cargo-development-inputs's rust-lopdf-0.25 to
rust-lopdf-0.26.
2021-04-01 14:36:13 +02:00
Tobias Geerinckx-Rice
36934d5060
gnu: youtube-dl: Update to 2021.04.01.
* gnu/packages/video.scm (youtube-dl): Update to 2021.04.01.
2021-04-01 14:36:00 +02:00
Tobias Geerinckx-Rice
3a638b1059
gnu: mame: Update to 0.230.
* gnu/packages/emulators.scm (mame): Update to 0.230.
2021-04-01 14:35:59 +02:00
Tobias Geerinckx-Rice
f144256090
gnu: foo2zjs: Update to 20200610.1.
No functional changes.

* gnu/packages/cups.scm (foo2zjs): Update to 20200610.1.
[source]: Use a Web-archived tarball.
2021-04-01 14:35:59 +02:00
Giacomo Leidi
673031c762
gnu: Add zulip-term.
* gnu/packages/messaging.scm (zulip-term): New variable.

Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
2021-04-01 15:14:29 +03:00
Giacomo Leidi
685fa3f55f
gnu: Add python-zulip.
* gnu/packages/python-xyz.scm (python-zulip): New variable.

Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
2021-04-01 15:14:29 +03:00
Giacomo Leidi
f7c7ccde29
gnu: Add python-flake8-quotes.
* gnu/packages/python-xyz.scm (python-flake8-quotes): New variable.

Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
2021-04-01 15:14:29 +03:00
Giacomo Leidi
b8ebe6dee8
gnu: Add python-flake8-continuation.
* gnu/packages/python-xyz.scm (python-flake8-continuation): New variable.

Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
2021-04-01 15:14:29 +03:00
Giacomo Leidi
536fa1bd23
gnu: Add python-matrix-client.
* gnu/packages/matrix.scm (python-matrix-client): New variable.

Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
2021-04-01 15:14:28 +03:00
Giacomo Leidi
a45c110c9d
gnu: Add python-urwid-readline.
* gnu/packages/python-xyz.scm (python-urwid-readline): New variable.

Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
2021-04-01 15:14:28 +03:00
Giacomo Leidi
6def029ab9
gnu: python-urwid: Update to 2.1.2.
* gnu/packages/python-xyz.scm (python-urwid): Update to 2.1.2.
[properties]: New field.
(python2-urwid): Stay at 2.1.0.

Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
2021-04-01 15:14:28 +03:00
Paul Garlick
95ef58f03e
gnu: Add texlive-utopia.
* gnu/packages/tex.scm: New variable.
2021-04-01 13:03:28 +01:00
qblade
aa03d32eb1
services: kmscon: Add font-engine and font-size fields.
* gnu/services/base.scm (<kmscon-configuration>): Add font-engine and
font-size fields.
(kmscon-service-type): Honor them.
* doc/guix.texi (Base Services): Document them.
2021-04-01 13:40:09 +02:00
Efraim Flashner
ae15c3fa7e
gnu: american-fuzzy-lop: Add support for powerpc-linux.
* gnu/packages/debug.scm (american-fuzzy-lop): Add case for
powerpc-linux.
(qemu-for-american-fuzzy-lop): Same.
2021-04-01 13:31:54 +03:00
Efraim Flashner
4172b2eef5
gnu: american-fuzzy-lop: Update to 2.57b.
* gnu/packages/debug.scm (american-fuzzy-lop): Update to 2.57b.
2021-04-01 13:31:54 +03:00
Efraim Flashner
b82cc0b90e
gnu: qemu-for-american-fuzzy-lop: Fix build.
* gnu/packages/debug.scm (qemu-for-american-fuzzy-lop)[source]: Add
patch.
* gnu/packages/patches/qemu-glibc-2.30.patch: New file.
* gnu/local.mk (dist_patch_DATA): Register it.
2021-04-01 13:31:51 +03:00
Mathieu Othacehe
bbd04a4cc8
gnu: cuirass: Update home page.
* gnu/packages/ci.scm (cuirass)[home-page]: Update it.
2021-04-01 12:06:36 +02:00
Sharlatan Hellseher
a266c9fab8
gnu: Add cl-conspack.
* gnu/packages/lisp-xyz.scm: (sbcl-cl-conspack, cl-conspack,
  ecl-cl-conspack): New variables.

Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
2021-04-01 11:26:20 +02:00
Sharlatan Hellseher
3db4a00d43
gnu: sbcl-postmodern: Update to 1.32.9.
* gnu/packages/lisp-xyz.scm (sbcl-postmodern): Update to 1.32.9.

Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
2021-04-01 11:14:33 +02:00
Christopher Baines
264f7189e8
gnu: services: web: Have fcgiwrap log to a file.
This makes it easier to access the output.

* gnu/services/web.scm (fcgiwrap-shepherd-service): Pass #:log-file to
make-forkexec-constructor.
2021-04-01 09:01:52 +01:00
Christopher Baines
190912cb8e
gnu: services: web: Cleanup whitespace.
Replace tabs with spaces, and delete trailing whitespace.

* gnu/services/web.scm: Cleanup whitespace.
2021-04-01 09:01:50 +01:00
Brendan Tildesley
9ece9f162b
gnu: taglib: Update to 1.12.
* gnu/packages/mp3.scm (taglib): Update to 1.12.

Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
2021-04-01 10:53:05 +03:00
pricly_yellow
7e0e98aed6
gnu: waybar: Update to 0.9.5.
* gnu/packages/wm.scm (waybar): Update to 0.9.5.
[inputs]: Replace fmt-6 with fmt, spdlog-1.7 with spdlog.
* gnu/packages/logging.scm (spdlog-1.7): Remove variable.
* gnu/packages/pretty-print.scm (fmt-6): Same.

Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
2021-04-01 10:53:05 +03:00
Efraim Flashner
3772f95dc7
gnu: ilmbase: Update to 2.5.5.
* gnu/packages/graphics.scm (ilmbase): Update to 2.5.5.
2021-04-01 10:53:04 +03:00
Pierre Neidhardt
82cdde4f4c
gnu: emacs-gif-screencast: Update to 1.2.
* gnu/packages/emacs-xyz.scm (emacs-gif-screencast): Update to 1.2.
2021-04-01 09:07:52 +02:00
Tobias Geerinckx-Rice
94c77c9a0f
gnu: gimp: Ship a copy of the gegl patch.
As Ludo' rightly points out, GitHub's patches are probably as stable
as their tarballs.

* gnu/packages/gimp.scm (gimp)[source]:
Use SEARCH-PATCHES instead of an origin.
* gnu/packages/patches/gimp-make-gegl-introspect-optional.patch:
New file.
* gnu/local.mk (dist_patch_DATA): Add it.
2021-04-01 00:49:28 +02:00
Ricardo Wurmus
6b703a9aa8
gnu: mumi: Update to 0.0.1-5.9f070bd.
* gnu/packages/mail.scm (mumi): Update to 0.0.1-5.9f070bd.
2021-03-31 21:23:45 +02:00
zimoun
23686ba3eb
Revert "Revert some commits that caused guix pull to fail."
This reverts commit 8ec0ca8faf.
2021-03-31 21:23:45 +02:00
zimoun
9282218508
gnu: r-absfiltergsea: Move to (gnu packages bioconductor).
* gnu/packages/cran.scm (r-absfiltergsea): Move this variable from here...
* gnu/packages/bioconductor.scm (r-absfiltergsea): ...to here.
2021-03-31 21:23:45 +02:00
zimoun
172b85aa99
gnu: r-bisquerna: Move to (gnu packages bioconductor).
* gnu/packages/cran.scm (r-bisquerna): Move this variable from here...
* gnu/packages/bioconductor.scm (r-bisquerna): ...to here.
2021-03-31 21:23:45 +02:00
Leo Famulari
9287c6d8f5
gnu: linux-libre 4.4: Update to 4.4.264.
* gnu/packages/linux.scm (linux-libre-4.4-version): Update to 4.4.264.
(linux-libre-4.4-pristine-source): Update hash.
2021-03-31 14:30:53 -04:00
Leo Famulari
38894abe6a
gnu: linux-libre 4.9: Update to 4.9.264.
* gnu/packages/linux.scm (linux-libre-4.9-version): Update to 4.9.264.
(linux-libre-4.9-pristine-source): Update hash.
2021-03-31 14:30:53 -04:00
Leo Famulari
4a5aec9c42
gnu: linux-libre 4.14: Update to 4.14.228.
* gnu/packages/linux.scm (linux-libre-4.14-version): Update to 4.14.228.
(linux-libre-4.14-pristine-source): Update hash.
2021-03-31 14:30:53 -04:00
Leo Famulari
02db13e023
gnu: linux-libre 4.19: Update to 4.19.184.
* gnu/packages/linux.scm (linux-libre-4.19-version): Update to 4.19.184.
(linux-libre-4.19-pristine-source): Update hash.
2021-03-31 14:30:53 -04:00
Leo Famulari
771f2e7c56
gnu: linux-libre 5.4: Update to 5.4.109.
* gnu/packages/linux.scm (linux-libre-5.4-version): Update to 5.4.109.
(linux-libre-5.4-pristine-source): Update hash.
2021-03-31 14:30:52 -04:00
Leo Famulari
60dfd36fda
gnu: linux-libre 5.10: Update to 5.10.27.
* gnu/packages/linux.scm (linux-libre-5.10-version): Update to 5.10.27.
(linux-libre-5.10-pristine-source): Update hash.
* gnu/packages/aux-files/linux-libre/5.10-x86_64.conf: Update for
linux-libre@5.10.27.
2021-03-31 14:30:52 -04:00
Leo Famulari
c891799bc7
gnu: linux-libre: Update to 5.11.11.
* gnu/packages/linux.scm (linux-libre-5.11-version): Update to 5.11.11.
(linux-libre-5.11-pristine-source): Update hash.
* gnu/packages/aux-files/linux-libre/5.11-x86_64.conf: Update for
linux-libre@5.11.11.
2021-03-31 14:30:52 -04:00
Brendan Tildesley
ce4ffdef9c
gnu: strawberry: Update to 0.9.2.
* gnu/packages/music.scm (strawberry): Update to 0.9.2.
[arguments]: Remove unused configure flags.

Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
2021-03-31 18:48:40 +03:00
Kyle Meyer
fbc186c156
gnu: git-annex: Update to 8.20210330.
* gnu/packages/haskell-apps.scm (git-annex): Update to 8.20210330.

Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
2021-03-31 18:47:49 +03:00
Ludovic Courtès
cb7b577bcf
gnu: guix: Update to 8f9052d.
* gnu/packages/package-management.scm (guix): Update to 8f9052d.
2021-03-31 17:06:19 +02:00
Ludovic Courtès
f233bb170b
gnu: julia-commonsubexpressions: Fix Texinfo syntax.
* gnu/packages/julia-xyz.scm (julia-commonsubexpressions)[synopsis]
[description]: Fix Texinfo syntax.
2021-03-31 15:57:46 +02:00
Ludovic Courtès
1410383dee
gnu: Remove unnecessary imports from (gnu packages gnome).
* gnu/packages/gnome.scm: Remove unnecessary #:use-module forms.
In particular, the (guix store) import led to a name clash with 'build'
from (gnu packages build-tools).
2021-03-31 15:41:46 +02:00
muradm
4f547c50f9
services: sysctl: Export <sysctl-configuration> record field accessors.
* gnu/services/sysctl.scm (sysctl-configuration-sysctl)
(sysctl-configuration-settings): Export.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2021-03-31 15:36:49 +02:00
Valentin Herrmann
fe0826d5c9
services: xorg: Export %default-xorg-server-arguments.
* gnu/services/xorg.scm (%default-xorg-server-arguments): Export.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2021-03-31 15:36:49 +02:00
Pierre Langlois
5eb05ede0b
gnu: virt-manager: Update to 3.2.0.
* gnu/packages/virtualization.scm (virt-manager): Update to 3.2.0.
[arguments]: Remove #:test-target.  Remove fix-qemu-img-reference phase.
Adapt check phase to use pytest, although they still do not run.
[native-inputs]: Add python-docutils.  Suggest adding python-pytest to enable
tests.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2021-03-31 15:36:49 +02:00
Pierre Langlois
7573ab22d7
gnu: libvirt-glib: Update to 4.0.0.
* gnu/packages/virtualization.scm (libvirt-glib): Update to 4.0.0.
[build-system]: Switch to meson-build-system.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2021-03-31 15:36:49 +02:00