summaryrefslogtreecommitdiff
path: root/gnu/packages/web.scm
AgeCommit message (Collapse)Author
2026-04-07gnu: Add yoga.宋文武
* gnu/packages/web.scm (yoga): New variable. Change-Id: I5116d49a7ba7316f1dd52b4fa35cba1d98d7359f
2026-04-01gnu: httptunnel: Fix build by applying CFLAGS.Hugo Buddelmeijer
* gnu/packages/web.scm (httptunnel): Fix build and modernize package. [source]<origin>: Switch to https; use G-Expressions in ’snippet. [arguments]: Use G-Expressions. <#:phases>: Fix 'configure. [home-page]: Switch to https. Merges guix/guix!7417 Change-Id: If82232e402fbc6791a6f089558afc3ab007d8247 Signed-off-by: Cayetano Santos <csantosb@inventati.org>
2026-03-25gnu: monolith: Update to 2.10.1.moksh
* gnu/packages/web.scm (monolith): Update to 2.10.1. [arguments]: Use modern syntax. [inputs]: Use `cons*'. * gnu/packages/rust-crates.scm (lookup-cargo-inputs): Update monolith entry. Closes: guix/guix#6666 Change-Id: I4cdfce8a8e69f1400a3d8f02940cd15f7580efe4 Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
2026-03-20gnu: Reference the inherited inputs values.Ludovic Courtès
This commit was made by running this command: sed -e's/modify-inputs (package-\([a-z-]*\)inputs [a-zA-Z0-9-]\+)/modify-inputs \1inputs/g' -i gnu/packages/*.scm … and then reverting individual hunks where the change would trigger unbound variable warnings or other issues (such as ‘native-inputs’ is bound in the body of the ‘inputs’ field, but it refers to the ‘native-inputs’ thunk defined just above). Change-Id: I6d94819f2809313fa1fbefc61897502ee7d66fab
2026-03-18gnu: go-jqp: Update to 0.8.0.Sharlatan Hellseher
* gnu/packages/web.scm (go-jqp): Update to 0.8.0. [inputs]: Remove go-github-com-spf13-viper, go-github-com-spf13-cobra, go-github-com-muesli-termenv, go-github-com-itchyny-gojq, go-github-com-itchyny-timefmt-go, go-github-com-charmbracelet-lipgloss, go-github-com-charmbracelet-bubbletea, go-github-com-charmbracelet-bubbles, go-github-com-atotto-clipboard, and go-github-com-alecthomas-chroma-v2. [native-inputs]: Add go-github-com-alecthomas-chroma-v2, go-github-com-atotto-clipboard, go-github-com-charmbracelet-bubbles, go-github-com-charmbracelet-bubbletea, go-github-com-charmbracelet-lipgloss, go-github-com-itchyny-gojq, go-github-com-muesli-termenv, go-github-com-spf13-cobra, and go-github-com-spf13-viper. Change-Id: I11fd32b7875fa1f39ebfc757fc6c70198c81b421
2026-03-18gnu: go-github-com-itchyny-gojq: Move to golang-xyz.Sharlatan Hellseher
* gnu/packages/web.scm (go-github-com-itchyny-gojq, gojq): Move from here ... * gnu/packages/golang-xyz.scm: ... to here. Change-Id: I7cb3fd36ecc3874a3463c58d1574b1da461c046c
2026-03-17gnu: Remove vger.Andreas Enge
* gnu/packages/web.scm (vger): Delete variable. Fixes: guix/guix#6389 Change-Id: I19c7385ea387fe57fbef3499d3651fdc2eba4d41
2026-03-16gnu: ikiwiki: Fix bazaar test with breezy bzr.Dariqq
* gnu/packages/web.scm (ikiwiki)[#:phases]: Add fallback for rcs_getctime for bazaar test. Merges guix/guix!6740 Change-Id: I9446f7ef0ee22ad4ad6d2c4b2b98ebe406e7a3b2 Signed-off-by: Cayetano Santos <csantosb@inventati.org>
2026-03-14gnu: perl-finance-quote: Update to 1.68.Tomas Volf
* gnu/packages/web.scm (perl-finance-quote): Update to 1.68. Signed-off-by: Andreas Enge <andreas@enge.fr>
2026-03-08gnu: Add kcgi.jgart
* gnu/packages/web.scm (kcgi): New variable. Change-Id: I755482c03935b67e6b97705784a0518da1c2a5fb Signed-off-by: jgart <jgart@dismail.de>
2026-03-06gnu: darkhttpd: Update to 1.17.jgart
* gnu/packages/web.scm (darkhttpd): Update to 1.17. Change-Id: I448d633917a292b6de7f46a3169b6c78c9967419
2026-02-27gnu: uriparser: Update to 1.0.0 [security fixes].gemmaro
Includes fix for CVE-2025-67899. * gnu/packages/web.scm (uriparser): Update to 1.0.0. [arguments]<#:configure-flags>: Explicitly enables the test building flag. Merges: https://codeberg.org/guix/guix/pulls/5541 Change-Id: Ic4760647dadf057f81adbb246f9aa9eb11a05406 Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
2026-02-26gnu: Add wasi-compiler-rt.Roman Scherer
* gnu/packages/web.scm (wasi-compiler-rt): New variable. Change-Id: I047d1a70e0ba8fba41059cc1948408e0fd3c5077 Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
2026-02-26gnu: Add wasi-libc.Roman Scherer
* gnu/packages/web.scm (wasi-libc): New variable. Change-Id: Ic2ba47fb6c6c4d535837b1583f24469588261b37 Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
2026-02-26gnu: nginx: Enable ngx_http_dav module.Sören Tempel
This allows setting up a WebDAV server with nginx, see: <https://nginx.org/en/docs/http/ngx_http_dav_module.html>. * gnu/packages/web.scm (nginx)[arguments]<configure-flags>: Add "--with-http_dav_module" flag. Merges: https://codeberg.org/guix/guix/pulls/4575 Change-Id: Ia4e9dd6110ac3771487b8696b7ab2b5880ddbac2 Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
2026-02-25gnu: Add offpunk.Jonathan Frederickson
* gnu/packages/web.scm (offpunk): New variable. Merges: https://codeberg.org/guix/guix/pulls/6337 Change-Id: Id74bb3a73d02e3b1dd100ae3924afae1c5f8c687 Reviewed-by: Nguyễn Gia Phong <cnx@loang.net> Reviewed-by: Untrusem <mysticmoksh@riseup.net> Reviewed-by: Andreas Enge <andreas@enge.fr> Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
2026-02-25gnu: webhook: Update to 2.8.3.Sharlatan Hellseher
* gnu/packages/web.scm (webhook): Update to 2.8.3. [arguments] <install-source?>: No need for the final command. Change-Id: I0116cd68dfc52afcb483dbd7f97019a4d29edc87
2026-02-25gnu: webhook: Fix package style.Sharlatan Hellseher
* gnu/packages/web.scm (webhook): Fix package style. Change-Id: I76397d4d355c97a5cc78d806cd995ffdff466afe
2026-02-25gnu: binaryen: Update to 125.Roman Scherer
* gnu/packages/web.scm (binaryen): Update to 125. [arguments]: Add fix-gcc14-compatibility phase. Change-Id: I1c7cc4dcaa3638a26d81cde1da27b9ffde4a696e Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
2026-02-23gnu: miniflux: Update to 2.2.17.Rodion Goritskov
* gnu/packages/web.scm (miniflux): Update to 2.2.17. Change-Id: I4a0492abe1b62933f02d58a2f188da6b4b9ab5dc Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
2026-02-20gnu: Fix some spelling errors.Efraim Flashner
* gnu/packages/version-control.scm, gnu/packages/video.scm, gnu/packages/vim.scm, gnu/packages/virtualization.scm, gnu/packages/vpn.scm, gnu/packages/weather.scm, gnu/packages/web.scm, gnu/packages/wm.scm, gnu/packages/xdisorg.scm, gnu/packages/xiph.scm, gnu/packages/xorg.scm: Fix some spelling errors. Change-Id: I52a8739a9c3b7dc2bd2d603ac9268c662a3ea2c5
2026-02-19gnu: python-internetarchive: Update to 5.8.0.Foster Hangdaan
* gnu/packages/web.scm (python-internetarchive): Update to 5.8.0. Change-Id: I5b3768a1c44327823dafe024cff395e72346da1e Signed-off-by: Andreas Enge <andreas@enge.fr>
2026-02-17gnu: hubbub: Modernize input.Andreas Enge
* gnu/packages/web.scm (hubbub)[native-inputs]: Replace json-c-0.12 by json-c. Change-Id: Ib094c7033eb2d082d979d512f22579499355b991
2026-02-15gnu: Remove pin on go-1.23 by setting -vet=off in tests.Ethan Blanton
This is a follow up commit 87661cea77be67d7fdfcc607ee3a621d005e909c: "Pin some golang packages to use go-1.23" wich adds "-vet=off" to test args so that make check works with go 1.24+. * gnu/packages/authentication.scm: (oauth2l) * gnu/packages/bioinformatics.scm: (go-github-com-biogo-store) * gnu/packages/containers.scm: (dive) * gnu/packages/databases.scm: (go-github-com-cockroachdb-pebble) * gnu/packages/education.scm: (exercism) * gnu/packages/file-systems.scm: (fscrypt, gocryptfs) * gnu/packages/golang-check.scm: (go-github-com-cheekybits-is, go-github-com-coder-quartz, go-github-com-data-dog-go-sqlmock, go-github-com-google-gofuzz, go-github-com-matryer-is, go-github-com-onsi-ginkgo, go-github-com-onsi-ginkgo-v2, go-github-com-onsi-gomega, go-github-com-otiai10-mint, go-github-com-smarty-assertions, go-github-com-smarty-gunit, go-github-com-warpfork-go-testmark, go-sigs-k8s-io-randfill) * gnu/packages/golang-crypto.scm: (go-github-com-99designs-keyring, go-github-com-blanu-dust, go-github-com-chmduquesne-rollinghash) * gnu/packages/golang-maths.scm: (go-github-com-montanaflynn-stats, go-gonum-org-v1-gonum) * gnu/packages/golang-vcs.scm: (go-github-com-jiangxin-goconfig) * gnu/packages/golang-web.scm: (go-git-sr-ht-emersion-gqlclient, go-git-sr-ht-rockorager-go-jmap, go-github-com-apex-log, go-github-com-apex-log-bootstrap, go-github-com-cenkalti-backoff-v4, go-github-com-digitalocean-godo, go-github-com-donovanhide-eventsource, go-github-com-emersion-go-smtp, go-github-com-flosch-pongo2-v6, go-github-com-go-chi-chi-v5, go-github-com-go-jose-go-jose-v3, go-github-com-go-openapi-errors, go-github-com-go-openapi-runtime, go-github-com-go-openapi-validate, go-github-com-gobwas-httphead, go-github-com-goccy-go-json, go-github-com-gogo-protobuf, go-github-com-google-safehtml, go-github-com-jcmturner-gokrb5-v8, go-github-com-jhillyerd-enmime, go-github-com-jlaffaye-ftp, go-github-com-jmespath-go-jmespath, go-github-com-json-iterator-go, go-github-com-labbsr0x-goh, go-github-com-makeworld-the-better-one-go-gemini, go-github-com-ovn-kubernetes-libovsdb, go-github-com-pascaldekloe-goe, go-github-com-perimeterx-marshmallow, go-github-com-pion-stun, go-github-com-pion-stun-v2, go-github-com-pion-stun-v3, go-github-com-rcrowley-go-metrics, go-github-com-swaggo-swag, go-github-com-urfave-negroni, go-github-com-urfave-negroni-v3, go-github-com-xeipuuv-gojsonschema, go-maunium-net-go-mautrix) * gnu/packages/golang-xyz.scm: (go-github-com-d5-tengo-v2, go-github-com-godbus-dbus, go-github-com-hashicorp-hcl-v2, go-github-com-itchyny-go-flags, go-github-com-jedib0t-go-pretty-v6, go-github-com-jessevdk-go-flags, go-github-com-mattn-go-shellwords, go-github-com-moby-sys-mountinfo, go-github-com-nlpodyssey-spago, go-github-com-pingcap-errors, go-github-com-pmezard-go-difflib, go-github-com-russross-blackfriday-v2, go-go-mongodb-org-mongo-driver, go-go4-org, go-k8s-io-klog-v2, go-sigs-k8s-io-kustomize-kyaml, go-zgo-at-zstd) * gnu/packages/irc.scm: (soju) * gnu/packages/password-utils.scm: (aws-vault) * gnu/packages/text-editors.scm: (micro) * gnu/packages/version-control.scm: (hut) * gnu/packages/video.scm: (ytarchive) * gnu/packages/web-browsers.scm: (bombadillo) * gnu/packages/web.scm: (webhook) Change-Id: If7ffae01869404796467f8deed29a03e7a7020d7 Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
2026-02-14gnu: Add websocketpp-next to be compatible with Boost 1.87+.Steve George
* gnu/packages/web.scm (websocketpp-next): New variable. [source]: Add patch for Boost compatibility. Remove old cmake compatibility patch. * gnu/packages/patches/websocketpp-boost-compat.patch: New file. Change-Id: I333ff55e17ee9c490819fc9ee8fb5e81e57d54e4 Signed-off-by: Steve George <steve@futurile.net>
2026-02-13gnu: nginx-lua-module: Update to 0.10.29.Wilko Meyer
* gnu/packages/web.scm (nginx-lua-module): Update to 0.10.29. Fixes: guix/guix#6381 Change-Id: Id07e0a5f6daac05246f9e8249416deda64c8d82d Signed-off-by: Andreas Enge <andreas@enge.fr>
2026-02-10gnu: python-internetarchive: Update to 5.7.2.Foster Hangdaan
* gnu/packages/web.scm (python-internetarchive): Update to 5.7.2. Change-Id: Iaf9f3ed5d26224b6b0405c02a5a378af6c236f13 Reviewed-by: Nguyễn Gia Phong <cnx@loang.net> Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
2026-02-07gnu: Drop setting SETUPTOOLS_SCM_PRETEND_VERSION in some packages.Nicolas Graves
* gnu/packages/astronomy.scm (python-asdf-compression) (python-asdf-fits-schemas, python-cdflib, python-sunkit-spex): * gnu/packages/bioinformatics.scm (python-whatshap, python-mudata) (python-pyfaidx, python-ctxcore, scvelo): * gnu/packages/bootloaders.scm (dtc): * gnu/packages/check.scm (python-pytest-xdist, python-pytest-forked): * gnu/packages/databases.scm (python-fastparquet): * gnu/packages/disk.scm (greaseweazle-host-tools): * gnu/packages/docker.scm (python-docker): * gnu/packages/finance.scm (python-ledgerblue): * gnu/packages/fontutils.scm (python-compreffor) (python-defcon-bootstrap, nototools): * gnu/packages/games.scm (sc-controller): * gnu/packages/machine-learning.scm (python-botorch): * gnu/packages/music.scm (python-pylast): * gnu/packages/package-management.scm (conda): * gnu/packages/python-build.scm (python-exceptiongroup): * gnu/packages/python-science.scm (python-dask-image) (python-distributed, python-osqp): * gnu/packages/python-web.scm (python-branca, python-smart-open): * gnu/packages/python-xyz.scm (python-conda-content-trust) (python-menuinst, python-isort, python-pyclibrary) (python-pyclipper, python-csb43-0.10, python-orgparse) (python-deepmerge, python-scooby, python-uuid6): * gnu/packages/radio.scm (nanovna-saver): * gnu/packages/sphinx.scm (python-sphinx-autodoc-typehints): [arguments]: Remove phases setting SETUPTOOLS_SCM_PRETEND_VERSION. * gnu/packages/python-xyz.scm (python-bagit) [arguments]: Refactor manual 'check phase into #:test-flags. Change-Id: I0713d6603f982a7f956d02fc3b85a384f4dd6ce4 Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
2026-01-25gnu: python-internetarchive: Update to 5.7.1.Foster Hangdaan
* gnu/packages/web.scm (python-internetarchive): Update to 5.7.1. Change-Id: I23dd2f753873e73b848e55069ed8596b38f36faf Signed-off-by: Andreas Enge <andreas@enge.fr> Signed-off-by: Rutherther <rutherther@ditigal.xyz>
2026-01-25gnu: miniflux: Update to 2.2.16.Rodion Goritskov
* gnu/packages/web.scm (miniflux): Update to 2.2.16. [phases]{skip-real-domain-resolve-test}: New phase. Change-Id: I03fb37186b6e7debc0cf99d1f4752a0667f7a07d Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com> Signed-off-by: Rutherther <rutherther@ditigal.xyz>
2026-01-25gnu: sogogi: Update to 0.0.0-1.e6fd81c.Sören Tempel
* gnu/packages/web.scm (sogogi): Update to e6fd81c8d861bfa538372a6ff10b0cf8dfcb33f9 commit. [source]: Remove snippet to adjust go-scfg import path. Change-Id: I258684ea7cb86f964ebcadd767eb011629187258 Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com> Signed-off-by: Rutherther <rutherther@ditigal.xyz>
2026-01-25gnu: websockify: Update to 0.13.0.Sharlatan Hellseher
* gnu/packages/web.scm (websockify): Update to 0.13.0. [inputs]: Remove python-simplejson. [native-inputs]: Remove python-wheel. Change-Id: Iad153e094a7863e58f75ef58ecb1f9e61a56a112 Signed-off-by: Rutherther <rutherther@ditigal.xyz>
2026-01-24gnu: python-feedparser: Update to 6.0.12.jgart
* gnu/packages/web.scm (python-feedparser): Update to 6.0.12. [source]: Remove outdated patch. * gnu/packages/patches/python-feedparser-missing-import.patch: Delete it. * gnu/local.mk: Delete entry. Change-Id: I7bd5c8de4d186786e4279d8cfc3c08651b5ea382
2026-01-11gnu: httpd: Update to 2.4.66.Hartmut Goebel
* gnu/packages/web.scm (httpd): Update to 2.4.66. Change-Id: I3506ab86cbef4e38466ab2a7c730cdf4f1717267 Signed-off-by: Andreas Enge <andreas@enge.fr>
2025-12-31gnu: kiwix-desktop: Show icons.Noé Lopez
* gnu/packages/web.scm (kiwix-desktop)[inputs]: Add qtsvg. Closes: guix/guix#4787 Change-Id: Ic10b79dc38851d997e19162b76c8e10f67439964 Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
2025-12-28gnu: Add sogogi.Sören Tempel
* gnu/packages/web.scm (sogogi): New variable. Change-Id: If6a618a3344f3722103dd073305dd4c4b92ec69a Modified-by: Sharlatan Hellseher <sharlatanus@gmail.com> Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
2025-12-27gnu: anonip: Switch to pyproject.Nicolas Graves
* gnu/packages/web.scm (anonip): [build-system]: Switch to pyproject-build-system. [arguments]<#:phases>: Switch to <#:test-flags> instead. [native-inputs]: Add python-setuptools. Change-Id: Ie9d14f6d9d1e99bd4efb6591c8e2ec0e2d72de1a Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
2025-12-27gnu: buku: Update to 5.1.Nicolas Graves
* gnu/packages/web.scm (buku): Update to 5.1. [source]: Switch to git-fetch. [build-system]: Switch to pyproject-build-system. [arguments]<#:tests?>: Enable them. <#:test-flags>: Ignore failing tests. [native-inputs]: Add python-pyyaml, python-pytest, python-setuptools. Change-Id: I6c9d17dff6623de4255897bfa822ce885ccf1bab Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
2025-12-27gnu: python-feedparser: Switch to pyproject.Nicolas Graves
* gnu/packages/web.scm (python-feedparser): [build-system]: Switch to pyproject-build-system. [arguments]: Replace <#:phases> with <#:test-backend, #:test-flags>. [native-inputs]: Add python-setuptools. Change-Id: Iedcbcd06e4d8171f484e077b93ff0dcc24ddf066 Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
2025-12-27gnu: Add lexbor.Igorj Gorjaĉev
* gnu/packages/web.scm (lexbor): New variable. Closes guix/guix#4311 Change-Id: I11a4b5768e32980fe80516d0520209a4aa12f2d5 Reviewed-by: Cayetano Santos <csantosb@inventati.org> Signed-off-by: Cayetano Santos <csantosb@inventati.org>
2025-12-19gnu: awslogs: Update to 0.15.0.Sharlatan Hellseher
* gnu/packages/web.scm (awslogs): Update to 0.15.0. [build-system]: Switch to pyproject-build-system. [arguments]: Drop all. [native-inputs]: Add python-pytest and python-setuptools. [description]: Mention availability of the same functionality in official AWS CLI tool. Change-Id: I850ac706c40d731212143c608fec44afe0b0d300
2025-12-17gnu: python-py-ubjson: Switch to pyproject-build-system and enable tests.Vagrant Cascadian
Fixes build failure with missing tests. * gnu/packages/web.scm (python-py-ubjson): Use pyproject-build-system. [native-inputs]: Add python-setuptools, python-coverage and lcov. [source]: Use git-fetch. [phases]: Add 'avoid-git-clean. Replace 'check.
2025-12-04gnu: iter-vitae: Update to 0.5.1.Josep Bigorra
* gnu/packages/web.scm (iter-vitae): Update to 0.5.1. [arguments]<#:phases>{install-program-files}: Remove unnecessary mkdir-p. Adapt installed files. [description]: Update to mention correct tech. Change-Id: I2c34dfc60cc75b7fbffd050eb58b52d8a13561e1 Signed-off-by: Andreas Enge <andreas@enge.fr>
2025-12-03gnu: python-py-ubjson: Update to 0.16.1.Brendan Tildesley
* gnu/packages/web.scm (python-py-ubjson): Update to 0.16.1.
2025-12-03gnu: ikiwiki: Replace deprecated input.Andreas Enge
* gnu/packages/web.scm (ikiwiki)[native-inputs]: Remove bazaar; add breezy. Change-Id: Iebaaea0088bbfe60b101774fde6204e3effb1256
2025-12-03gnu: python-clf: Switch to pyproject.Nicolas Graves
* gnu/packages/web.scm (python-clf): [build-system]: Switch to pyproject-build-system. [arguments]: Relocate field, improve style. [propagated-inputs]: Remove python-nose, python-lxml, python-pyaml. [native-inputs]: Add python-pynose, python-setuptools. Change-Id: I975f1db21afbfa5af283a0f409e1d6b4259d3575 Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
2025-11-28gnu: jq: Update to 1.8.1.Greg Hogan
* gnu/packages/web.scm (jq): Update to 1.8.1. Change-Id: Ibf9379b609be1570e26d79bf4a93fbe9c8ed29d3
2025-11-28gnu: boost: Update to 1.89.0.Greg Hogan
* gnu/packages/boost.scm (boost-for-source-highlight): Rename this ... (boost-1.83): ... to this. (boost-numpy): Inherit from boost-1.83. * gnu/packages/pretty-print.scm (source-highlight): Update accordingly. * gnu/packages/boost.scm (boost): Update to 1.89.0. [source]: Remove patches. * gnu/packages/boost.scm (mdds) [propagated-inputs]: Replace boost with boost-1.83. * gnu/packages/astronomy.scm (aoflagger), * gnu/packages/embedded.scm (cc-tool), * gnu/packages/games.scm (0ad, vcmi), * gnu/packages/image.scm (gpick), * gnu/packages/maths.scm (highfive), * gnu/packages/plotutils.scm (asymptote) [native-inputs]: Replace boost with boost-1.83. * gnu/packages/audio.scm (guitarix, supercollider), * gnu/packages/bioconductor.scm (r-mzr), * gnu/packages/bioinformatics.scm (ataqv, bless, express, isolator, metabat, r-velocytom, rsem, sailfish, salmon), * gnu/packages/bittorrent.scm (libtorrent-rasterbar), * gnu/packages/code.scm (sourcetrail), * gnu/packages/compression.scm (innoextract), * gnu/packages/cpp.scm (lager), * gnu/packages/crypto.scm (cryfs), * gnu/packages/electronics.scm (nextpnr, prjpeppercorn, prjtrellis, pulseview), * gnu/packages/emulators.scm (mupen64plus-video-glide64mk2), * gnu/packages/engineering.scm (cadabra2, freecad, libigl, openscad, prusa-slicer), * gnu/packages/file-systems.scm (snapper), * gnu/packages/finance.scm (ledger), * gnu/packages/game-development.scm (dds), * gnu/packages/games.scm (colobot, fifengine, knightsgame, leela-zero, pokerth, supertux, wesnoth, wesnoth-server), * gnu/packages/geo.scm (gplates), * gnu/packages/gnucash.scm (gnucash), * gnu/packages/graph.scm (python-graph-tool), * gnu/packages/graphics.scma (openshadinglanguage), * gnu/packages/i2p.scm (i2pd), * gnu/packages/image-viewers.scm (luminance-hdr), * gnu/packages/kde-graphics.scm (krita), * gnu/packages/mail.scm (astroid), * gnu/packages/medical.scm (orthanc, orthanc-mysql, orthanc-postgresql), * gnu/packages/messaging.scm (libphonenumber), * gnu/packages/mpd.scm (ncmpcpp), * gnu/packages/networking.scm (kismet), * gnu/packages/opencog.scm (cogutil), * gnu/packages/photo.scm (hugin), * gnu/packages/poedit.scm (poedit), * gnu/packages/radio.scm (gnuradio), * gnu/packages/rdf.scm (lucene++), * gnu/packages/serialization.scm (avro-cpp), * gnu/packages/simulation.scm (fenics-dolfin), * gnu/packages/version-control.scm (gource), * gnu/packages/video.scm (aegisub, mkvtoolnix), * gnu/packages/web.scm (websocketpp) [inputs]: Replace boost with boost-1.83. * gnu/packages/libreoffice.scm (libcmis): Update to 0.6.2-00a85bf6. (librevenge): Update to 0.0.5. [arguments]<#:configure-flags>: Remove reference to boost system component for which the compatibility stub has been removed. * gnu/packages/serialization.scm (msgpack-cxx): Update to 7.0.0. Change-Id: I247f3eaecde3de3fe227586b840f0312b4797ee1
2025-11-28gnu: googletest: Update to 1.17.0.Aaron Covrig
* gnu/packages/check.scm (googletest): Update to 1.17.0 (googletest-1.12): Add variable. * gnu/packages/glib.scm (sdbus-c++) [native-inputs]: Replace googletest-1.17 with googletest. * gnu/packages/compression.scm (pzstd) [native-inputs, inputs]: Replace googletest with googletest-1.8. * gnu/packages/cpp.scm (c++-gsl), * gnu/packages/engineering.scm (cura-engine), * gnu/packages/password-utils.scm (pwsafe) [native-inputs]: Replace googletest with googletest-1.13. * gnu/packages/crypto.scm (crc32c), * gnu/packages/engineering.scm (lib3mf), * gnu/packages/fontutils.scm (opentype-sanitizer), * gnu/packages/games.scm (openclonk), * gnu/packages/gnome.scm (gnome-commander), * gnu/packages/machine-learning.scm (qnnpack), * gnu/packages/maths.scm (ruy), * gnu/packages/serialization.scm (libnop) [native-inputs]: Replace googletest with googletest-1.12. * gnu/packages/machine-learning.scm (fann), * gnu/packages/maths.scm (boolector), * gnu/packages/parallel.scm (clog), * gnu/packages/simulation.scm (sumo), * gnu/packages/telephony.scm (sipp) [native-inputs]: Replace googletest with googletest-1.8. * gnu/packages/parallel.scm (cpuinfo) [inputs]: Replace googletest with googletest-1.13. * gnu/packages/machine-learning.scm (nnpack, python-pytorch), * gnu/packages/parallel.scm (pthreadpool) [inputs]: Replace googletest with googletest-1.12. * gnu/packages/maths.scm (fp16, fxdiv), * gnu/packages/serialization.scm (yaml-cpp), * gnu/packages/web.scm (rapidjson) [inputs]: Replace googletest with googletest-1.8. Change-Id: I310fb6785d6e19bb8dbf56c25028587573981a0e
2025-11-25gnu: siege: Update to 4.1.7.luca
* gnu/packages/web.scm (siege): Update to 4.1.7. Closes: guix/guix#4462 Change-Id: I85be11b6965580bd041b2b34e882f8ae67807493 Signed-off-by: 宋文武 <iyzsong@member.fsf.org>