summaryrefslogtreecommitdiff
path: root/gnu/packages/guile-xyz.scm
AgeCommit message (Collapse)Author
2024-04-19Merge remote-tracking branch 'savannah/master' into core-updatesChristopher Baines
Change-Id: I4f15bcb3e575062c4dd3b6c07a48470300413f24 Conflicts: gnu/local.mk gnu/packages/bioinformatics.scm gnu/packages/dictionaries.scm gnu/packages/display-managers.scm gnu/packages/engineering.scm gnu/packages/geo.scm gnu/packages/gl.scm gnu/packages/glib.scm gnu/packages/gnome-xyz.scm gnu/packages/gnome.scm gnu/packages/gtk.scm gnu/packages/image-processing.scm gnu/packages/linux.scm gnu/packages/mail.scm gnu/packages/patches/eudev-rules-directory.patch gnu/packages/plotutils.scm gnu/packages/sdl.scm gnu/packages/syndication.scm
2024-04-17gnu: Add guile-rsv.Yuval Langer
* gnu/packages/guile-xyz.scm (guile-rsv): New variable. Co-authored-by: Ludovic Courtès <ludo@gnu.org> Change-Id: Idede9ef290db92c95ea29f8ad35c9e3a9cdbfa62
2024-04-09gnu: guile-hoot: Update to 0.4.0.David Thompson
* gnu/packages/guile-xyz.scm (guile-hoot): Update to 0.4.0. Change-Id: I1f1505bc913191578be3d5e0d2fb0c7d7c574b2c
2024-04-04gnu: Add guile-gsl.Artyom Bologov
* gnu/packages/guile-xyz.scm (guile-gsl): New variable. Co-autherd-by: Artyom V. Poptsov <poptsov.artyom@gmail.com> Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com> Change-Id: Iaa152d3ab2088425519c13bafe2cbbc9098c1afa
2024-04-04gnu: guile-png: Update to 0.7.3.Artyom V. Poptsov
* gnu/packages/guile-xyz.scm (guile-png): Update to 0.7.3. Reviewed-by: Munyoki Kilyungi <me@bonfacemunyoki.com> Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com> Change-Id: I3e88a5d19f7f07b4daeac7b3a06fc2099cd35c44
2024-04-04gnu: guile-lmdb: Update to 0.0.1-1.ea9aa1d.Artyom V. Poptsov
* gnu/packages/guile-xyz.scm (guile-lmdb): Update to 0.0.1-1.ea9aa1d. [description]: Extend it. Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com> Change-Id: I136f8feb91540a5a1564f9f693446dc65ec57f2e
2024-03-31gnu: guile-lib: Update to 0.2.8.Maxim Cournoyer
* gnu/packages/guile-xyz.scm (guile-lib): Update to 0.2.8. Change-Id: I46cf0978d35123449532ff4c21eef911e9a8affa
2024-03-30Merge branch 'emacs-team'Liliana Marie Prikler
2024-03-30Merge branch 'gnome-team'Liliana Marie Prikler
2024-03-27Merge branch 'master' into emacs-teamLiliana Marie Prikler
2024-03-22gnu: guile-prometheus: Update to 0-7.e63335e.Christopher Baines
* gnu/packages/guile-xyz.scm (guile-prometheus): Update to 0-7.e63335e. Change-Id: Ie4d1fabac427f7f48565a390b12e314d2f31f40d
2024-03-22Merge remote-tracking branch 'origin/master' into core-updatesJosselin Poiret
Change-Id: Id398a49a83cfe6f3a5ba0aee811d09ca12f897de
2024-03-16Merge remote-tracking branch 'savannah/master' into gnome-teamChristopher Baines
Change-Id: I775274c2693536e2efa36c9abca4c54c5c458e26
2024-03-15gnu: guile-scheme-json-rpc: Update to 0.4.5a.Ilya Chernyshov
Shift some inputs requiring during runtime. * gnu/packages/guile-xyz.scm (guile-scheme-json-rpc): Update to 0.4.5a. [inputs]: Remove guile-srfi-145 and guile-srfi-180. [propagated-inputs]: Add guile-srfi-145 and guile-srfi-180. Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com> Change-Id: If1c6ffaf6269c36ec857fd6f0aec444869468d24
2024-03-14gnu: guile-ares-rs: Update to 0.9.3.Andrew Tropin
* gnu/packages/guile-xyz.scm (guile-ares-rs): Update to 0.9.3. Change-Id: Iabe57fcb4f1947eb0908109333e4432b8e554cfe
2024-03-10Merge branch 'master' into gnome-teamLiliana Marie Prikler
2024-03-09Merge remote-tracking branch 'origin/master' into core-updatesJosselin Poiret
Change-Id: If336ce5529031f7d45dd78b173d897b4ca2d6ab0
2024-03-09gnu: guile-irregex: Update to 0.9.11.Tomas Volf
Since upstream now provides tests for guile, they are executed, both before install (testing the internals) and after install (making sure the guile module and everything works well). Guile 2.0 for some reason cannot load "foo.scm" using (load-from-path "foo"), so symlinks are created to work around that. * gnu/packages/guile-xyz.scm (guile-irregex)[version]: Update to 0.9.11. [arguments]: Convert to gexp. <#:phases>{'move-files-around}: Copy files instead of moving. {'check, 'check-installed}: New phases. (guile2.0-irregex)[arguments]: Add 'create-symlinks phase. Change-Id: Ib9d4e9c24475aa8e7fc1e70b868b690eaf6ad42e Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2024-03-09Merge branch 'master' into emacs-teamLiliana Marie Prikler
2024-03-02gnu: guile-irregex: Update to 0.9.11.Tomas Volf
Since upstream now provides tests for guile, they are executed, both before install (testing the internals) and after install (making sure the guile module and everything works well). Guile 2.0 for some reason cannot load "foo.scm" using (load-from-path "foo"), so symlinks are created to work around that. * gnu/packages/guile-xyz.scm (guile-irregex)[version]: Update to 0.9.11. [arguments]: Convert to gexp. <#:phases>{'move-files-around}: Copy files instead of moving. {'check, 'check-installed}: New phases. (guile2.0-irregex)[arguments]: Add 'create-symlinks phase. Change-Id: Ib9d4e9c24475aa8e7fc1e70b868b690eaf6ad42e Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2024-03-02Merge branch 'master' into emacs-teamLiliana Marie Prikler
2024-02-25Merge branch 'master' into gnome-teamLiliana Marie Prikler
2024-02-19gnu: haunt: Update to 0.3.0.David Thompson
* gnu/packages/guile-xyz.scm (haunt): Update to 0.3.0. Change-Id: Ied0479ac9d27a9703040e0b2ce67eaf6b9af1b1d
2024-02-13Merge branch 'master' into gnome-teamLiliana Marie Prikler
2024-02-11gnu: guile-png: Update to 0.7.2.Artyom V. Poptsov
* gnu/packages/guile-xyz.scm (guile-png): Update to 0.7.2. Change-Id: Ic84b1472bdfdf47db26e0954b6135054290e49b0 Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
2024-02-05gnu: guile-yamlpp: Update to 0.3.Georgios Athanasiou
* gnu/packages/guile-xyz.scm (guile-yamlpp): Update to 0.3. Change-Id: I47e3e909cadc81219b8cb2bc32a86eccd73f7d4a Signed-off-by: Hilton Chain <hako@ultrarare.space>
2024-02-05gnu: guile-ics: Fix cross-compilation.Artyom V. Poptsov
* gnu/packages/guile-xyz.scm (guile-ics): Fix cross-compilation. [native-inputs]: Add "guile-3.0", "guile-lib" and "guile-smc". (guile2.2-ics)[native-inputs]: Replace them with variants for Guile 2.2. Change-Id: Ie35f8087b1db30992f63edac8d303f854139ecbf Signed-off-by: Hilton Chain <hako@ultrarare.space>
2024-02-05gnu: guile-ics: Update to 0.6.0.Artyom V. Poptsov
* gnu/packages/guile-xyz.scm (guile-ics): Update to 0.6.0. [inputs]: Remove "which". (guile2.2-ics)[inputs]: Likewise. Change-Id: I969b2dfe7f3007001930ba132821f6427a367e9e Signed-off-by: Hilton Chain <hako@ultrarare.space>
2024-02-03Merge branch 'master' into gnome-teamLiliana Marie Prikler
2024-01-31Merge remote-tracking branch 'origin/master' into core-updatesMaxim Cournoyer
Resolved conflicts in: gnu/packages/astronomy.scm gnu/packages/axoloti.scm gnu/packages/games.scm gnu/packages/guile-xyz.scm gnu/packages/mail.scm gnu/packages/photo.scm gnu/packages/sphinx.scm gnu/packages/tls.scm gnu/packages/web-browsers.scm Change-Id: I726fb6139d70ccead1b0f59afc72ccc523a1217d
2024-01-30gnu: guile-hoot: Update to 0.3.0.David Thompson
* gnu/packages/guile-xyz.scm (guile-hoot): Update to 0.3.0. Change-Id: I355d4b11bdd45bf87e3d7227f259907b1e7d57bd
2024-01-26gnu: Add guile-lmdb.Artyom Bologov
* gnu/packages/guile-xyz.scm (guile-lmdb): New variable. Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
2024-01-24gnu: guile-fibers: Disable failing tests on aarch64.Roman Scherer
* gnu/packages/guile-xyz.scm (guile-fibers)[arguments]: In ‘disable-some-tests’ phase, disable failing tests on aarch64. Change-Id: Id05b516a659f641cc7ef01efdaf6cd1f2c735800 Co-authored-by: Ludovic Courtès <ludo@gnu.org>
2024-01-22gnu: guile-goblins: Update to 0.12.0.David Thompson
* gnu/packages/guile-xyz.scm (guile-goblins): Update to 0.12.0. Change-Id: I0768ca6118c8b16ea6e5ae235dfefa7d28f727e3
2024-01-21Merge branch 'master' into emacs-teamLiliana Marie Prikler
2024-01-19gnu: guile-hall: Update to 0.4.1-1.7558ba9.Maxim Cournoyer
* gnu/packages/guile-xyz.scm (guile-hall): Update to 0.4.1-1.7558ba9. [arguments] <modules>: Remove (ice-9 match) and (ice-9 ftw) modules. Add (guix build guile-build-system). <phases>: Use gexps. Streamline hall-wrap-binaries phase. [native-inputs]: Add guile-3.0 and gettext-minimal. [propagated-inputs]: Delete field, moving guile-config to... [inputs]: ... here. Add bash-minimal and guile-lib. Change-Id: Idef796dc3ba9ca3fa4df8114efe91af7c5cf7be0
2024-01-17Merge branch 'master' into core-updatesLudovic Courtès
Change-Id: Ide7e5cf1c651f193994c02305b6baa4bea4e165f
2024-01-14Merge branch 'master' into gnome-teamLiliana Marie Prikler
2024-01-13gnu: Add guile-srfi-197.Tomas Volf
* gnu/packages/guile-xyz.scm (guile-srfi-197): New variable. Change-Id: Ifcdc264e6a03e88e7614d79792fbe6ca9c8e519c Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
2024-01-08gnu: guile-fibers: Apply upstream patch fixing libevent timers.Ludovic Courtès
* gnu/packages/patches/guile-fibers-libevent-timeout.patch: New file. * gnu/local.mk (dist_patch_DATA): Add it. * gnu/packages/guile-xyz.scm (guile-fibers)[source]: Use it. Change-Id: I872ffe5b193087234d29eed399d6db518c5af4d5
2024-01-07Merge branch 'master' into core-updatesLudovic Courtès
Change-Id: I150b4077fffca97c860439292a8d053579d64cb7
2024-01-07gnu: Add guile-yamlpp.Georgios Athanasiou
* gnu/packages/guile-xyz.scm (guile-yamlpp): New variable. Change-Id: I54694eeea17e414df4d7778a2e119f3f995c20e4 Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
2024-01-07Merge branch 'master' into gnome-teamLiliana Marie Prikler
2024-01-05gnu: Add guile-srfi-232.Yuval Langer
* gnu/packages/guile-xyz.scm (guile-srfi-232): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org> Change-Id: Id5b3511d51a7f8f391231c2129bec96b78887880
2024-01-05gnu: Add guile-srfi-133.Yuval Langer
* gnu/packages/guile-xyz.scm (guile-srfi-133): New variable. Co-authored-by: Ludovic Courtès <ludo@gnu.org> Change-Id: I9466a7def7a90aeabf40c92bd8d78608e8011021
2024-01-01Merge branch 'master' into gnome-teamLiliana Marie Prikler
2023-12-29gnu: guile-udev: Update to 0.3.0.Maxim Cournoyer
* gnu/packages/guile-xyz.scm (guile-udev): Update to 0.3.0. [arguments]: Move check phase after install phase. Change-Id: I0cf0683e9ea3e73b9e5b44892796d79925937b4e
2023-12-20Merge branch 'master' into gnome-teamLiliana Marie Prikler
2023-12-19gnu: guile-udev: Fix dlopen error at run time.Maxim Cournoyer
* gnu/packages/guile-xyz.scm (guile-udev) [arguments]: Add patch-extension-path phase. Change-Id: I4620c234e8ac45dcc1c2a3ab8871b8ab9d9c35c0
2023-12-18Merge branch 'master' into wip-webkitwip-webkitLiliana Marie Prikler