summaryrefslogtreecommitdiff
path: root/gnu/packages
AgeCommit message (Collapse)AuthorFilesLines
19 hoursgnu: trealla: Update to 3.9.24.HEADmasterjgart1-2/+2
* gnu/packages/prolog.scm (trealla): Update to 3.9.24. Change-Id: I151fe9151dedc918a8f66c2486ff7ee078894623
20 hoursgnu: mumps: Update to 5.9.1.MARAIT Gilles1-2/+2
* gnu/packages/maths.scm (mumps): Update to 5.9.1. Signed-off-by: Ludovic Courtès <ludo@gnu.org> Merges: #10857
23 hoursgnu: libexpected: Update to 1.3.1.Gábor Udvari1-2/+2
* gnu/packages/cpp.scm (libexpected): Update to 1.3.1. Merges: https://codeberg.org/guix/guix/pulls/10982 Signed-off-by: Nguyễn Gia Phong <cnx@loang.net>
30 hoursgnu: cambalache: Relocate to (gnu packages gnome-xyz).Maxim Cournoyer2-113/+118
* gnu/packages/gnome.scm (cambalache): Add deprecated symbol here, and relocate to... * gnu/packages/gnome-xyz.scm (cambalache): ... here.
30 hoursgnu: libfyaml: Fix build on 32bit architectures.gnome-teamMaxim Cournoyer2-1/+38
* gnu/packages/patches/libfyaml-vlsize-32bit-fixes.patch: New file. * gnu/packages/serialization.scm (libfyaml) [source]: Apply patch. * gnu/local.mk (dist_patch_DATA): Register it.
31 hoursgnu: snakemake: Improve dependents bootstrap.Nicolas Graves1-7/+17
* gnu/packages/python-science.scm (python-snakemake-interface-logger-plugins-bootstrap): Add package. (python-snakemake-logger-plugin-rich-bootstrap): Likewise. (python-snakemake-interface-logger-plugins)[native-inputs]: Replace python-snakemake-logger-plugin-rich by python-snakemake-logger-plugin-rich-bootstrap. (python-snakemake-logger-plugin-rich)[propagated-inputs]: Replace python-snakemake-interface-logger-plugins-bootstrap by python-snakemake-interface-logger-plugins. [native-inputs]: Remove unused python-pytest. Merges: guix/guix!10625 Reviewed-by: Hugo Buddelmeijer <hugo@buddelmeijer.nl> Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
31 hoursgnu: snakemake: Update to 9.25.1.Nicolas Graves1-33/+34
* gnu/packages/python-science.scm (snakemake): Update to 9.25.1. [source]: Switch to git-fetch. [arguments]{test-flags}: Refresh them. {phases}: Add phase 'relax-requirements, drop phase 'call-wrapper-not-wrapped-snakemake, which was not effective for some time already. [propagated-inputs]: Add python-snakemake-interface-logger-plugins, python-snakemake-interface-scheduler-plugins, python-snakemake-interface-software-deployment-plugins, python-sqlmodel. [native-inputs]: Add python-pytest, python-setuptools-scm, python-snakemake-interface-software-deployment-plugin-container, spython-snakemake-interface-logger-plugin-envmodules. Relates-to: guix/guix!10625 Reviewed-by: Hugo Buddelmeijer <hugo@buddelmeijer.nl> Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
31 hoursgnu: Add python-snakemake-storage-plugin-http.Nicolas Graves1-0/+33
* gnu/packages/python-science.scm (python-snakemake-storage-plugin-http): New variable. Relates-to: guix/guix!10625 Reviewed-by: Hugo Buddelmeijer <hugo@buddelmeijer.nl> Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
31 hoursgnu: Add python-snakemake-software-deployment-plugin-envmodules-bootstrap.Nicolas Graves1-0/+14
* gnu/packages/python-science.scm (python-snakemake-software-deployment-plugin-envmodules-bootstrap): New variable. Relates-to: guix/guix!10625 Reviewed-by: Hugo Buddelmeijer <hugo@buddelmeijer.nl> Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
31 hoursgnu: Add python-snakemake-software-deployment-plugin-envmodules.Nicolas Graves1-0/+31
* gnu/packages/python-science.scm (python-snakemake-software-deployment-plugin-envmodules): New variable. Relates-to: guix/guix!10625 Reviewed-by: Hugo Buddelmeijer <hugo@buddelmeijer.nl> Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
31 hoursgnu: Add python-snakemake-software-deployment-plugin-container.Nicolas Graves1-0/+32
* gnu/packages/python-science.scm (python-snakemake-software-deployment-plugin-container): New variable. Relates-to: guix/guix!10625 Reviewed-by: Hugo Buddelmeijer <hugo@buddelmeijer.nl> Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
31 hoursgnu: Add python-snakemake-logger-plugin-rich.Nicolas Graves1-0/+36
* gnu/packages/python-science.scm (python-snakemake-logger-plugin-rich): New variable. Relates-to: guix/guix!10625 Reviewed-by: Hugo Buddelmeijer <hugo@buddelmeijer.nl> Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
31 hoursgnu: python-snakemake-interface-storage-plugins: Update to 4.4.1.Nicolas Graves1-7/+11
* gnu/packages/python-science.scm (python-snakemake-interface-storage-plugins): Update to 4.4.1. [propagated-inputs]: Refresh them, add python-humanfriendly, remove python-reretry. Relates-to: guix/guix!10625 Reviewed-by: Hugo Buddelmeijer <hugo@buddelmeijer.nl> Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
31 hoursgnu: Add python-snakemake-interface-scheduler-plugins.Nicolas Graves1-0/+32
* gnu/packages/python-science.scm (python-snakemake-interface-scheduler-plugins): New variable. Relates-to: guix/guix!10625 Reviewed-by: Hugo Buddelmeijer <hugo@buddelmeijer.nl> Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
31 hoursgnu: python-snakemake-interface-software-deployment-plugins: Update to 0.18.6.Nicolas Graves1-12/+10
* gnu/packages/python-science.scm (python-snakemake-interface-software-deployment-plugins): Update to 0.18.6. [arguments]{phases}: Replace them with {test-flags}. [native-inputs]: Add python-hatchling, python-pytest, python-snakemake-software-deployment-plugin-envmodules-bootstrap. Relates-to: guix/guix!10625 Reviewed-by: Hugo Buddelmeijer <hugo@buddelmeijer.nl> Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
31 hoursgnu: Add python-snakemake-interface-logger-plugins.Nicolas Graves1-0/+31
* gnu/packages/python-science.scm (python-snakemake-interface-logger-plugins): New variable. Relates-to: guix/guix!10625 Reviewed-by: Hugo Buddelmeijer <hugo@buddelmeijer.nl> Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
31 hoursgnu: python-snakemake-interface-report-plugins: Update to 1.3.0.Nicolas Graves1-12/+8
* gnu/packages/python-science.scm (python-snakemake-interface-report-plugins): Update to 1.3.0. [arguments]{phases}: Replace them with {test-backend, test-flags}. [propagated-inputs]: Remove python-pytest. Relates-to: guix/guix!10625 Reviewed-by: Hugo Buddelmeijer <hugo@buddelmeijer.nl> Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
31 hoursgnu: python-snakemake-interface-executor-plugins: Update to 9.4.0.Nicolas Graves1-14/+8
* gnu/packages/python-science.scm (python-snakemake-interface-executor-plugins): Update to 9.4.0. [arguments]{phases}: Replace them with {test-backend, test-flags}. [propagated-inputs]: Remove python-argparse-dataclass, python-throttler. Relates-to: guix/guix!10625 Reviewed-by: Hugo Buddelmeijer <hugo@buddelmeijer.nl> Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
31 hoursgnu: python-snakemake-interface-common: Update to 1.23.0-0.d585b5c.Nicolas Graves1-12/+19
* gnu/packages/python-science.scm (python-snakemake-interface-common): Update to 1.23.0-0.d585b5c. [arguments]{phases}: Replace them with {test-backend, test-flags}. [propagated-inputs]: Add python-packaging. [native-inputs]: Replace python-poetry-core by python-setuptools. Relates-to: guix/guix!10625 Reviewed-by: Hugo Buddelmeijer <hugo@buddelmeijer.nl> Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
31 hoursgnu: Add python-sqlmodel.Nicolas Graves1-0/+38
* gnu/packages/databases.scm (python-sqlmodel): New variable. Relates-to: guix/guix!10625 Reviewed-by: Hugo Buddelmeijer <hugo@buddelmeijer.nl> Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
31 hoursgnu: Add python-udocker.Nicolas Graves1-0/+24
* gnu/packages/docker.scm (python-udocker): New variable. Relates-to: guix/guix!10625 Reviewed-by: Hugo Buddelmeijer <hugo@buddelmeijer.nl> Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
31 hoursgnu: python-tenacity: Update to 9.1.4.Nicolas Graves1-4/+3
* gnu/packages/python-xyz.scm (python-tenacity): Update to 9.1.4. [native-inputs]: Drop python-wheel. Relates-to: guix/guix!10625 Reviewed-by: Hugo Buddelmeijer <hugo@buddelmeijer.nl> Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
31 hoursgnu: Add python-cirq-google.Spencer King1-0/+30
* gnu/packages/quantum.scm: (python-cirq-google): New variable. Merges: guix/guix!10789 Reviewed-by: Hugo Buddelmeijer <hugo@buddelmeijer.nl> Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
31 hoursgnu: Add python-typedunits.Spencer King1-0/+39
* gnu/packages/python-science.scm (python-typedunits): New variable. Relates-to: guix/guix!10789 Reviewed-by: Hugo Buddelmeijer <hugo@buddelmeijer.nl> Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
31 hoursgnu: Fix missing newlines.Orahcio Felício de Sousa2-0/+2
* gnu/packages/algebra.scm: Add newline above fftw. * gnu/packages/databases.scm: Add newline above sqlitebrowser. Merges: guix/guix!10973 Modified-by: Sharlatan Hellseher <sharlatanus@gmail.com> Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
31 hoursgnu: go-github-com-grpc-ecosystem-go-grpc-middleware-v2: Update to 2.3.4.Sharlatan Hellseher1-11/+12
* gnu/packages/golang-web.scm (go-github-com-grpc-ecosystem-go-grpc-middleware-v2): Update to 2.3.4. [arguments] <#:tests?>: Run tests. [propagated-inputs]: Add go-golang-org-x-net, go-golang-org-x-oauth2, go-google-golang-org-grpc, and go-google-golang-org-protobuf. [native-inputs]: Add go-buf-build-gen-go-bufbuild-protovalidate-protocolbuffers-go, go-buf-build-go-protovalidate, and go-github-com-stretchr-testify.
31 hoursgnu: Add anubis-ai-firewall.Sharlatan Hellseher2-0/+170
* gnu/packages/web.scm (anubis-ai-firewall): New variable. * gnu/packages/patches/anubis-use-the-browser-native-web-crypto-api.patch: New file. * gnu/local.mk (dist_patch_DATA): Register patches. Relates-to: guix/guix!2572
31 hoursgnu: Add node-preact.Sharlatan Hellseher1-0/+60
* gnu/packages/node-xyz.scm (node-preact): New variable. Relates-to: guix/guix!2572
31 hoursgnu: Add go-github-com-fahedouch-go-logrotate.Sharlatan Hellseher1-0/+28
* gnu/packages/golang-xyz.scm (go-github-com-fahedouch-go-logrotate): New variable. Relates-to: guix/guix!2572
31 hoursgnu: Add go-github-com-nikandfor-spintax.Sharlatan Hellseher1-0/+27
* gnu/packages/golang-xyz.scm (go-github-com-nikandfor-spintax): New variable. Relates-to: guix/guix!2572
31 hoursgnu: Add go-buf-build-go-protovalidate.Sharlatan Hellseher1-0/+35
* gnu/packages/golang-web.scm (go-buf-build-go-protovalidate): New variable. Relates-to: guix/guix!2572
31 hoursgnu: Add go-github-com-techarohq-thoth-proto.Sharlatan Hellseher1-0/+30
* gnu/packages/golang-web.scm (go-github-com-techarohq-thoth-proto): New variable. Relates-to: guix/guix!2572
31 hoursgnu: Add go-buf-build-gen-go-bufbuild-protovalidate-protocolbuffers-go.Sharlatan Hellseher1-1/+50
* gnu/packages/golang-build.scm (go-buf-build-gen-go-bufbuild-protovalidate-protocolbuffers-go): New variable. Relates-to: guix/guix!2572
32 hoursgnu: Add go-github-com-sagernet-sing-shadowsocks.Evgeny Pisemsky1-0/+28
* gnu/packages/golang-web.scm (go-github-com-sagernet-sing-shadowsocks): New variable. Relates-to: guix/guix!10749 Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
32 hoursgnu: Add go-github-com-sagernet-sing.Evgeny Pisemsky1-0/+29
* gnu/packages/golang-web.scm (go-github-com-sagernet-sing): New variable. Relates-to: guix/guix!10749 Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
32 hoursgnu: Add go-h12-io-socks.Evgeny Pisemsky1-0/+30
* gnu/packages/golang-web.scm (go-h12-io-socks): New variable. Relates-to: guix/guix!10749 Modified-by: Sharlatan Hellseher <sharlatanus@gmail.com> Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
32 hoursgnu: Add go-github-com-h12w-go-socks5.Evgeny Pisemsky1-0/+27
* gnu/packages/golang-web.scm (go-github-com-h12w-go-socks5): New variable. Relates-to: guix/guix!10749 Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
32 hoursgnu: Add go-github-com-hmdsefi-gograph.Orahcio Felício de Sousa1-0/+26
* gnu/packages/golang-maths.scm (go-github-com-hmdsefi-gograph): New variable. Merge: guix/guix!10860 Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
32 hoursgnu: go-github-com-zmap-zcrypto: Update to 0.0.0-0.0452b53.Sharlatan Hellseher1-3/+9
* gnu/packages/golang-crypto.scm (go-github-com-zmap-zcrypto): Update to 0452b53f6c1b1fb5516ff7e3e22055931966ab9a commit. [arguments] <#:go>: Use go-1.26.
32 hoursgnu: go-github-com-zmap-zlint-v3: Update to 3.7.1.Sharlatan Hellseher1-2/+2
* gnu/packages/golang-crypto.scm (go-github-com-zmap-zlint-v3): Update to 3.7.1.
32 hoursgnu: packages/golang-web: Sort variables.Sharlatan Hellseher1-587/+589
* gnu/packages/golang-web.scm: (go-cloud-google-com-go-kms, go-github-com-aws-aws-sdk-go-v2-service-iam, go-github-com-google-trillian, go-github-com-grpc-ecosystem-go-grpc-middleware-v2, go-github-com-insomniacslk-dhcp, go-github-com-shurcool-githubv4,, go-github-com-shurcool-graphql, go-github-com-shurcool-httpfs, go-github-com-shurcool-httpgzip, go-github-com-shurcool-vfsgen, go-github-com-sigstore-fulcio, go-github-com-sigstore-sigstore, and go-xorm-io-builder): Sort variables alphabetically.
33 hoursgnu: age: Update to 1.3.2.luca1-2/+2
* gnu/packages/golang-crypto.scm (go-filippo-io-age): Update to 1.3.2. Merges: guix/guix!10937 Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
35 hoursgnu: ruby-oauth2: Update to 2.0.12.Sharlatan Hellseher1-47/+11
* gnu/packages/ruby-xyz.scm (ruby-oauth2): Update to 2.0.12. [arguments]: Drop all. [propagated-inputs]: Add ruby-hashie.
35 hoursgnu: ruby-snaky-hash: Update to 2.0.3.Sharlatan Hellseher1-32/+15
* gnu/packages/ruby-xyz.scm (ruby-snaky-hash): Update to 2.0.3. [arguments]: Drop all. [native-inputs]: Add ruby-backports and ruby-rspec-pending-for.
35 hoursgnu: ruby-jwt: Update to 3.2.0 fixing build.Sharlatan Hellseher1-3/+6
* gnu/packages/ruby-xyz.scm (ruby-jwt): Update to 3.2.0. [native-inputs]: Add ruby-rubocop. Fixes: guix/guix#10967
35 hoursgnu: python-astropy-iers-data: Update to 0.2026.8.31.0.57.9.Sharlatan Hellseher1-2/+2
* gnu/packages/astronomy.scm (python-astropy-iers-data): Update to 0.2026.8.31.0.57.9.
35 hoursgnu: python-romancal: Update to 1.1.0.Sharlatan Hellseher1-5/+11
* gnu/packages/astronomy.scm (python-romancal): Update to 1.1.0. [propagated-inputs]: Replace python-astropy-7 with python-astropy. [phases]{relax-requirements}: New phase. Merges: guix/guix!10702
35 hoursgnu: celestia-content: Update to 0.0.0-10.94ae767.Sharlatan Hellseher1-3/+3
* gnu/packages/astronomy.scm (celestia-content): Update to 94ae7673d7dd615acc3dbc483f2a7304099b2ad8 commit. Relates-to: guix/guix!10702
35 hoursgnu: spot-nik: Update to 1.5.1.Sharlatan Hellseher1-5/+3
* gnu/packages/astronomy.scm (spot-nik): Update to 1.5.1. [native-inputs]: Remove python-pytest and python-setuptools. Relates-to: guix/guix!10702
35 hoursgnu: python-zodipy: Update to 1.1.5.Sharlatan Hellseher1-2/+2
* gnu/packages/astronomy.scm (python-zodipy): Update to 1.1.5. Relates-to: guix/guix!10702