aboutsummaryrefslogtreecommitdiff
path: root/gnu
Commit message (Collapse)AuthorAge
* gnu: texmacs: Update to 2.1.4.Nicolas Goaziou2024-03-17
| | | | | | * gnu/packages/text-editors.scm (texmacs): Update to 2.1.4. Change-Id: Ie62976f58d877194196f5d8cbf230716596344f2
* gnu: musescore: Update to 4.2.1.Nicolas Goaziou2024-03-17
| | | | | | * gnu/packages/music.scm (musescore): Update to 4.2.1. Change-Id: I99895852743c5f3ffa1cd79d5b815ed452e09ff3
* gnu: gimagereader: Update to 3.4.2.Nicolas Goaziou2024-03-17
| | | | | | * gnu/packages/ocr.scm (gimagereader): Update to 3.4.2. Change-Id: I76b13ec4bf7f70238577fa7e478072283efaaa6e
* gnu: lilypond: Update to 2.24.3.Nicolas Goaziou2024-03-17
| | | | | | * gnu/packages/music.scm (lilypond): Update to 2.24.3. Change-Id: I5af6092b25ae280832eab4fe50c3db10ab967d56
* gnu: libraqm: Update to 0.10.1.Nicolas Goaziou2024-03-17
| | | | | | * gnu/packages/fontutils.scm (libraqm): Update to 0.10.1. Change-Id: Ic159b198a9f2c5b884df5568b0d4e528e36d2bb8
* gnu: img2pdf: Update to 0.5.1.Nicolas Goaziou2024-03-17
| | | | | | * gnu/packages/pdf.scm (img2pdf): Update to 0.5.1. Change-Id: I21b2c9f38ad9ab3a4b4fb3e9a8ed0e3ff204a3af
* gnu: giac: Update to 1.9.0-93.Nicolas Goaziou2024-03-17
| | | | | | * gnu/packages/algebra.scm (giac): Update to 1.9.0-93. Change-Id: I04edd98fc1f0573f4100e7cdbe94eeaee0ab93e2
* gnu: wego: Update to 2.2.Nicolas Goaziou2024-03-17
| | | | | | * gnu/packages/weather.scm (wego): Update to 2.2. Change-Id: Idad62f239c16126e28ba37634246363677fee824
* gnu: fet: Update to 6.18.1.Nicolas Goaziou2024-03-17
| | | | | | * gnu/packages/education.scm (fet): Update to 6.18.1. Change-Id: Idc0be5d9d8a3bea6e3a7826ae9a0ab0ee0ddf83d
* gnu: open-adventure: Update to 1.18.Nicolas Goaziou2024-03-17
| | | | | | | * gnu/packages/games.scm (open-adventure): Update to 1.18. [native-inputs]: Add CPPCHECK, PYTHON-PYLINT, and RUBY-ASCIIDOCTOR. Change-Id: I0c8889b0198adcc2461c2c72bb38d770c8898864
* gnu: keepassxc: Update to 2.7.7.Nicolas Goaziou2024-03-17
| | | | | | * gnu/packages/password-utils.scm (keepassxc): Update to 2.7.7. Change-Id: I5fa337184de094fbb105571360a5766dfe3f8f33
* gnu: mgba: Update to 0.10.3.Nicolas Goaziou2024-03-17
| | | | | | | * gnu/packages/emulators.scm (mgba): Update to 0.10.3. <#:configure-flags>: Turn off "BUILD_LTO" to fix a build issue. Change-Id: I21a3dfd0f1a493cd7bf629ab7facc6fbe9547213
* gnu: naev: Update to 0.11.4.Nicolas Goaziou2024-03-17
| | | | | | * gnu/packages/games.scm (naev): Update to 0.11.4. Change-Id: I7e5afb8037f9e03f3314a7ecebb2a2a34a3c9e77
* gnu: scummvm: Update to 2.8.1.Nicolas Goaziou2024-03-17
| | | | | | * gnu/packages/emulators.scm (scummvm): Update to 2.8.1. Change-Id: I033c211ff6a4d049147261209240aebe6373e174
* gnu: pyzo: Update to 4.15.0.Nicolas Goaziou2024-03-17
| | | | | | * gnu/packages/python-xyz.scm (pyzo): Update to 4.15.0. Change-Id: Id3ff3f601a057bcd52631a9236d4f0f04e81f8c5
* gnu: lagrange: Update to 1.17.6.Nicolas Goaziou2024-03-17
| | | | | | * gnu/packages/web-browsers.scm (lagrange): Update to 1.17.6. Change-Id: I3c8062027cdc113ed918e7f4f620f112fdc35a75
* gnu: hydrogen: Update to 1.2.3.Nicolas Goaziou2024-03-17
| | | | | | * gnu/packages/music.scm (hydrogen): Update to 1.2.3. Change-Id: Ibd6651a7dbfb61f1dd0cc0c436a5a9cff0fb559a
* gnu: manuskript: Update to 0.16.1.Nicolas Goaziou2024-03-17
| | | | | | * gnu/packages/text-editors.scm (manuskript): Update to 0.16.1. Change-Id: Ic088d1d0fee5d86a18bcca474695b2cf990de35e
* gnu: Add sgt-puzzles.Sergey Trofimov2024-03-17
| | | | | | * gnu/packages/games.scm (sgt-puzzles): New variable. Signed-off-by: Liliana Marie Prikler <liliana.prikler@gmail.com>
* gnu: Add halibut.Sergey Trofimov2024-03-17
| | | | | | * gnu/packages/documentation.scm (halibut): New variable. Signed-off-by: Liliana Marie Prikler <liliana.prikler@gmail.com>
* gnu: Prefix licenses in documentation.scmSergey Trofimov2024-03-17
| | | | | | * gnu/packages/documentation.scm: Prefix licenses. Signed-off-by: Liliana Marie Prikler <liliana.prikler@gmail.com>
* gnu: tests: Fix prosody system test.Carlo Zancanaro2024-03-17
| | | | | | | | | | | The test was failing because the sasl module no longer accepts PLAIN auth on insecure connections. * gnu/tests/messaging.scm (%test-prosody): Configure test prosody to allow all auth types on insecure connections. Change-Id: I142f3b6ccbdde4bdde86ce0698fea7d5509fc200 Signed-off-by: Liliana Marie Prikler <liliana.prikler@gmail.com>
* gnu: services: Add insecure-sasl-mechanisms to prosody configuration.Carlo Zancanaro2024-03-17
| | | | | | | | | * gnu/services/messaging.scm (prosody-configuration): Add insecure-sasl-mechanisms configuration option. * doc/guix.texi (Messaging Services): Document it. Change-Id: I8d9e42476ea8ad2f89b143ed4a66b4798e418586 Signed-off-by: Liliana Marie Prikler <liliana.prikler@gmail.com>
* gnu: Add emacs-plan9-theme.Suhail Singh2024-03-17
| | | | | | | * gnu/packages/emacs-xyz.scm (emacs-plan9-theme): New variable. Change-Id: I6053ce66cfceca5a34d0dfd55691be9346f3a916 Signed-off-by: Liliana Marie Prikler <liliana.prikler@gmail.com>
* gnu: asymptote: Update to 2.88.Nicolas Goaziou2024-03-17
| | | | | | * gnu/packages/plotutils.scm (asymptote): Update to 2.88. Change-Id: Ia9a7204e662682db8b1cd1a544ecaab5b22afd96
* gnu: wlgreet: Update to 0.4.1-1.7e79d60.Hilton Chain2024-03-17
| | | | | | | | | | | | This is a follow-up to 0e9c2d2eba5e573e43382611474784c8bf5a4309 (sway 1.9 update), which breaks wlgreet 0.4.1. Reported in <https://issues.guix.gnu.org/69667>. * gnu/packages/admin.scm (wlgreet): Update to 0.4.1-1.7e79d60. Change-Id: I81613baac01d366d6fc507203fca2cc95977df46 Reported-by: chris <chris@bumblehead.com>
* gnu: grimshot: Fix build.Hilton Chain2024-03-17
| | | | | | | | | | | | Reported in <https://issues.guix.gnu.org/69667>. * gnu/packages/wm.scm (grimshot): Don't inherit from sway. [source]: Switch to the new git repository. [arguments]<#:phases>: Remove 'chdir. [version,home-page,license]: New fields. Change-Id: I16c81dfa3438ac0986076576bc5f543d8d4a8ec8 Reported-by: chris <chris@bumblehead.com>
* gnu: smartdns: Update to 45.Hilton Chain2024-03-17
| | | | | | | | * gnu/packages/dns.scm (smartdns): Update to 45. [arguments]<#:make-flags>: Obtain version with ‘package-version’. [native-inputs]: Add which. Change-Id: I1b572753cba53f6e8f8105541c1292e03dec9053
* gnu: font-google-noto-serif-cjk: Update to 2.002.Hilton Chain2024-03-17
| | | | | | | | | | * gnu/packages/fonts.scm (font-google-noto-serif-cjk): Update to 2.002. [source]: Switch to variable fonts. [arguments]<#:phases>: Keep only TTCs in "out". Install OTFs into "otf" output. [outputs]: Add "otf". Change-Id: Id22401ce85028951b6044ba418dbad764d581f01
* gnu: font-google-noto-sans-cjk: Switch to variable fonts.Hilton Chain2024-03-17
| | | | | | | | | | * gnu/packages/fonts.scm (font-google-noto-sans-cjk) [source]: Switch to variable fonts. [arguments]<#:phases>: Keep only TTCs in "out". Install OTFs into "otf" output. [outputs]: Add "otf". Change-Id: I996d75b7892333bc69d21af53a5243a442e3a6b3
* gnu: font-google-noto-emoji: Update to 2.042.Hilton Chain2024-03-17
| | | | | | | | * gnu/packages/fonts.scm (font-google-noto-emoji): Update to 2.042. [arguments]<#:phases>: Remove 'remove-unsupported. Replace install phase instead. Change-Id: I76cfbf3f8d34c484ed59b99969da7d93aaf41d72
* gnu: font-google-noto: Prefer variable fonts and split outputs.Hilton Chain2024-03-17
| | | | | | | | | | * gnu/packages/fonts.scm (font-google-noto) [arguments]<#:phase>: Prefer variable fonts. Install hinted TTFs into "ttf" output. [outputs]: Add "ttf". Suggested-by: Jiwei YANG <yangjiwei@protonmail.com> Change-Id: Icac2927fb6c35d08504c379e273a5fc03b08ac46
* gnu: font-google-noto: Update to 24.2.1.Hilton Chain2024-03-17
| | | | | | * gnu/packages/fonts.scm (font-google-noto): Update to 24.2.1. Change-Id: I238f914388a2d808b817de1252ba8ee84c6299bd
* gnu: Add go-github-com-josharian-intern.Troy Figiel2024-03-17
| | | | | | * gnu/packages/golang-xyz.scm (go-github-com-josharian-intern): New variable. Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
* gnu: go-github-com-ulikunitz-xz: Refresh package style.Sharlatan Hellseher2024-03-16
| | | | | | | | * gnu/packages/golang-compression.scm (go-github-com-ulikunitz-xz) [source]: Remove trailing ".git" from URL. [description]: Add more info based on project's README. Change-Id: I8590ea9099c45a7b636281c95f4fde5952de9410
* gnu: go-github-com-ulikunitz-xz: Update to 0.5.11.Troy Figiel2024-03-16
| | | | | | | * gnu/packages/golang-compression.scm (go-github-com-ulikunitz-xz): Update to 0.5.11. [source]: Use 'git-file-name'. Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
* gnu: Add go-github-com-klauspost-pgzip.Troy Figiel2024-03-16
| | | | | | * gnu/packages/golang-compression.scm (go-github-com-klauspost-pgzip): New variable. Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
* gnu: Add go-github-com-alexliesenfeld-health.Troy Figiel2024-03-16
| | | | | | * gnu/packages/golang-web.scm (go-github-com-alexliesenfeld-health): New variable. Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
* gnu: Add go-github-com-whyrusleeping-go-sysinfo.Artyom V. Poptsov2024-03-16
| | | | | | | | * gnu/packages/golang-xyz.scm (go-github-com-whyrusleeping-go-sysinfo): New variable. Change-Id: I73cd3fa1ab3a73545121bb3a047795ca2850c0f7 Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
* gnu: Add go-github-com-jbenet-go-random.Artyom V. Poptsov2024-03-16
| | | | | | | * gnu/packages/golang-xyz.scm (go-github-com-jbenet-go-random): New variable. Change-Id: I7b7f510af61f4bf79aa633ffaa4bd4852f55fc47 Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
* gnu: Add go-github-com-jbenet-go-temp-err-catcher.Artyom V. Poptsov2024-03-16
| | | | | | | | * gnu/packages/golang-xyz.scm (go-github-com-jbenet-go-temp-err-catcher): New variable. Change-Id: Ic92f036cb9f45a8f55872a218aa42e18716cc2b9 Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
* gnu: Add go-github-com-jbenet-goprocess.Artyom V. Poptsov2024-03-16
| | | | | | | * gnu/packages/golang-xyz.scm (go-github-com-jbenet-goprocess): New variable. Change-Id: I5683a9e0df7bb1a17b2e813ab6c611f0b6c2ea9c Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
* gnu: Add go-github-com-jbenet-go-cienv.Sharlatan Hellseher2024-03-16
| | | | | | * gnu/packages/golang-check.scm (go-github-com-jbenet-go-cienv): New variable. Change-Id: I3a24335bff63f4364695cad6a1c88ea09dc8d357
* gnu: guix-build-coordinator: Update to 0-100.14e18ee.Christopher Baines2024-03-16
| | | | | | | * gnu/packages/package-management.scm (guix-build-coordinator): Update to 0-100.14e18ee. Change-Id: I3842366296e45df569168854cce06a96519ebbfb
* Revert "gnu: python-docker: Update to 7.0.0."Arun Isaac2024-03-16
| | | | | | | | | This reverts commit d084fb4b04a1cebb59959633660013fff495cd0d. This breaks docker-compose. Until we can update to docker-compose 2.x, we continue with an older python-docker. Change-Id: I4954d1f072735b1e99de192b7df31b1be8179243
* gnu: wine-staging, wine64-staging: Update to 9.0.Kaelyn Takata2024-03-16
| | | | | | | * gnu/packages/wine.scm (wine-staging, wine64-staging): Update to 9.0. Change-Id: I0668d4f7f42eb6ba879025c38eeb51c805e4143d Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
* gnu: wine-minimal, wine, wine64: Update to 9.0.Kaelyn Takata2024-03-16
| | | | | | | * gnu/packages/wine.scm (wine-minimal, wine, wine64): Update to 9.0. Change-Id: Ib20f8e5fe9eb071fd6be0ba81e501867d0535273 Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
* gnu: frescobaldi: Make it display icons with qtsvg-5.Marco Rimoldi2024-03-16
| | | | | | | | | | * gnu/packages/music.scm (frescobaldi) [origin]<uri>: Updated to avoid automatic redirect. [arguments]<phases>: Add 'wrap-executable to export QT_PLUGIN_PATH. [inputs]: Add qtsvg-5, bash-minimal. Change-Id: I55b3c56d41bd60e4ba4c938109ff41631e211ad2 Signed-off-by: Christopher Baines <mail@cbaines.net>
* gnu: portmidi: Add variant portmidi-2 updated to release 2.0.4.Marco Rimoldi2024-03-16
| | | | | | | | | | | | | | Tested with package Frescobaldi. Other packages dependent on the old 217 version still need to be tested and updated so that it can be phased out. * gnu/packages/music.scm (portmidi): Add variant portmidi-2. [version]: Change to new scheme, jumping from 217 to 2.0.4. [source]: Change origin from Sourceforge to GitHub. * gnu/packages/music.scm (python-pyportmidi) [inputs]: Change portmidi to portmidi-2. * gnu/packages/music.scm (frescobaldi) [inputs]: Change portmidi to portmidi-2. Change-Id: I2530d206e19e885082a95f1aac65348e7a51d4ca Signed-off-by: Christopher Baines <mail@cbaines.net>
* gnu: python-pyportmidi: Update to 0.0.7-0.d9e5ee0.Marco Rimoldi2024-03-16
| | | | | | | | | | | | | | | When the PortMidi project moved to GitHub in 2021, changing version numbering scheme, the Python bindings were moved to a separate repository and marked as needing a new maintainer. The chosen revision, dated June 2023, is the first to allow the package to build successfully in the temporary lack of an official new release. * gnu/packages/music.scm (python-pyportmidi): Source moved, fix build. [version]: Change to new scheme, jumping from 217 to 0.0.7. [source]: Change origin from Sourceforge to GitHub. Change-Id: Ibe02edca39731f3f3c9001818665d2da97df9465 Signed-off-by: Christopher Baines <mail@cbaines.net>