Age | Commit message (Expand) | Author |
2021-03-26 | gnu: emacs-imenu-list: Update to 0.9-0.b502223....* gnu/packages/emacs-xyz.scm (emacs-imenu-list): Update to 0.9-0.b502223.
Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
| Alexandr Vityazev |
2021-03-26 | gnu: Add emacs-nice-citation....* gnu/packages/emacs-xyz.scm (emacs-nice-citation): New variable.
Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
| Xinglu Chen |
2021-03-26 | gnu: emacs-all-the-icons-dired: Update to 1.0-2-fc2dfa1....* gnu/packages/emacs-xyz.scm (emacs-all-the-icons-dired): Update to 1.0-2-fc2dfa1.
Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
| Vinicius Monego |
2021-03-26 | gnu: hikari: Improve package....* gnu/packages/wm.scm (hikari)[inputs]: Sort alphabetically.
[synopsis]: Shorten a bit.
[description]: Use full sentences.
| Nicolas Goaziou |
2021-03-26 | gnu: Add hikari....* gnu/packages/wm.scm (hikari): New variable.
Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
| qblade |
2021-03-26 | gnu: cuirass: Update to 1.0.0-4.ff3f25d....* gnu/packages/ci.scm (cuirass): Update to 1.0.0-4.ff3f25d.
| Mathieu Othacehe |
2021-03-26 | gnu: eolie: Add missing inputs....This fixes errors observed directly at launch of Eolie inside pure
environments. (See <https://bugs.gnu.org/47097> for more information.)
It is still not possible to launch Eolie inside a container, however.
(See also <https://bugs.gnu.org/47106>.)
* gnu/packages/gnome.scm (eolie)[inputs]: Add libhandy and
gnome-settings-daemon.
| Leo Prikler |
2021-03-26 | gnu: guix-build-coordinator: Update to 0-21.6e7e63f....* gnu/packages/package-management.scm (guix-build-coordinator): Update to
0-21.6e7e63f.
| Christopher Baines |
2021-03-26 | gnu: guix-data-service: Update to 0.0.1-26.410f58c....* gnu/packages/web.scm (guix-data-service): Update to 0.0.1-26.410f58c.
[inputs]: Use newer PostgreSQL and guile-json packages, and switch to
non-deprecated variants of other packages.
| Christopher Baines |
2021-03-26 | gnu: Add r-samr....* gnu/packages/cran.scm (r-samr): New variable.
Signed-off-by: Ricardo Wurmus <rekado@elephly.net>
| Tim Howes |
2021-03-26 | gnu: Add r-gsa....* gnu/packages/cran.scm (r-gsa): New variable.
Signed-off-by: Ricardo Wurmus <rekado@elephly.net>
| Tim Howes |
2021-03-26 | gnu: r-suppdists: Update hash....* gnu/packages/cran.scm (r-suppdists)[source]: Update hash.
| zimoun |
2021-03-26 | gnu: SVT-HEVC: Update to 1.5.0....* gnu/packages/video.scm (svt-hevc): Update to 1.5.0.
[license]: Specify the license.
| Leo Famulari |
2021-03-26 | gnu: SVT-AV1: Update URLs....* gnu/packages/video.scm (svt-av1)[source, home-page]: Update URLs.
| Leo Famulari |
2021-03-26 | gnu: libaom: Update to 3.0.0....* gnu/packages/video.scm (libaom): Update to 3.0.0.
| Leo Famulari |
2021-03-26 | gnu: guix: Update to 6e7ba45....* gnu/packages/package-management.scm (guix): Update to 6e7ba45.
| Léo Le Bouter |
2021-03-26 | gnu: sqlite: Update to 3.32.3 [security fixes]....Fixes CVE-2020-11655, CVE-2020-11656, CVE-2020-13434, CVE-2020-13435,
CVE-2020-13630, CVE-2020-13631, CVE-2020-13632, CVE-2020-15358 and
CVE-2020-9327.
* gnu/packages/sqlite.scm (sqlite/fixed): New variable.
(sqlite)[replacement]: Graft.
| Léo Le Bouter |
2021-03-26 | gnu: mariadb: Fix CVE-2021-27928....* gnu/packages/patches/mariadb-CVE-2021-27928.patch: New patch.
* gnu/local.mk (dist_patch_DATA): Register it.
* gnu/packages/databases.scm (mariadb/fixed): New variable. Apply patch.
(mariadb)[replacement]: Graft.
| Léo Le Bouter |
2021-03-25 | gnu: Remove QT 4....For more information, see:
https://lists.gnu.org/archive/html/guix-devel/2016-02/msg00596.html
https://bugs.gnu.org/45704
* gnu/packages/qt.scm (qt-4, python2-pyqt-4): Remove variables.
* gnu/packages/engineering.scm (qucs, qucs-s): Remove variables.
* gnu/packages/messaging.scm (pybitmessage): Remove variable.
* gnu/packages/password-utils.scm (keepassx): Remove variable.
* gnu/packages/pdf.scm (poppler-qt4): Remove variable.
| Leo Famulari |
2021-03-26 | doc: "Invoking guix refresh" links to '--with-latest'....* doc/guix.texi (Invoking guix refresh): Reword intro and Link to
'--with-latest'.
| Ludovic Courtès |
2021-03-26 | doc: Explain how to pass 'guix refresh' the packages found in your profile....Suggested by Xinglu Chen <public@yoctocell.xyz>.
* doc/guix.texi (Invoking guix refresh): Mention how to update packages
found in one's profile.
| Ludovic Courtès |
2021-03-26 | doc: Move 'guix refresh --list-updaters' reference to the right place....* doc/guix.texi (Invoking guix refresh): Move '--list-updaters' right
after '--type'.
| Ludovic Courtès |
2021-03-26 | import: print: Improve origin method name guesswork....Fixes <https://bugs.gnu.org/47375>.
Reported by Léo Le Bouter <lle-bout@zaclys.net>.
* guix/import/print.scm (package->code): For METHOD, use 'variable-name'
preferably, and call 'procedure-name' as a last resort.
| Ludovic Courtès |
2021-03-26 | lint: archival: Gracefully handle packages with a #f hash value....Fixes <https://bugs.gnu.org/47293>.
Reported by Luis Felipe.
* guix/lint.scm (check-archival): Check whether 'content-hash-value'
returns true.
| Ludovic Courtès |
2021-03-25 | gnu: ircii: Update to 20210314 [security fixes]....See this message for more information about the security issues fixed in
ircii 20210314:
https://seclists.org/oss-sec/2021/q1/262
* gnu/packages/irc.scm (ircii): Update to 20210314.
| Leo Famulari |
2021-03-25 | gnu: linux-libre 5.10: Update to 5.10.26....* gnu/packages/linux.scm (linux-libre-5.10-version): Update to 5.10.26.
(linux-libre-5.10-pristine-source): Update hash.
| Leo Famulari |
2021-03-25 | gnu: linux-libre: Update to 5.11.10....* gnu/packages/linux.scm (linux-libre-5.11-version): Update to 5.11.10.
(linux-libre-5.11-pristine-source): Update hash.
| Leo Famulari |
2021-03-25 | gnu: vips: Update to 8.10.6....* gnu/packages/image-processing.scm (vips): Update to 8.10.6.
| Tobias Geerinckx-Rice |
2021-03-25 | gnu: spdlog: Update to 1.8.3....* gnu/packages/logging.scm (spdlog): Update to 1.8.3.
| Tobias Geerinckx-Rice |
2021-03-25 | gnu: youtube-dl: Update to 2021.03.25....* gnu/packages/video.scm (youtube-dl): Update to 2021.03.25.
| Tobias Geerinckx-Rice |
2021-03-25 | gnu: wla-dx: Update to 9.12....* gnu/packages/assembly.scm (wla-dx): Update to 9.12.
| Tobias Geerinckx-Rice |
2021-03-25 | gnu: doctest: Update to 2.4.6....* gnu/packages/check.scm (doctest): Update to 2.4.6.
| Tobias Geerinckx-Rice |
2021-03-25 | gnu: libinstpatch: Update to 1.1.6....* gnu/packages/audio.scm (libinstpatch): Update to 1.1.6.
| Tobias Geerinckx-Rice |
2021-03-25 | gnu: emacs: Update to 27.2....* gnu/packages/emacs.scm (emacs): Update to 27.2.
| Tobias Geerinckx-Rice |
2021-03-25 | gnu: cuirass: Update to 1.0.0-3.f5a2eea....* gnu/packages/ci.scm (cuirass): Update to 1.0.0-3.f5a2eea.
| Mathieu Othacehe |
2021-03-25 | gnu: Add go-gitlab.com-shackra-goimapnotify....* gnu/packages/mail.scm (go-gitlab.com-shackra-goimapnotify): New variable.
Signed-off-by: Christopher Baines <mail@cbaines.net>
| Benoit Joly |
2021-03-25 | gnu: synapse: Update to 1.29.0....* gnu/packages/matrix.scm (synapse): Update to 1.29.0.
| Rafa Gálvez |
2021-03-25 | gnu: gcc: Fix comment about gfortran....Added by: cb4805e34c9997edca14743516b9a0fde6303d1c
Fixes: 0681f05486d901c92637c098bb7afddef35068b0
* gnu/packages/gcc.scm (gcc): Fix comment about gfortran.
Signed-off-by: Christopher Baines <mail@cbaines.net>
| Vincent Legoll |
2021-03-25 | gnu: openssl: Update to 1.1.1k [security fixes]....Fixes CVE-2021-3450 and CVE-2021-3449.
* gnu/packages/tls.scm (openssl/fixed): Update to 1.1.1k.
| Léo Le Bouter |
2021-03-25 | gnu: xfce4-netload-plugin: Update to 1.4.0....* gnu/packages/xfce.scm (xfce4-netload-plugin): Update to 1.4.0.
Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
| Michael Rohleder |
2021-03-25 | gnu: exo: Update to 4.16.1....* gnu/packages/xfce.scm (exo): Update to 4.16.1.
Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
| Michael Rohleder |
2021-03-25 | gnu: thunar: Update to 4.16.6....* gnu/packages/xfce.scm (thunar): Update to 4.16.6.
Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
| Michael Rohleder |
2021-03-25 | gnu: xfce4-systemload-plugin: Update to 1.3.1....* gnu/packages/xfce.scm (xfce4-systemload-plugin): Update to 1.3.1.
[inputs]: Add libgtop.
Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
| Michael Rohleder |
2021-03-25 | gnu: xfce4-battery-plugin: Update to 1.1.4....* gnu/packages/xfce.scm (xfce4-battery-plugin): Update to 1.1.4.
Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
| Michael Rohleder |
2021-03-25 | gnu: Add quickproject....* gnu/packages/lisp-xyz.scm (cl-quickproject, ecl-quickproject,
sbcl-quickproject): New variables.
| Pierre Neidhardt |
2021-03-25 | gnu: Add html-template....* gnu/packages/lisp-xyz.scm (cl-html-template, ecl-html-template,
sbcl-html-template): New variables.
| Pierre Neidhardt |
2021-03-25 | Revert "gnu: guix: Update to 86dd54f."...A test failure (tests/print) was uncovered so revert until we fix it.
This reverts commit b0eb525ddba77420ff8c0930b9173b10f9ae342d.
| Léo Le Bouter |
2021-03-24 | gnu: linux-libre 4.4: Update to 4.4.263....* gnu/packages/linux.scm (linux-libre-4.4-version): Update to 4.4.263.
(linux-libre-4.4-pristine-source): Update hash.
| Leo Famulari |
2021-03-24 | gnu: linux-libre 4.9: Update to 4.9.263....* gnu/packages/linux.scm (linux-libre-4.9-version): Update to 4.9.263.
(linux-libre-4.9-pristine-source): Update hash.
| Leo Famulari |
2021-03-24 | gnu: linux-libre 4.14: Update to 4.14.227....* gnu/packages/linux.scm (linux-libre-4.14-version): Update to 4.14.227.
(linux-libre-4.14-pristine-source): Update hash.
| Leo Famulari |