aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorRicardo Wurmus <rekado@elephly.net>2023-03-30 17:56:38 +0200
committerRicardo Wurmus <rekado@elephly.net>2023-03-30 19:21:07 +0200
commitd3587e39b329e3eec8deeffc0d78e475cd45bf53 (patch)
treefb14de485950ad3b39850077a89f2f3ea4da640c /ChangeLog
parent15c8ac05096b9874199b23d231a3ead60e07f148 (diff)
downloadguix-d3587e39b329e3eec8deeffc0d78e475cd45bf53.tar.gz
guix-d3587e39b329e3eec8deeffc0d78e475cd45bf53.zip
gnu: r-trend: Update to 1.1.5.
* gnu/packages/cran.scm (r-trend): Update to 1.1.5.
Diffstat (limited to 'ChangeLog')
0 files changed, 0 insertions, 0 deletions
o 0.4.1....* gnu/packages/networking.scm (yggdrasil): Update to 0.4.1. * gnu/packages/patches/yggdrasil-extra-config.patch: Update for new version. Signed-off-by: Ricardo Wurmus <rekado@elephly.net> raingloom 2021-12-01gnu: yggdrasil: Update to 0.4.0....* gnu/packages/patches/yggdrasil-extra-config.patch: Update patch. * gnu/packages/networking.scm (yggdrasil): Update to 0.4.0. [arguments]: Also install genkeys. [propagated-inputs]: Remove go-github-com-cheggaaa-pb; add go-golang-org-x-sys, go-github-com-mattn-go-runewidth, go-github-com-mattn-go-isatty, go-github-com-fatih-color, go-github-com-cheggaaa-pb-v3, go-github-com-vividcortex-ewma, and go-github-com-arceliar-ironwood. Signed-off-by: Ricardo Wurmus <rekado@elephly.net> raingloom 2021-11-30gnu: ethtool: Update to 5.15....* gnu/packages/networking.scm (ethtool): Update to 5.15. Tobias Geerinckx-Rice 2021-11-27gnu: squid: Update to 4.17....* gnu/packages/networking.scm (squid): Update to 4.17. Tobias Geerinckx-Rice 2021-11-27gnu: shadowsocks: Update to 2.9.1....* gnu/packages/networking.scm (shadowsocks): Update to 2.9.1. Nicolas Goaziou 2021-11-27gnu: Remove asio-1.12....* gnu/packages/networking.scm (asio-1.12): Remove variable. Nicolas Goaziou 2021-11-27gnu: restbed: Update to 4.8....* gnu/packages/networking.scm (restbed): Update to 4.8. [inputs]: Use latest `asio'. [arguments]: Activate tests. Remove unknown configure flags. Nicolas Goaziou 2021-11-27gnu: lldpd: Update to 1.0.13....* gnu/packages/networking.scm (lldpd): Update to 1.0.13. Tobias Geerinckx-Rice 2021-11-27gnu: batctl: Update to 2021.4....* gnu/packages/networking.scm (batctl): Update to 2021.4. Tobias Geerinckx-Rice 2021-11-26Revert "gnu: Remove asio-1.12."...This reverts commit e8cb755774034b14e76c137a8edf33f705413860. The variable is still required by restbed. Nicolas Goaziou 2021-11-26gnu: Remove asio-1.12....* gnu/packages/networking.scm (asio-1.12): Remove variable. Nicolas Goaziou 2021-11-26gnu: asio: Update to 1.20.0....* gnu/packages/networking.scm (asio): Update to 1.20.0. Nicolas Goaziou 2021-11-23Merge branch 'master' into core-updates-frozenLudovic Courtès 2021-11-23gnu: wireshark: Update to 3.6.0....* gnu/packages/networking.scm (wireshark): Update to 3.6.0. Nicolas Goaziou 2021-11-20gnu: tcp-wrappers: Allow compilation with glibc 2.33....* gnu/packages/networking.scm (tcp-wrappers)[source]: Add 'snippet'. Ludovic Courtès 2021-11-20gnu: libnice: Disable the 'test-bsd' test....* gnu/packages/networking.scm (libnice) [phases]{disable-failing-test}: Rename to... {disable-failing-tests}: ... this, plural. Disable 'test-bsd'. Maxim Cournoyer 2021-11-20gnu: opendht: Use GUIX_PYTHONPATH....* gnu/packages/networking.scm (opendht)[arguments]: Use GUIX_PYTHONPATH in the wrapper. Ricardo Wurmus 2021-11-18gnu: wireshark: Update to 3.4.10....* gnu/packages/networking.scm (wireshark): Update to 3.4.10. Nicolas Goaziou 2021-11-17Merge branch 'master' into core-updates-frozenLudovic Courtès 2021-11-11gnu: gtk: Replace gdk-pixbuf+svg by librsvg....With the addition of a profile hook for computing the gdk-pixbuf loaders cache file, there is no longer a need for gdk-pixbuf+svg, and librsvg can propagate gdk-pixbuf without fear, so replace the former for the latter. The replacement was automated with the following command: $ git grep -l ',gdk-pixbuf+svg)' \ | xargs sed 's/(".*" ,gdk-pixbuf+svg)/("librsvg" ,librsvg)/' -i * gnu/packages/gtk.scm (gdk-pixbuf+svg): Delete package. (gtk+-2)[propagated-inputs]: Replace gdk-pixbuf+svg with librsvg. (gtk+)[propagated-inputs]: Likewise. * gnu/packages/gnome.scm (gdk-pixbuf+svg): Add deprecated package. Maxim Cournoyer