Leo Famulari
3340ef47ff
gnu: linux-libre 5.15: Update to 5.15.89.
...
* gnu/packages/linux.scm (linux-libre-5.15-version): Update to 5.15.89.
(linux-libre-5.15-pristine-source): Update hash.
2023-01-18 19:37:10 -05:00
Leo Famulari
a2da19d798
gnu: linux-libre: Update to 6.1.7.
...
* gnu/packages/linux.scm (linux-libre-6.1-version): Update to 6.1.7.
(linux-libre-6.1-pristine-source): Update hash.
2023-01-18 19:37:03 -05:00
Leo Famulari
a43f3e0697
gnu: Syncthing: Update to 1.23.0.
...
* gnu/packages/syncthing.scm (syncthing): Update to 1.23.0.
[arguments]: Build with Go 1.19.
2023-01-18 17:30:42 -05:00
Mădălin Ionel Patrașcu
fda2d75d8d
gnu: Add r-breakpointr.
...
* gnu/packages/bioconductor.scm (r-breakpointr): New variable.
2023-01-18 22:43:58 +01:00
Mădălin Ionel Patrașcu
4f7ef3f528
gnu: Add r-breakpointrdata.
...
* gnu/packages/bioconductor.scm (r-breakpointrdata): New variable.
Signed-off-by: Ricardo Wurmus <rekado@elephly.net>
2023-01-18 22:43:58 +01:00
Tobias Geerinckx-Rice
f088763356
gnu: sudo: Update to 1.9.12p2 [fixes CVE-2023-22809].
...
* gnu/packages/admin.scm (sudo): Update to 1.9.12p2.
2023-01-15 01:00:00 +01:00
David Thompson
323d868ceb
gnu: git-annex: Patch 'git-annex webapp' to use hardcoded lsof.
...
* gnu/packages/haskell-apps.scm (git-annex)[arguments]: Substitute "lsof" in
'patch-webapp' phase.
[inputs]: Add lsof.
2023-01-18 09:21:12 -05:00
Guillaume Le Vaillant
8bf8b59101
gnu: qdmr: Update to 0.11.1.
...
* gnu/packages/radio.scm (qdmr): Update to 0.11.1.
2023-01-18 15:19:54 +01:00
Guillaume Le Vaillant
de0b9cc531
gnu: Add gr-dsd.
...
* gnu/packages/radio.scm (gr-dsd): New variable.
2023-01-18 15:19:54 +01:00
Andrew Tropin
a43c524252
gnu: qtwayland: Fix crashes from excessive number of frame callbacks.
...
QWaylandWindow::handleUpdate could create thousands of pending frame
callbacks, causing compositor to terminate client connection.
https://bugreports.qt.io/browse/QTBUG-81504
* gnu/packages/patches/qtwayland-dont-recreate-callbacks.patch: New file.
* gnu/packages/patches/qtwayland-cleanup-callbacks.patch: New file.
* gnu/local.mk (dist_patch_DATA): Adjust accordingly.
* gnu/packages/qt.scm (qtwayland)[source](patches): Add patches.
2023-01-18 17:48:01 +04:00
Tobias Geerinckx-Rice
ae071e21f3
gnu: gdcm: Fix recursive Git source hash.
...
The hash being used covered only the gdcm repository, not the gdcmdata
submodule.
* gnu/packages/bioinformatics.scm (gdcm)[source]: Update hash.
Reported by civodul in #guix.
2023-01-15 01:00:00 +01:00
Greg Hogan
e4db832a0e
gnu: openjdk: Update to 19.
...
* gnu/packages/java.scm (openjdk): Update to 19.
(openjdk19): New variable.
Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
2023-01-18 11:51:55 +02:00
Tobias Geerinckx-Rice
51f8a7aced
gnu: git: Update to 2.39.1 [fixes CVE-2022-41903 & CVE-2022-23521].
...
* gnu/packages/version-control.scm (git): Update to 2.39.1.
Reported by HexMachina in #guix.
2023-01-15 01:00:08 +01:00
Sergey Trofimov
ecda67a577
gnu: openmw: Use ffmpeg-4.
...
I've noticed, that openmw is not playable as it hangs on clicking any
menu item. It seems the issue is known and fixed upstream, but a new
version is not released yet.
* gnu/packages/game-development.scm (openmw)[inputs]: Replace FFMPEG
with FFMEG-4.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2023-01-17 16:05:21 +01:00
Hilton Chain
8d4c893ab5
gnu: Add bees.
...
* gnu/packages/patches/bees-beesd-honor-destdir-on-installation.patch: New
file.
* gnu/local.mk (dist_patch_DATA): Add it.
* gnu/packages/file-systems.scm (bees): New variable.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2023-01-17 16:05:21 +01:00
florhizome
f2deb6c18a
gnu: Add swaynotificationcenter
...
* gnu/packages/wm.scm (swaynotificationcenter): New variable.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2023-01-17 16:05:21 +01:00
dan
37916ba175
gnu: Add raylib.
...
* gnu/packages/game-development.scm (raylib): New variable.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2023-01-17 16:05:21 +01:00
Timotej Lazar
1df9ec6feb
gnu: cifs-utils: Update to 7.0 [fixes CVE-2022-27239].
...
* gnu/packages/samba.scm (cifs-utils): Update to 7.0.
[arguments]: Use new style. Drop unneeded phase 'install-man-pages.
[inputs]: Drop labels.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2023-01-17 16:05:21 +01:00
Tor-björn Claesson
2bdbd962e3
gnu: gdcm: Update to 3.0.20.
...
* gnu/packages/bioinformatics.scm (gdcm): Update to 3.0.20.
[home-page, license]: Update.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2023-01-17 16:05:20 +01:00
Ludovic Courtès
c4a8762e52
debug-link: Protect against dangling symlinks.
...
Fixes <https://issues.guix.gnu.org/60584 >.
Reported by Greg Hogan <code@greghogan.com>
and Sébastien Rey-Coyrehourcq <sebastien.rey-coyrehourcq@univ-rouen.fr>.
* guix/build/debug-link.scm (find-elf-files): Wrap 'elf-file?' call in 'catch'.
2023-01-17 16:05:20 +01:00
Ludovic Courtès
79b11cafcf
doc: Use the right cross-reference command.
...
* doc/guix.texi (Package Transformation Options): Use @pxref, not @ref.
2023-01-17 16:05:20 +01:00
Mark H Weaver
306737c679
gnu: icecat: Update to 102.7.0-guix0-preview1 [security fixes].
...
Includes fixes for CVE-2022-46871, CVE-2022-46877, CVE-2023-23598,
CVE-2023-23599, CVE-2023-23601, CVE-2023-23602, CVE-2023-23603, and
CVE-2023-23605.
* gnu/packages/gnuzilla.scm (%icecat-version, %icecat-build-id): Update.
(icecat-source): Update gnuzilla commit, base version, and hashes.
2023-01-17 10:01:41 -05:00
Sharlatan Hellseher
1428e20284
gnu: Add cl-classimp.
...
* gnu/packages/lisp-xyz.scm (cl-classimp, ecl-classimp, sbcl-classimp): New
variables.
Co-authored-by: Guillaume Le Vaillant <glv@posteo.net>
2023-01-17 15:04:49 +01:00
Sharlatan Hellseher
6393f01ab0
gnu: Add assimp-5.0.
...
* gnu/packages/graphics.scm (assimp-5.0): New variable.
2023-01-17 14:39:06 +01:00
Andrew Tropin
29efa2791d
gnu: emacs-telega-server: Use tdlib instead of tdlib-1.8.0.
...
* gnu/packages/emacs-xyz.scm (emacs-telega-server): Use tdlib instead of
tdlib-1.8.0.
2023-01-17 14:46:01 +04:00
Mathieu Othacehe
34c7dd7e09
build-system/meson: Add mips64el cross compilation support.
...
* guix/build-system/meson.scm (make-machine-alist): Add it.
2023-01-17 10:50:58 +01:00
Andrew Tropin
d6f1b9487d
gnu: emacs-telega-server: Update to 0.8.03-0.01e8f9e.
...
* gnu/packages/emacs-xyz.scm (emacs-telega-server): Update to 0.8.03-0.01e8f9e.
(emacs-telega): Update build phase to patch telega-core.el instead of
telega-util.el.
* gnu/packages/patches/emacs-telega-path-placeholder.patch: Update patch.
2023-01-17 13:13:26 +04:00
Andrew Tropin
36e4d8f0bc
gnu: tdlib: Update to 1.8.10.
...
* gnu/packages/messaging.scm (tdlib): Update to 1.8.10.
2023-01-17 13:13:25 +04:00
Ricardo Wurmus
bdcdab3676
gnu: r-cytonorm: Update to 0.0.10-1.166f9ff.
...
* gnu/packages/bioinformatics.scm (r-cytonorm): Update to 0.0.10-1.166f9ff.
2023-01-16 23:54:20 +01:00
Maxim Cournoyer
aa51c4700f
gnu: rpm: Update to 4.17.1.1.
...
* gnu/packages/package-management.scm (rpm): Update to 4.17.1.1.
2023-01-16 17:15:44 -05:00
Florian Pelz
44dcacbb54
news: Fix formatting.
...
* etc/news.scm: Add backslash to '--with-version' entry.
2023-01-16 21:55:00 +01:00
Florian Pelz
2adfdf5b95
news: Fix 'de' translation.
...
* etc/news.scm: Add heading.
2023-01-16 21:54:25 +01:00
kiasoc5
ab09e8e578
gnu: perl-image-exiftool: Update to 12.50, use new package style.
...
* gnu/packages/photo.scm (perl-image-exiftool): Update to 12.50.
[arguments]: Use G-expresisons. Remove trailing #t. Use #$output instead of
assoc-ref.
Signed-off-by: Christopher Baines <mail@cbaines.net>
2023-01-16 20:22:19 +00:00
kiasoc5
a5c422f958
gnu: latex2html: Update to 2022.2, use new package style.
...
* gnu/packages/documentation.scm (latex2html): Update to 2022.2.
[arguments]: Use G-expressions. Remove trailing #t. Use #$output instead of
assoc-ref.
Signed-off-by: Christopher Baines <mail@cbaines.net>
2023-01-16 20:20:55 +00:00
Peter Polidoro
bc61a788b3
gnu: python-pyserial-asyncio: Update to 0.6.
...
* gnu/packages/python-xyz.scm (python-pyserial-asyncio): Update to 0.6.
Signed-off-by: Christopher Baines <mail@cbaines.net>
2023-01-16 20:18:30 +00:00
Christopher Baines
168d117f90
gnu: nar-herder: Update to 0-10.8d219e4.
...
* gnu/packages/package-management.scm (nar-herder): Update to 0-10.8d219e4.
2023-01-16 20:16:58 +00:00
Felix Gruber
245152c364
gnu: python-pint: Update to 0.20.1.
...
* gnu/packages/python-xyz.scm (python-pint): Update to 0.20.1.
Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
2023-01-16 13:13:15 -05:00
Daniel Meißner
0cf98fbc4e
gnu: mamba: Use G-expressions.
...
* gnu/packages/music.scm (mamba)[arguments]: Use G-expressions.
Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
2023-01-16 12:48:59 -05:00
Daniel Meißner
045dd3402f
gnu: mamba: Update to 2.3.
...
* gnu/packages/music.scm (mamba): Update to 2.3.
Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
2023-01-16 12:48:58 -05:00
Daniel Meißner
f6943167b4
gnu: mamba: Use correct version of libsigc++.
...
* gnu/packages/music.scm (mamba)[inputs]: Use libsigc++ version 2 instead of
version 3.
Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
2023-01-16 12:48:58 -05:00
Sharlatan Hellseher
8514a75325
gnu: Add python-poppy.
...
* gnu/packages/astronomy.scm (python-poppy): New variable.
Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
2023-01-16 12:13:07 -05:00
Michael Rohleder
61cdbf414c
gnu: xfce4-screenshooter: Update to 1.10.3.
...
* gnu/packages/xfce.scm (xfce4-screenshooter): Update to 1.10.3.
Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
2023-01-16 12:13:07 -05:00
Declan Tsien
0f20fc4dd9
services: connman: Add iwd backend support.
...
* gnu/services/networking.scm (connman-configuration)[iwd?]: New field.
(connman-shepherd-service): Add iwd? logic, remove wpa-supplicant requirement.
* doc/guix.texi: Add information about connman-configuration iwd? option.
Co-authored-by: Andrew Tropin <andrew@trop.in>
Signed-off-by: Andrew Tropin <andrew@trop.in>
2023-01-16 20:59:30 +04:00
Andy Tai
f52cc681b0
gnu: audacity: Update to 3.2.3
...
gnu/packages/audio.scm (audacity): Update to 3.2.3
Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
2023-01-16 11:50:30 -05:00
Thiago Jung Bauermann
2f65b2c1d6
etc: teams: Remove entry for Thiago Jung Bauermann.
...
* etc/teams.scm.in ("Thiago Jung Bauermann"): Remove member.
Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
2023-01-16 11:47:40 -05:00
Cayetano Santos
e873ab3c67
gnu: emacs-org-reveal: Update to 20222711-1.f55c85.
...
* gnu/packages/emacs-xyz.scm (emacs-org-reveal): Update to 20222711-1.f55c85.
Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
2023-01-16 11:16:23 -05:00
Maxim Cournoyer
a472aa1bb0
doc: Fix erroneous copyright line.
...
* doc/guix.texi: Fix copyright line for Antero Mejr.
2023-01-16 09:02:40 -05:00
Antero Mejr
93e683a952
scripts: repl: Add -i, --interactive flag.
...
* guix/scripts/repl.scm (%options): Add -i, --interactive flag.
(guix-repl): Honor -i, --interactive flag.
* doc/guix.texi (Invoking guix repl): Add documentation for -i, --interactive.
Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
2023-01-16 09:00:03 -05:00
Antero Mejr
abd9569571
scripts: repl: Add --list-types flag.
...
* guix/scripts/repl.scm (%options): Add --list-types.
* doc/guix.texi (Invoking guix repl): Add documentation for --list-types.
Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
2023-01-16 08:50:05 -05:00
Leo Famulari
cf316d59aa
gnu: linux-libre 5.10: Update to 5.10.163.
...
* gnu/packages/linux.scm (linux-libre-5.10-version): Update to 5.10.163.
(linux-libre-5.10-pristine-source): Update hash.
2023-01-16 08:07:02 -05:00