https://guix.gnu.org/sources.json

sort by:
Revision Author Date Message Commit Date
e97376c gnu: lagrange: Update to 1.3.4. * gnu/packages/web-browsers.scm (lagrange): Update to 1.3.4. 27 April 2021, 13:59:05 UTC
19f67a9 gnu: ugrep: Use GIT-FILE-NAME helper. * gnu/packages/search.scm (ugrep)[source]: Use GIT-FILE-NAME. 27 April 2021, 13:54:00 UTC
4206cf1 gnu: ugrep: Update to 3.1.12. * gnu/packages/search.scm (ugrep): Update to 3.1.12. 27 April 2021, 13:54:00 UTC
f664c42 gnu: gcide: Update to 0.53. * gnu/packages/dictionaries.scm (gcide): Update to 0.53. 27 April 2021, 13:32:32 UTC
5203ef4 gnu: freecad: Update to 0.19.2. * gnu/packages/engineering.scm (freecad): Update to 0.19.2. 27 April 2021, 13:06:24 UTC
e009b8d gnu: html2text: Add informative BSD-4 licence. * gnu/packages/textutils.scm (html2text)[license]: Add bsd-4. 27 April 2021, 12:03:16 UTC
5c81cbd gnu: html2text: Fix cross-compilation. * gnu/packages/textutils.scm (html2text)[arguments]: Set $CXX to the correct (CC-FOR-TARGET). 27 April 2021, 11:57:45 UTC
b002093 gnu: html2text: Run ./configure without errors. * gnu/packages/textutils.scm (html2text)[arguments]: Add a custom 'configure phase. Replace the custom 'fix-paths phase with the customary #:make-flags equivalent. 27 April 2021, 11:54:44 UTC
b43e9c8 gnu: Add html2text. * gnu/packages/textutils.scm (html2text): New variable. 27 April 2021, 11:36:16 UTC
bb9e77b gnu: python-skyfield: Match up input and variable names. * gnu/packages/astronomy.scm (python-skyfield)[inputs]: Add "python-" prefix to alist keys. 27 April 2021, 10:26:19 UTC
6cf8526 gnu: python-skyfield: Update to 1.39. * gnu/packages/astronomy.scm (python-skyfield): Update to 1.39. 27 April 2021, 10:26:19 UTC
f063e41 gnu: python-pyerfa: Update to 1.7.3. * gnu/packages/astronomy.scm (python-pyerfa): Update to 1.7.3. 27 April 2021, 10:26:19 UTC
bea70c3 gnu: debootstrap: Update to 1.0.124. * gnu/packages/debian.scm (debootstrap): Update to 1.0.124. 27 April 2021, 10:26:18 UTC
de5da4d gnu: bpytop: Update to 1.0.64. * gnu/packages/admin.scm (bpytop): Update to 1.0.64. [description]: Follow upstream changes. 27 April 2021, 10:26:18 UTC
fecdc22 gnu: wireguard-tools: Update to 1.0.20210424. * gnu/packages/vpn.scm (wireguard-tools): Update to 1.0.20210424. 27 April 2021, 10:26:18 UTC
19257ce gnu: hdparm: Update to 9.61. * gnu/packages/linux.scm (hdparm): Update to 9.61. 27 April 2021, 10:26:18 UTC
49ae835 gnu: solaar: Update to 1.0.6. * gnu/packages/admin.scm (solaar): Update to 1.0.6. 27 April 2021, 10:26:18 UTC
e11246d gnu: youtube-dl: Update to 2021.04.26. * gnu/packages/video.scm (youtube-dl): Update to 2021.04.26. 27 April 2021, 10:26:17 UTC
e5c65fb gnu: webkitgtk: Always use at least 2 make jobs. Fixes <http://issues.guix.gnu.org/47964>. * gnu/packages/webkit.scm (webkitgtk)[arguments]: Use at least -j2. 27 April 2021, 10:26:17 UTC
85ead8f gnu: exo: Update to 4.16.2. * gnu/packages/xfce.scm (exo): Update to 4.16.2. 27 April 2021, 10:26:17 UTC
6eaba2b gnu: alpine: Update to 2.24.1. * gnu/packages/mail.scm (alpine): Update to 2.24.1. 27 April 2021, 10:26:17 UTC
3dc1c42 gnu: procenv: Update to 0.55. * gnu/packages/linux.scm (procenv): Update to 0.55. [arguments]: Remove ‘--disable-silent-rules’ configure flag. 27 April 2021, 10:26:17 UTC
784bd26 gnu: scribus: Update to 1.5.7. * gnu/packages/scribus.scm (scribus): Update to 1.5.7. [arguments]: Remove unnecessary phase. [inputs]: Use regular podofo library. (podofo-for-scribus): Remove variable. 27 April 2021, 08:38:40 UTC
5bcb453 gnu: fetchmail: Update to 6.4.19. * gnu/packages/mail.scm (fetchmail): Update to 6.4.19. Signed-off-by: Efraim Flashner <efraim@flashner.co.il> 27 April 2021, 08:00:02 UTC
f058e5e gnu: emacs-vertico: Update to 0.6. * gnu/packages/emacs-xyz.scm (emacs-vertico): Update to 0.6. 27 April 2021, 07:18:40 UTC
6afe154 gnu: xorg-server: Update to 1.20.11 [fixes CVE-2021-3472]. * gnu/packages/xorg.scm (xorg-server): Update to 1.20.11. (xorg-server-for-tests): Don't update to 1.20.11, to avoid changing the derivation of this package. Co-authored-by: Leo Famulari <leo@famulari.name> 27 April 2021, 05:58:56 UTC
32db6f5 gnu: gst-plugins-ugly: Fix some out-of-bounds reads. * gnu/packages/patches/gst-plugins-ugly-fix-out-of-bound-reads.patch: New file. * gnu/local.mk (dist_patch_DATA): Add it. * gnu/packages/gstreamer.scm (gst-plugins-ugly)[source]: Use it. 27 April 2021, 05:58:56 UTC
5a91856 gnu: gst-plugins-base: Fix an invalid read when parsing ID3v2 tags. * gnu/packages/patches/gst-plugins-base-fix-id3v2-invalid-read.patch: New file. * gnu/local.mk (dist_patch_DATA): Add it. * gnu/packages/gstreamer.scm (gst-plugins-base)[source]: Use it. 27 April 2021, 05:58:56 UTC
163693f gnu: gst-plugins-bad: Fix an overflow when processing video files. * gnu/packages/patches/gst-plugins-bad-fix-overflow.patch: New file. * gnu/local.mk (dist_patch_DATA): Add it. * gnu/packages/gstreamer.scm (gst-plugins-bad)[source]: Use it. 27 April 2021, 05:58:55 UTC
46a65b5 gnu: gst-libav: Fix a stack corruption bug. * gnu/packages/patches/gst-libav-64channels-stack-corruption.patch: New file. * gnu/local.mk (dist_patch_DATA): Add it. * gnu/packages/gstreamer.scm (gst-libav)[source]: Use it. 27 April 2021, 05:58:55 UTC
c48b8fe gnu: gst-plugins-good: Fix CVE-2021-3497 and CVE-2021-3498. * gnu/packages/patches/gst-plugins-good-CVE-2021-3497.patch, gnu/packages/patches/gst-plugins-good-CVE-2021-3498.patch: New files. * gnu/local.mk (dist_patch_DATA): Add them. * gnu/packages/gstreamer.scm (gst-plugins-good)[source]: Use them. 27 April 2021, 05:58:55 UTC
0cb4ef1 gnu: GIMP: Update to 2.10.24. * gnu/packages/gimp.scm (gimp): Update to 2.10.24. [source]: Remove obsolete patch 'gimp-make-gegl-introspect-optional.patch'. * gnu/packages/patches/gimp-make-gegl-introspect-optional.patch: Delete file. * gnu/local.mk (dist_patch_DATA): Remove it. 27 April 2021, 05:07:54 UTC
67928ad gnu: gegl: Update to 0.4.30. * gnu/packages/gimp.scm (gegl): Update to 0.4.30. 27 April 2021, 05:07:54 UTC
ef63a4f doc: Remove extraneous spaces from the net-options default value snippet. Adapting the snippet corresponding to the default value of the net-options field of the hurd-vm-configuration record shown in the manual would easily lead to a broken childhurd service, due to the presence of extraneous spaces in the option string. * doc/guix.texi (Virtualization Services)[hurd-vm-configuration] <net-options>: Use string-append to properly form the option string. 27 April 2021, 03:43:06 UTC
4de6887 doc: Clarify the utility of the development branches. * doc/contributing.texi (Submitting Patches): Clarify the utility of the 'staging' and 'core-updates' branches. 26 April 2021, 20:10:53 UTC
bd3f3f8 gnu: emacs-counsel-projectile: Update to 0.3.1-0-06b03c1. * gnu/packages/emacs-xyz.scm (emacs-counsel-projectile): Update to 0.3.1-0-06b03c1. Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr> 26 April 2021, 19:07:22 UTC
787d631 gnu: Add tio. * gnu/packages/terminals.scm (tio): New variable. Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr> 26 April 2021, 18:58:30 UTC
1457f76 gnu: Add vice emulator * gnu/packages/emulators.scm (vice): New variable. Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr> 26 April 2021, 18:53:16 UTC
b33f5d7 gnu: syncthing: Prepare for cross-compiling. * gnu/packages/syncthing.scm (syncthing)[arguments]: Add custom 'pre-build phase to not set a local GOBIN directory. Adjust custom 'build and 'install phases accordingly. 26 April 2021, 18:32:50 UTC
9c8a108 gnu: syncthing: Allow skipping the check phase. * gnu/packages/syncthing.scm (syncthing)[arguments]: Adjust the custom 'check phase so tests only run when enabled. 26 April 2021, 18:32:49 UTC
43a7724 services: nix: Add /bin/sh to build-sandbox-paths. Fixes <https://bugs.gnu.org/46297>. * gnu/services/nix.scm (nix-service-etc): Add /bin/sh to build-sandbox-paths. 26 April 2021, 17:03:55 UTC
92e2249 gnu: python-pikepdf: Update to 2.11.2. * gnu/packages/python-xyz.scm (python-pikepdf): Update to 2.11.2. 26 April 2021, 16:32:46 UTC
7a6e603 gnu: Add dufy. * gnu/packages/lisp-xyz.scm (cl-dufy, ecl-dufy, sbcl-dufy): New variables. 26 April 2021, 15:45:20 UTC
331c498 gnu: Add lispbuilder-sdl. * gnu/packages/lisp-xyz.scm (cl-lispbuilder-sdl, ecl-lispbuilder-sdl, sbcl-lispbuilder-sdl): New variables. 26 April 2021, 15:45:09 UTC
e6bff48 gnu: Add cl-mime. * gnu/packages/lisp-xyz.scm (cl-mime, ecl-cl-mime, sbcl-cl-mime): New variables. 26 April 2021, 15:19:01 UTC
6cd8361 gnu: Add cl-qprint. * gnu/packages/lisp-xyz.scm (cl-qprint, ecl-cl-qprint, sbcl-cl-qprint): New variables. 26 April 2021, 15:09:42 UTC
f365d48 gnu: python-pyside-2: Propagate python-shiboken-2. Importing PySide2 failed, because shiboken was not propagated. Testcase: > guix environment --ad-hoc python python-pyside-2 -- python -c 'import PySide2' PySide2/__init__.py: Unable to import shiboken2 from , /gnu/store/vpniba85hhzb2270hki61z0d2kfvb64l-profile/lib/python3.8/site-packages, /usr/lib/python38.zip, /usr/lib/python3.8, /usr/lib/python3.8/lib-dynload, /usr/lib/python3.8/site-packages Traceback (most recent call last): File "<string>", line 1, in <module> File "/gnu/store/vpniba85hhzb2270hki61z0d2kfvb64l-profile/lib/python3.8/site-packages/PySide2/__init__.py", line 91, in <module> _setupQtDirectories() File "/gnu/store/vpniba85hhzb2270hki61z0d2kfvb64l-profile/lib/python3.8/site-packages/PySide2/__init__.py", line 57, in _setupQtDirectories import shiboken2 ModuleNotFoundError: No module named 'shiboken2' * gnu/packages/qt.scm (python-pyside-2) [native-inputs]: Move from here… [propagated-inputs]: …to here. 26 April 2021, 11:52:51 UTC
accb9fe gnu: gdb-10: Update to 10.2. * gnu/packages/gdb.scm (gdb-10): Update to 10.2. 26 April 2021, 11:51:14 UTC
81c5d98 gnu: Add ruby-email-reply-trimmer. * gnu/packages/ruby.scm (ruby-email-reply-trimmer): New variable. 26 April 2021, 11:42:16 UTC
04ab609 gnu: Add ruby-redis. * gnu/packages/databases.scm (ruby-redis): New variable. Signed-off-by: Efraim Flashner <efraim@flashner.co.il> 26 April 2021, 11:42:13 UTC
fa5beb0 gnu: txr: Update to 257. * gnu/packages/lisp.scm (txr): Update to 257. 26 April 2021, 11:30:46 UTC
2c72db4 gnu: cuirass: Update to 1.0.0-16.40b3238. * gnu/packages/ci.scm (cuirass): Update to 1.0.0-16.40b3238. 26 April 2021, 09:59:13 UTC
4540294 gnu: emacs-auctex: Update to 13.0.9. * gnu/packages/emacs-xyz.scm (emacs-auctex): Update to 13.0.9. 26 April 2021, 09:53:27 UTC
2209e5c gnu: python-notebook: Fix tests. They failed because JUPYTER_PATH was set in commit 1683e9d9677d54f695a54fc44ed309287989fc34. * gnu/packages/python-xyz.scm (python-notebook) [#:phases]: Unset JUPYTER_PATH in 'check. 26 April 2021, 08:37:07 UTC
d573412 gnu: python-nbconvert: Enable more tests. Enables more tests and fixes a few paths. * gnu/packages/python-xyz.scm (python-nbconvert) [arguments]: Add new phase, fixing pandoc/LaTeX paths. Set required environment variables in 'check phase. [inputs]: Add pandoc and texlive. [native-inputs]: Add missing inputs for tests. [propagated-inputs]: Add tornado, which is always required. 26 April 2021, 08:26:48 UTC
9857aba gnu: Add python-pytest-dependency. * gnu/packages/check.scm (python-pytest-dependency): New variable. 26 April 2021, 08:26:48 UTC
f57873f gnu: python-ipykernel: Add missing inputs. * gnu/packages/python-xyz.scm (python-ipykernel) [propagated-inputs]: Add tornado and traitlets. 26 April 2021, 08:26:47 UTC
7914515 gnu: python-jupyter-client: Enable tests. * gnu/packages/python-xyz.scm (python-jupyter-client) [arguments]: Enable tests. Run pytest during 'check. [native-inputs]: Add missing test inputs. 26 April 2021, 08:26:47 UTC
f371e53 gnu: Add python-ipykernel-bootstrap. * gnu/packages/python-xyz.scm (python-ipykernel-bootstrap): New variable. 26 April 2021, 08:26:47 UTC
a0e98da gnu: Add python-jupyter-client-bootstrap. * gnu/packages/python-xyz.scm (python-jupyter-client-bootstrap): New variable. 26 April 2021, 08:26:47 UTC
7f06ab7 gnu: python-nbformat: Enable tests. * gnu/packages/python-xyz.scm (python-nbformat) [source]: Use git repository, which has more complete test data. [arguments]: Run pytest during 'check. [native-inputs]: Add dependencies required to do that. 26 April 2021, 08:26:47 UTC
2bcaf11 gnu: Add python-fastjsonschema. * gnu/packages/python-xyz.scm (python-fastjsonschema): New variable. 26 April 2021, 08:26:46 UTC
b29e576 gnu: Add python-json-spec. * gnu/packages/python-xyz.scm (python-json-spec): New variable. 26 April 2021, 08:26:46 UTC
51646c5 gnu: python-jupyter-core: Enable tests. * gnu/packages/python-xyz.scm (python-jupyter-core) [arguments]: Enable tests. [native-inputs]: Add test dependencies. 26 April 2021, 08:26:46 UTC
1683e9d gnu: Move search path JUPYTER_PATH. python-jupyter-core provides the `jupyter` binary as well as generic functions to discover the search path for all Jupyter subprojects. Thus it should provide the search paths too. * gnu/packages/python-xyz.scm (jupyter): From here… (python-jupyter-core): …to here. [native-search-paths]: Add JUPYTER_CONFIG_DIR, because some Jupyter projects install config files to their etc/ directory and expect them to be loaded automatically. 26 April 2021, 08:26:46 UTC
2ff36e4 gnu: gtkdatabox: Adjust source URL. It looks like the package sources have been relocated. Hash is still the same. * gnu/packages/gtk.scm (gtkdatabox) [source]: Adjust URL. 26 April 2021, 08:25:28 UTC
bb62f35 gnu: libmicrohttpd: Update to 0.9.73. * gnu/packages/gnunet.scm (libmicrohttpd): Update to 0.9.73. 26 April 2021, 08:16:48 UTC
3c9856c gnu: libextractor: Update to 1.11. * gnu/packages/gnunet.scm (libextractor): Update to 1.11. [outputs]: Adjust comment about size of static output. 26 April 2021, 08:16:42 UTC
0581cd8 gnu: Add simple-rgb. * gnu/packages/lisp-xyz.scm (cl-simple-rgb, ecl-simple-rgb, sbcl-simple-rgb): New variables. 26 April 2021, 07:26:44 UTC
d904abe gnu: kmscon: Open a new keymap-update FIFO once a request has been processed. Fixes <https://bugs.gnu.org/39341>. Reported by Maxim Cournoyer <maxim.cournoyer@gmail.com>. Until now, as soon as you had selected the keyboard layout in the Guix System installer, kmscon would start spinning on epoll_wait(2) calls because of an event on the initial FIFO file descriptor (corresponding to the fact that the client closed it.) * gnu/packages/patches/kmscon-runtime-keymap-switch.patch: In 'uxkb_keymap_update_handler', add calls to 'ev_eloop_rm_fd', 'close', and 'uxkb_dev_keymap_update' In 'uxkb_dev_keymap_update', add call to 'unlink'. 25 April 2021, 21:35:04 UTC
c09e331 gnu: xfce, mate: Propagate 'font-dejavu'. Fixes <https://bugs.gnu.org/47713>. Reported by bo0od <bo0od@riseup.net>. This ensures applications such as IceCat can properly text (numbers in the case of IceCat). * gnu/packages/enlightenment.scm (enlightenment)[propagated-inputs]: Add FONT-DEJAVU. * gnu/packages/mate.scm (mate)[propagated-inputs]: New field. * gnu/packages/xfce.scm (xfce)[propagated-inputs]: New field. 25 April 2021, 21:35:04 UTC
69afc5f gnu: xfdesktop: Add Guix logo to default background. * gnu/packages/xfce.scm (xfdesktop)[arguments]: In 'prepare-background-image' phase, add "xfce-verticals.png". 25 April 2021, 21:35:04 UTC
d34371c gnu: esbuild: Update to 0.11.14. * gnu/package/web.scm (esbuild): Update to 0.11.14. Signed-off-by: Leo Famulari <leo@famulari.name> 25 April 2021, 19:00:18 UTC
5461efe gnu: Add orange. * gnu/packages/orange.scm (orange): New variable. Signed-off-by: Leo Famulari <leo@famulari.name> 25 April 2021, 18:49:58 UTC
9605f23 gnu: python-opentsne: Update to 0.5.2. * gnu/packages/machine-learning.scm (python-opentsne): Update to 0.5.2. Signed-off-by: Leo Famulari <leo@famulari.name> 25 April 2021, 18:49:57 UTC
34c0966 gnu: python-pynndescent: Update to 0.5.2. * gnu/packages/machine-learning.scm (python-pynndescent): Update to 0.5.2. Signed-off-by: Leo Famulari <leo@famulari.name> 25 April 2021, 18:49:57 UTC
76fb1a5 gnu: Add python-louvain 0.15. * gnu/packages/graph.scm (python-louvain): Rename variable to python-louvain-0.6. (python-louvain): New variable. * gnu/packages/bioinformatics.scm (python-scanpy)[propagated-inputs]: Use python-louvain-0.6. Co-authored-by: Leo Famulari <leo@famulari.name> 25 April 2021, 18:49:57 UTC
0b5ab41 gnu: Add python-serverfiles. * gnu/packages/orange.scm (python-serverfiles): New variable. Signed-off-by: Leo Famulari <leo@famulari.name> 25 April 2021, 18:49:57 UTC
13b2bfa gnu: Add python-orange-widget-base. * gnu/packages/orange.scm (python-orange-widget-base): New variable. Signed-off-by: Leo Famulari <leo@famulari.name> 25 April 2021, 18:49:57 UTC
f76ffea gnu: Add python-orange-canvas-core. * gnu/packages/orange.scm: New file. * gnu/packages/local.mk (GNU_SYSTEM_MODULES): Add it. Signed-off-by: Leo Famulari <leo@famulari.name> 25 April 2021, 18:49:57 UTC
45d80c7 gnu: Add python-qasync. * gnu/packages/python-xyz.scm (python-qasync): New variable. Signed-off-by: Leo Famulari <leo@famulari.name> 25 April 2021, 18:49:56 UTC
5084713 gnu: Add python-pyqtgraph. * gnu/packages/python-xyz.scm (python-pyqtgraph): New variable. Signed-off-by: Leo Famulari <leo@famulari.name> 25 April 2021, 18:49:56 UTC
c0fa0ef gnu: Add python-anyqt. * gnu/packages/python-xyz.scm (python-anyqt): New variable. Signed-off-by: Leo Famulari <leo@famulari.name> 25 April 2021, 18:49:56 UTC
862a886 gnu: direnv: Install the documentation. * gnu/packages/shellutils.scm (direnv)[arguments]: Add a new 'install-manpages' phase. Signed-off-by: Leo Famulari <leo@famulari.name> 25 April 2021, 17:41:59 UTC
1897a6e doc: Document translation process. doc/contributing.texi (Translating Guix): New section. doc/guix.texi (Top): Add a reference to the new section. 25 April 2021, 14:00:44 UTC
ea3b79d gnu: openrct2: Update to 0.3.3. * gnu/packages/games.scm (openrct2): Update to 0.3.3. 25 April 2021, 09:38:53 UTC
2bbbf67 gnu: guile-next: Use a source file-name. * gnu/packages/guile.scm (guile-next)[source]: Add file-name field. 25 April 2021, 07:29:53 UTC
352d420 gnu: crypto++: Use a source file-name. * gnu/packages/crypto.scm (crypto++)[source]: Add file-name field. 25 April 2021, 07:28:54 UTC
860d28d gnu: python-traitlets: Add missing input. Reported by phodina <phodina@protonmail.com>. * gnu/packages/python-xyz.scm (python-traitlets)[propagated-inputs]: Add python-six. 25 April 2021, 06:13:42 UTC
8380b16 gnu: swayidle: Fix home page. * gnu/packages/wm.scm (swayidle)[home-page]: Use the correct home-page. Signed-off-by: Leo Famulari <leo@famulari.name> 24 April 2021, 20:45:34 UTC
eb51468 gnu: emacs-cider: Update to 1.1.0. * gnu/packages/emacs-xyz.scm (emacs-cider): Update to 1.1.0. 24 April 2021, 20:21:40 UTC
20fd0e4 .gitignore: Adjust the glob pattern for the "doc/stamp" files. * .gitignore: Ignore 'doc/stamp-N' files with numbers greater than 9. Signed-off-by: Leo Famulari <leo@famulari.name> 24 April 2021, 19:02:57 UTC
db8334c gnu: fet: Update to 6.0.2. * gnu/packages/education.scm (fet): Update to 6.0.2. 24 April 2021, 17:50:15 UTC
c50db71 http-client: Remove exception mishandling in 'http-multiple-get'. Partly fixes <https://bugs.gnu.org/47867>. Reported by Florian Pelz <pelzflorian@pelzflorian.de>. The non-tail recursive call to 'connect' could cause requests to be processed twice, with 'p' possibly closed the second time. Regression introduced in 205833b72c5517915a47a50dbe28e7024dc74e57 and carried over in 45fce38fb0b6c6796906149ade145b8d3594c1c6. * guix/http-client.scm (http-multiple-get): Remove call to 'close-port' and recursive call to 'connect' when the 'write-request' block returns #f. 24 April 2021, 17:08:13 UTC
02d6297 http-client, substitute: Gracefully handle GnuTLS EAGAIN/EINTR. Partly fixes <https://bugs.gnu.org/47867>. Reported by Florian Pelz <pelzflorian@pelzflorian.de>. In GnuTLS up to 3.7.1 included, GNUTLS_E_AGAIN and GNUTLS_E_INTERRUPTED are not handled by 'write_to_session_record_port' and could be thrown at the caller. This patch works around that by dropping connections altogether and restarting when this happens. * guix/http-client.scm (false-if-networking-error): Swallow ERROR/AGAIN and ERROR/INTERRUPTED. * guix/scripts/substitute.scm (call-with-cached-connection): Likewise. 24 April 2021, 17:08:13 UTC
5dcc61a gnu: emacs-posframe: Update to 1.0.2. * gnu/packages/emacs-xyz.scm (emacs-posframe): Update to 1.0.2. 24 April 2021, 16:50:36 UTC
2c93df3 services: Add a service for rasdaemon. * gnu/services/linux.scm (rasdaemon-configuration, rasdaemon-configuration?, rasdaemon-configuration-record?, rasdaemon-service-type): New variables. * doc/guix.texi (Linux Services): Document it. Signed-off-by: Leo Famulari <leo@famulari.name> 24 April 2021, 16:30:01 UTC
794e26f gnu: Add rasdaemon. * gnu/packages/linux.scm (rasdaemon): New variable. Signed-off-by: Leo Famulari <leo@famulari.name> 24 April 2021, 16:30:01 UTC
7600bad gnu: fennel: Update to 0.9.1. * gnu/packages/lua.scm (fennel): Update to 0.9.1. Signed-off-by: Leo Famulari <leo@famulari.name> 24 April 2021, 15:00:02 UTC
1ebd086 doc: Fix cross-reference URL to translated manual. * doc/htmlxref.cnf: Fix translated manual URL. 24 April 2021, 14:46:22 UTC
back to top