aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* gnu: emacs-eshell-git-prompt: Appease linter.Nicolas Goaziou2024-07-08
| | | | | | | | | * gnu/packages/emacs-xyz.scm (emacs-eshell-git-prompt)[source]<origin>: Use tag instead of raw commit hash. [synopsis]: Remove trailing dot to appease linter. [description]: Shorten long line. Change-Id: Ic24bc89ef54507fc723d3fa4c6f276ae78be279c
* gnu: emacs-jabber: Update to 0.8.92-1-e766d84.Thanos Apollo2024-07-08
| | | | | | | gnu/packages/emacs-xyz.scm (emacs-jabber): Update to a recent commit. Change-Id: I0a9b6bd32b6b6df6f46ad648cf3e165a4cbaa750 Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
* gnu: Add emacs-gnosis.Thanos Apollo2024-07-08
| | | | | | | * gnu/packages/emacs-xyz.scm (emacs-gnosis): New variable. Change-Id: I5757adf1b1b5f19f34fce60e487f4420e8785521 Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
* gnu: kubo: Unbundle more packaes.Artyom V. Poptsov2024-07-07
| | | | | | | | | | | | | | | | * gnu/packages/ipfs.scm (kubo): Unbundle more packages. [inputs]: Add go-github-com-facebookgo-atomicfile, go-github-com-ipfs-go-detect-race, go-github-com-ipfs-go-ipld-cbor, go-github-com-ipfs-go-ipld-git, go-github-com-tidwall-gjson. go-github-com-whyrusleeping-base32, go-github-com-whyrusleeping-cbor, go-github-com-whyrusleeping-chunker, go-github-com-whyrusleeping-go-keyspace, and go-github-com-whyrusleeping-multiaddr-filter. Remove go-github-com-ipfs-go-ipfs-util, go-gopkg-in-yaml-v3, and go-github-com-pkg-errors Change-Id: I8edd09e134dee725f1ecaf8f4296c74c4cc5f37c Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
* gnu: Add go-github-com-whyrusleeping-cbor.Sharlatan Hellseher2024-07-07
| | | | | | * gnu/packages/golang-web.scm (go-github-com-whyrusleeping-cbor): New variable. Change-Id: I6f411f6766178a754490864e5dc3a5fc826607dd
* gnu: Add go-github-com-whyrusleeping-base32.Sharlatan Hellseher2024-07-07
| | | | | | * gnu/packages/golang-xyz.scm (go-github-com-whyrusleeping-base32): New variable. Change-Id: Iad9afc6eb19ae76bd535f0513d5da488b34e6836
* gnu: Add go-github-com-whyrusleeping-go-keyspace.Sharlatan Hellseher2024-07-07
| | | | | | | * gnu/packages/golang-xyz.scm (go-github-com-whyrusleeping-go-keyspace): New variable. Change-Id: I089ffd2ad61a998958d64465c14cbfe941fc30e9
* gnu: Add go-github-com-whyrusleeping-chunker.Sharlatan Hellseher2024-07-07
| | | | | | * gnu/packages/golang-web.scm (go-github-com-whyrusleeping-chunker): New variable. Change-Id: Ib89feab1054e71a1bb603659c4e93c1d8256dc8f
* gnu: Add go-github-com-whyrusleeping-multiaddr-filter.Sharlatan Hellseher2024-07-07
| | | | | | * gnu/packages/golang-xyz.scm (go-github-com-whyrusleeping-multiaddr-filter): New variable. Change-Id: I4e1319bcb6bc6e0b922e72da31697460fbab8622
* gnu: Add go-github-com-ipfs-go-ipld-git.Sharlatan Hellseher2024-07-07
| | | | | | * gnu/packages/ipfs.scm (go-github-com-ipfs-go-ipld-git): New variable. Change-Id: I9f7e4c1f086294a6024da167ba89f8251e0357b6
* gnu: Add go-github-com-facebookgo-atomicfile.Sharlatan Hellseher2024-07-07
| | | | | | | * gnu/packages/golang-xyz.scm (go-github-com-facebookgo-atomicfile): New variable. Change-Id: Ib6c685b5fa2b42ef0fe057e24547c1244ed449a4
* gnu: Add go-github-com-ipfs-go-ipld-cbor.Artyom V. Poptsov2024-07-07
| | | | | | | * gnu/packages/ipfs.scm (go-github-com-ipfs-go-ipld-cbor): New variable. Change-Id: I1a85366eb558fe3043fe39d8aabd4bf14f98a32a Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
* gnu: Add go-github-com-whyrusleeping-cbor-gen.Artyom V. Poptsov2024-07-07
| | | | | | | * gnu/packages/ipfs.scm (go-github-com-whyrusleeping-cbor-gen): New variable. Change-Id: I7fc01ba570492a145bcea00f08e0ccb7cc0479af Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
* gnu: go-github-com-syndtr-goleveldb-leveldb: Rename variable.Sharlatan Hellseher2024-07-07
| | | | | | | | | | | | | * gnu/packages/golang-xyz.scm (go-github-com-syndtr-goleveldb-leveldb): Rename variable to go-github-com-syndtr-goleveldb to reflect go.mode name. [arguments]: <#:import-path>: Adjust it to reflect go.mode import path. <#:phases>: Delete 'build phase; use custom 'check phase. * gnu/packages/ipfs.scm (kubo) [inputs]: Remove go-github-com-syndtr-goleveldb-leveldb. Add go-github-com-syndtr-goleveldb * gnu/packages/mail.scm: Likewise. Change-Id: I84c6a2b398adc7230494847215ccbd1cde73afc9
* gnu: go-github-com-goccy-go-yaml: Enable all tests.Sharlatan Hellseher2024-07-07
| | | | | | | * gnu/packages/golang-xyz.scm (go-github-com-goccy-go-yaml) [arguments]: <#:phases>: Use customer 'check phase. Change-Id: Idb607eef3cb09cfa3694a25d0acf8bfa0be22bcc
* gnu: go-github-com-goccy-go-yaml: Move to golang-xyz.Sharlatan Hellseher2024-07-07
| | | | | | | * gnu/packages/golang.scm (go-github-com-goccy-go-yaml): Move from here ... * gnu/packages/golang-xyz.scm: ... to here. Change-Id: I44dc5b01079c6486c31f440c8a1f506a419a0f38
* gnu: go-github-com-goccy-yaml: Rename variable.Sharlatan Hellseher2024-07-07
| | | | | | | | | | | | gnu/packages/golang-xyz.scm (go-github-com-goccy-yaml): Rename variable to go-github-com-goccy-go-yaml to reflect go.mode name. gnu/packages/golang.scm (go-github-com-songmu-gitconfig) [propagated-inputs]: Remove go-github-com-goccy-yaml. Add go-github-com-goccy-go-yaml. gnu/packages/web.scm (go-github-com-mikefarah-yq-v4) [propagated-inputs]: Likewise. Change-Id: Id8663c08cb75974eb9e881bb7e22623ed463ffa5
* gnu: Add go-chroma.Sharlatan Hellseher2024-07-07
| | | | | | * gnu/packages/golang-xyz.scm (go-chroma): New variable. Change-Id: Idb13913bc51ac37fb9fa8ce315aebdc014e53b10
* gnu: Add go-github-com-alecthomas-kong.Sharlatan Hellseher2024-07-07
| | | | | | * gnu/packages/golang-xyz.scm (go-github-com-alecthomas-kong): New variable. Change-Id: I92218bd2cf6c186e63812dd83655686bb7a7f97a
* gnu: go-github-com-alecthomas-colour: Move to golang-xyz.Sharlatan Hellseher2024-07-07
| | | | | | | | * gnu/packages/golang.scm (go-github-com-alecthomas-colour): Move from here ... * gnu/packages/golang-xyz.scm: ... to here. Change-Id: I8cbe20aede41417cb6769011385d3986df714cd2
* gnu: go-github-com-alecthomas-repr: Move to golang-xyz.Sharlatan Hellseher2024-07-07
| | | | | | | | * gnu/packages/golang.scm (go-github-com-alecthomas-repr): Move from here ... * gnu/packages/golang-xyz.scm: ... to here. Change-Id: I0cc0ea79264d2365e1e1bf910720c956c527c23f
* gnu: go-github-com-alecthomas-repr: Update to 0.4.0.Sharlatan Hellseher2024-07-07
| | | | | | * gnu/packages/golang.scm (go-github-com-alecthomas-repr): Update to 0.4.0. Change-Id: I7dd2d9d777bf8d6db6aaf76b13b2b7f9dfa5ad66
* gnu: go-github-com-alecthomas-assert-v2: Update to 2.10.0.Sharlatan Hellseher2024-07-07
| | | | | | * gnu/packages/golang-check.scm (go-github-com-alecthomas-assert-v2): Update to 2.10.0. Change-Id: I61bf0c639efb2304896f03756725f9c98d212060
* gnu: go-github-com-alecthomas-chroma-v2: Enable all tests.Sharlatan Hellseher2024-07-07
| | | | | | | | * gnu/packages/golang-xyz.scm (go-github-com-alecthomas-chroma-v2) [arguments]: <#:go>: Use go-1.19. <#:phases>: Add 'remove-failing-tetdata-and-cmd-files. Use custom 'check phase. Change-Id: I76a8fcc8089f55e6645762c49c61219520147281
* gnu: go-github-com-alecthomas-chroma-v2: Update to 2.14.0.Sharlatan Hellseher2024-07-07
| | | | | | * gnu/packages/golang-xyz.scm (go-github-com-alecthomas-chroma-v2): Update to 2.14.0. Change-Id: I903f156c93485ebb2f46e6622d817cbf894e34ce
* gnu: python-pdfminer-six: Update to 20231228.Felix Gruber2024-07-07
| | | | | | | | | | | | * gnu/packages/python-xyz.scm (python-pdfminer-six): Update to 20231228. [build-system]: Use pyproject-build-system. [arguments]: Convert to gexp and remove custom 'check phase. [propagated-inputs]: Remove python-chardet and python-sortedcontainers. Add python-charset-normalizer. [native-inputs]: Remove python-nose and python-tox. Add python-pytest. Change-Id: I9913385a681b32afde930e32e7379db91357177b Signed-off-by: Andreas Enge <andreas@enge.fr>
* gnu: Add wf-config.Wamm K. D2024-07-07
| | | | | | | * gnu/packages/wm.scm (wf-config): New variable. Change-Id: Ie95333b92a8acb5f8b4f8e085e5ab35087bdc105 Signed-off-by: Andreas Enge <andreas@enge.fr>
* gnu: gmic: Update source hash.Zheng Junjie2024-07-07
| | | | | | | | Fixes: https://issues.guix.gnu.org/71970 * gnu/packages/image-processing.scm (gmic): Update source hash. Change-Id: Id7ad742086139263d5677339f1c7b91de350a3f2
* gnu: Add font-paytone-one.Luis Felipe2024-07-07
| | | | | | | * gnu/packages/fonts.scm (font-paytone-one): New variable. Change-Id: I0c1faf60855fbd10f2b4dd54026cfbabfa281441 Signed-off-by: Zheng Junjie <zhengjunjie@iscas.ac.cn>
* gnu: libunibreak: Update to 6.1.Zheng Junjie2024-07-07
| | | | | | | | * gnu/packages/unicode.scm (libunibreak): Update to 6.1. [arguments]<#:phases>: Comment it out. Change-Id: I1ccf8085a7d1be8263965e750ebf7adc5a83b618 Signed-off-by: Zheng Junjie <zhengjunjie@iscas.ac.cn>
* gnu: Add emacs-eshell-git-prompt.Thanos Apollo2024-07-07
| | | | | | | gnu/packages/emacs-xyz.scm (emacs-eshell-git-prompt): New variable. Change-Id: If3e7f918708d9b57295b368f5d7c5fc7b18d73cf Signed-off-by: Liliana Marie Prikler <liliana.prikler@gmail.com>
* gnu: emacs-next: Update to 30.0.60-1.4e22ef8.Liliana Marie Prikler2024-07-07
| | | | | | | | * gnu/packages/aux-files/emacs/comp-integrity-next.el: New file. * Makefile.am (AUX_FILES): Register it here. * gnu/packages/emacs.scm (emacs-next-minimal): Update to 30.0.60-1.4e22ef8. (emacs->emacs-next)[arguments]: Swap out ‘validate-comp-integrity’ phase, so as to refer to the new integrity check.
* gnu: komikku: Update to 1.46.0.Liliana Marie Prikler2024-07-07
| | | | | | | | * gnu/packages/gnome.scm (komikku): Update to 1.46.0. [source]: Use “https://codeberg.org” for the URL. [home-page]: Use “https://apps.gnome.org/Komikku”. [#:phases]<python-and-gi-wrap>: Also wrap GDK_PIXBUF_MODULE_FILE. [inputs]: Add webp-pixbuf-loader.
* gnu: webp-pixbuf-loader: Update to 0.2.4.Liliana Marie Prikler2024-07-07
| | | | * gnu/packages/gtk.scm (webp-pixbuf-loader): Update to 0.2.4.
* gnu: libadwaita: Update to 1.5.2.Liliana Marie Prikler2024-07-07
| | | | * gnu/packages/gnome.scm (libadwaita): Update to 1.5.2.
* gnu: clasp: Prevent ID clashes in dependent packages.Liliana Marie Prikler2024-07-07
| | | | | | | | | | | | | | | | Clasp uses an interesting CRTP pattern to insert statically (i.e. compile-time) generated numeric IDs into global fields. However, these templates are instantiated once per shared library---thus, whenever a library is linked, new IDs are generated, and the original intent (safely type-casting objects across libraries) is lost. To help the linker out, we make sure that these IDs are only instantiated in clasp and not when building other libraries. * gnu/packages/patches/clasp-hide-event-ids.patch: New file. * gnu/local.mk (dist_patch_DATA): Register it here. * gnu/packages/clasp.scm (source)[patches]: Add it here. (clingo)[#:phases]: Drop ‘skip-failing-tests’. (python-clorm)[#:phases]<fix-breaking-tests>: Adjust accordingly. (python-clintest): Drop arguments.
* doc: Update note on Emacs packages.Liliana Marie Prikler2024-07-07
| | | | | * doc/guix.texi ("Emacs packages"): Expand note to talk about differences between native compilation upstream and as used in Guix.
* gnu: weechat: Update to 4.3.4.Ashish SHUKLA2024-07-06
| | | | | | | * gnu/packages/irc.scm (weechat) : Update to 4.3.4. Change-Id: I506928ee0cdf7a349b8609b29c28060bf5661fe9 Signed-off-by: Vinicius Monego <monego@posteo.net>
* gnu: primesieve: Update to 12.3.Vinicius Monego2024-07-06
| | | | | | * gnu/packages/maths.scm (primesieve): Update to 12.3. Change-Id: Ie98e370f2467fd9e9c24e6bfb99b809011ee104a
* gnu: cminpack: Update to 1.3.9.Vinicius Monego2024-07-06
| | | | | | * gnu/packages/maths.scm (cminpack): Update to 1.3.9. Change-Id: I2b4039c4e8c313204f96773b1d0dd072dfca5d41
* gnu: python-emcee: Update to 3.1.6.Vinicius Monego2024-07-06
| | | | | | * gnu/packages/statistics.scm (python-emcee): Update to 3.1.6. Change-Id: I49f5d8247e2674170a677ff08bf62e82735bc74f
* gnu: xonsh: Improve package style.Vinicius Monego2024-07-06
| | | | | | | * gnu/packages/shells.scm (xonsh)[source](snippet): Remove trailing #t. [arguments]<#:phases>: Use #$output rather than the outputs alist. Change-Id: I30c1b1d8e64ba6bbce61e47cbfec91de3d3df7ae
* gnu: xonsh: Enable tests.Vinicius Monego2024-07-06
| | | | | | | | | | * gnu/packages/shells.scm (xonsh)[arguments]: Remove #:tests?. Skip failing tests in #:test-flags?. Add phase 'writable-home before 'check. [native-inputs]: Add git-minimal, python-pyte, python-pytest, python-pytest-mock, python-pytest-rerunfailures, python-pytest-subprocess, python-pytest-timeout, python-requests. Change-Id: Iba35db554b1536246efbd101d9d588f7007fb885
* gnu: xonsh: Move to pyproject-build-system.Vinicius Monego2024-07-06
| | | | | | | * gnu/packages/shells.scm (xonsh)[build-system]: Move to pyproject-build-system. Change-Id: I033a05b2eb94f15510ff7c3753768aec013dd11a
* gnu: xonsh: Update to 0.17.0.Vinicius Monego2024-07-06
| | | | | | | * gnu/packages/shells.scm (xonsh): Update to 0.17.0. [source](snippet): Update substitution. Change-Id: I62d31200f8636e6db9de5d697e711e5b70fcfa9d
* gnu: python-arviz: Update to 0.18.0.Vinicius Monego2024-07-06
| | | | | | | * gnu/packages/statistics.scm (python-arviz): Update to 0.18.0. [propagated-inputs]: Add python-dm-tree. Change-Id: Ia4714db0ea1ae5097afe875537c162f2cc3ad3fc
* gnu: zeal: Update to 0.7.1.Felix Gruber2024-07-06
| | | | | | | | | * gnu/packages/documentation.scm (zeal): Update to 0.7.1. [arguments]: Convert to gexp. [inputs]: Use new label-less style. Change-Id: I9d2851ee303f2e8ebed80b4a1e463aa290bea111 Signed-off-by: Andreas Enge <andreas@enge.fr>
* import: github: Honor upstream-name property.Dariqq2024-07-06
| | | | | | | | * guix/import/github.scm (import-release): Use package-upstream-name instead of package-name. Change-Id: I9a4999a01156ce02584270837ceab70996b49106 Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
* gnu: mes: Update to 0.27.Janneke Nieuwenhuizen2024-07-06
| | | | | | * gnu/packages/mes.scm (mes): Update to 0.27. Change-Id: Idf5214fa18fda5c862d9ae0d2a7a3b610e2d9cac
* gnu: blender: Update to 3.6.13.Vinicius Monego2024-07-06
| | | | | | * gnu/packages/graphics.scm (blender): Update to 3.6.13. Change-Id: Id18c3bc36cae18f54b116fa1ac3ff3e67b78f604