summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2022-08-14gnu: nftables: Update to 1.0.5.Tobias Geerinckx-Rice
* gnu/packages/linux.scm (nftables): Update to 1.0.5.
2022-08-14gnu: libnftnl: Update to 1.2.3.Tobias Geerinckx-Rice
* gnu/packages/linux.scm (libnftnl): Update to 1.2.3.
2022-08-14gnu: bird: Update to 2.0.10.Tobias Geerinckx-Rice
* gnu/packages/networking.scm (bird): Update to 2.0.10.
2022-08-14gnu: catfish: Update to 4.16.4.Tobias Geerinckx-Rice
* gnu/packages/xfce.scm (catfish): Update to 4.16.4.
2022-08-14gnu: libupnp: Update to 1.14.13.Tobias Geerinckx-Rice
* gnu/packages/upnp.scm (libupnp): Update to 1.14.13.
2022-08-14gnu: os-prober: Update to 1.81.Tobias Geerinckx-Rice
* gnu/packages/bootloaders.scm (os-prober): Update to 1.81.
2022-08-15guile-fibers: Backport the ‘epoll instance is dead’ bugfix.Maxime Devos
This fixes some indeterministic test failures for gnunet-scheme observed while developing gnunet-scheme. The following checks were made: All dependents compile for x86_64: $ ./pre-inst-env guix build shepherd gnunet-scheme guix-build-coordinator nar-herder guix-data-service guile-fibers --system=x86_64-linux Everything except guix-build-coordinator (which depends on the non-cross-compilable sqitch) cross-compile from x86_64 to aarch64-linux-gnu: $ ./pre-inst-env guix build shepherd gnunet-scheme nar-herder guile-fibers --system=x86_64-linux --target=aarch64-linux-gnu I tried testing for reproducibility but the check phase took to long. However, you can compare the hash you get against the hash I got: $ ./pre-inst-env guix hash --serializer=nar $(./pre-inst-env guix build guile-fibers --no-grafts --system=x86_64-linux) 0qsaqx27b6q2s22h7y93417ijpkwl6gc1fhhck8aha6bvmawk5h0 I tried an emulated build for another architecture, but there the tests took overly long. There were no lint warnings for guile-fibers. * gnu/packages/patches/guile-fibers-epoll-instance-is-dead.patch: New patch. * gnu/local.mk (dist_patch_DATA): Register the patch. * gnu/packages/guile-xyz.scm (guile-fibers)[source]{patches}: Use the patch. Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
2022-08-15Revert "gnu: python-lxml: Update to 4.6.5."Mathieu Othacehe
This reverts commit 2365e8435a13c3aa4308e88773de0a0e7b9ffef9 as it triggers >15k rebuilds: https://ci.guix.gnu.org/eval/543158.
2022-08-15gnu: Add kissat.Maximilian Heisinger
* gnu/packages/maths.scm (kissat): New variable. Signed-off-by: Liliana Marie Prikler <liliana.prikler@gmail.com>
2022-08-15gnu: python-lxml: Update to 4.6.5.Danny Milosavljevic
* gnu/packages/xml.scm (python-lxml): Update to 4.6.5.
2022-08-15gnu: Add python-robotframework-sshtunnellibrary.Maxim Cournoyer
* gnu/packages/python-xyz.scm (python-robotframework-sshtunnellibrary): New variable.
2022-08-15gnu: Add python-sshtunnel.Maxim Cournoyer
* gnu/packages/python-xyz.scm (python-sshtunnel): New variable.
2022-08-15gnu: torsocks: Wrap lines.Mathieu Othacehe
* gnu/packages/tor.scm (torsocks)[source, arguments]: Wrap long lines and remove a trailing #t.
2022-08-15gnu: torsocks: Update to 2.4.0.Jim Newsome
* gnu/packages/tor.scm (torsocks): Update to 2.4.0. [native-inputs]: Add autoconf, automake, libtool because torsocks releases no longer pre-run autogen.sh. [synopsis, description]: Clarify that applications do not need to be socks-aware to be used with torsocks. Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
2022-08-15Revert "gnu: python-lsp-server: Update to 1.5.0."Mathieu Othacehe
This reverts commit 07f807f12c0949e9deeee09b4a28bb1f810b26ca because it requires a python-pluggy update which seems to cause some issues.
2022-08-15gnu: r-tweenr: Build reproducibly.Ricardo Wurmus
* gnu/packages/cran.scm (r-tweenr)[arguments]: Add phase 'build-reproducibly to avoid embedding random time difference.
2022-08-15gnu: emacs-org-re-reveal: Update to 3.15.0.Nicolas Goaziou
* gnu/packages/emacs-xyz.scm (emacs-org-re-reveal): Update to 3.15.0.
2022-08-15gnu: asymptote: Update to 2.82.Nicolas Goaziou
* gnu/packages/plotutils.scm (asymptote): Update to 2.82.
2022-08-15gnu: tumbler: Update to 4.16.1.Michael Rohleder
* gnu/packages/xfce.scm (tumbler): Update to 4.16.1. Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
2022-08-15gnu: xfce4-screenshooter: Update to 1.9.11.Michael Rohleder
* gnu/packages/xfce.scm (xfce4-screenshooter): Update to 1.9.11. Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
2022-08-15gnu: rgbds: Update to 0.5.2.Ekaitz Zarraga
* gnu/packages/assembly.scm (rgbds): Update to 0.5.2. [arguments]: Remove a trailing #t. Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
2022-08-15gnu: lttng-tools: Update to 2.13.7.Olivier Dion
* gnu/packages/instrumentation.scm (lttng-tools): Update to 2.13.7. Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
2022-08-15gnu: lttng-ust: Update to 2.13.3.Olivier Dion
* gnu/packages/instrumentation.scm (lttng-ust): Update to 2.13.3. Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
2022-08-15gnu: Add lttng-modules.Olivier Dion
* gnu/packages/instrumentation.scm (lttng-modules): New variable. Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
2022-08-15gnu: python-lsp-server: Update to 1.5.0.Nicolas Graves via Guix-patches via
* gnu/packages/python-xyz.scm (python-lsp-server): Update to 1.5.0. [arguments]{set-HOME}: Remove this phase because tests do not require it anymore. {check}: Do not replace it as test_pyqt_completion is not longer failing. [propagated-inputs]: Remove python-future. [native-inputs]: Remove python-mock, python-versioneer and add python-whatthepatch. Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
2022-08-15gnu: Add python-whatthepatch.Nicolas Graves via Guix-patches via
* gnu/packages/python-web.scm (python-whatthepatch): New variable. Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
2022-08-15gnu: guile-machine-code: Update to 2.2.0.Zhu Zihao
* gnu/packages/guile-xyz.scm (guile-machine-code): Update to 2.2.0. Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
2022-08-15gnu: guile-laesare: Use source from Gitlab.Zhu Zihao
* gnu/packages/guile-xyz.scm (guile-laesare) [source]: Use source from Gitlab. [home-page]: Use source from Gitlab. Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
2022-08-15gnu: guile-machine-code: Use source from Gitlab.Zhu Zihao
* gnu/packages/guile-xyz.scm (guile-machine-code) [source]: Use source from Gitlab. [home-page]: Use source from Gitlab. Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
2022-08-15gnu: guile-struct-pack: Use source from Gitlab.Zhu Zihao
* gnu/packages/guile-xyz.scm (guile-struct-pack) [source]: Use source from Gitlab. Replace missing git tag with commit. [home-page]: Use source from Gitlab. Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
2022-08-15gnu: guile-packrat: Use source from Gitlab.Zhu Zihao
* gnu/packages/guile-xyz.scm (guile-packrat)[home-page]: Use source from Gitlab. [source]: Replace missing git tag with commit. Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
2022-08-15gnu: guile-hashing: Use source from Gitlab.Zhu Zihao
* gnu/packages/guile-xyz.scm (guile-hashing)[home-page]: Use source from Gitlab. [source]: Replace missing git tag with commit. Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
2022-08-15gnu: Add python-nanoid.jgart
* gnu/packages/python-xyz.scm (python-nanoid): New variable. Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
2022-08-15gnu: emacs-org-auto-tangle: Update to 0.6.0.jgart
* gnu/packages/emacs-xyz.scm (emacs-org-auto-tangle): Update to 0.6.0. Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
2022-08-15gnu: dunst: Update to 1.9.0.gyara
* gnu/packages/dunst.scm (dunst): Update to 1.9.0. Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
2022-08-15gnu: emacs-reverse-im: Update to 0.0.8.Nicolas Goaziou
* gnu/packages/emacs-xyz.scm (emacs-reverse-im): Update to 0.0.8.
2022-08-15gnu: emacs-gruvbox-theme: Update to 1.30.0.Nicolas Goaziou
* gnu/packages/emacs-xyz.scm (emacs-gruvbox-theme): Update to 1.30.0.
2022-08-15gnu: emacs-autothemer: Update to 0.2.5.Nicolas Goaziou
* gnu/packages/emacs-xyz.scm (emacs-autothemer): Update to 0.2.5.
2022-08-15gnu: emacs-citar: Update to 1.0.Nicolas Goaziou
* gnu/packages/emacs-xyz.scm (emacs-citar): Update to 1.0.
2022-08-15gnu: emacs-citeproc-el: Update to 0.9.1.Nicolas Goaziou
* gnu/packages/emacs-xyz.scm (emacs-citeproc-el): Update to 0.9.1.
2022-08-15gnu: emacs-buttercup: Improve package style.Nicolas Goaziou
* gnu/packages/emacs-xyz.scm (emacs-buttercup)[arguments]: Use G-expressions. Remove trailing #T from phases.
2022-08-15gnu: emacs-buttercup: Update to 1.26.Nicolas Goaziou
* gnu/packages/emacs-xyz.scm (emacs-buttercup): Update to 1.26.
2022-08-15gnu: emacs-debbugs: Update to 0.33.Nicolas Goaziou
* gnu/packages/emacs-xyz.scm (emacs-debbugs): Update to 0.33.
2022-08-14gnu: itpp: Remove non-deterministic log file.Vagrant Cascadian
* gnu/packages/maths.scm (itpp)[arguments]: Add 'delete-formulas-log phase.
2022-08-14gnu: r-rcppparallel: Do not use bundled tbb.Ricardo Wurmus
* gnu/packages/cran.scm (r-rcppparallel)[inputs]: Add tbb-2020. [arguments]: Add build phase 'use-system-tbb to set TBB_ROOT. [source]: Add snippet to remove bundled tbb.
2022-08-14gnu: r-reticulate: Build reproducibly.Ricardo Wurmus
* gnu/packages/cran.scm (r-reticulate)[arguments]: Add build phase 'build-reproducibly to ensure that pyc files are built reproducibly.
2022-08-14gnu: r-bgx: Build without CPU tuning.Ricardo Wurmus
Fixes <https://issues.guix.gnu.org/57210>. * gnu/packages/bioconductor.scm (r-bgx)[arguments]: Add phase 'do-not-tune-cflags-for-reproducibility to patch configure.ac. [inputs]: Add boost. [native-inputs]: Add autoconf and automake.
2022-08-14gnu: r-lpsymphony: Build reproducibly.Ricardo Wurmus
* gnu/packages/bioconductor.scm (r-lpsymphony)[arguments]: Add build phase 'make-build-order-reproducible.
2022-08-14Update copyright/name notices for Christine Lemmer-Webber.Christine Lemmer-Webber
* gnu/packages/games.scm: Update copyright/name notices for Christine Lemmer-Webber.
2022-08-07gnu: moe: Update to 1.12.Tobias Geerinckx-Rice
* gnu/packages/moe.scm (moe): Update to 1.12.