Tobias Kortkamp
053cb100da
gnu: cmus: Fix build of ffmpeg plugin.
...
* gnu/packages/music.scm (cmus): Fix build of ffmpeg plugin.
[inputs]: Remove ffmpeg; add ffmpeg-6.
Closes : guix/guix#3537
Change-Id: If701719d2e393e4ce93180a6e329173118b15e5c
Signed-off-by: Steve George <steve@futurile.net >
2026-02-14 21:34:28 +00:00
Nicolas Graves
e81419d1ad
gnu: bristol: Fix package build.
...
* gnu/packages/patches/bristol-c99.patch
* gnu/local.mk: Record patch.
* gnu/packages/music.scm (bristol)[source]<patches>: Likewise.
Change-Id: I4b2f89bfae5a2d928a40d3b96883eab718774616
Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com >
2026-02-10 15:23:05 +00:00
Nicolas Graves
70452065b5
gnu: quodlibet: Fix entry point.
...
* gnu/packages/music.scm (quodlibet)[arguments]<#:phases>: Relocate
extra wrap phases after 'wrap phase to fix entry points.
Change-Id: I76f4f11d4311ae1fcf283ecb43defe7624d4ef4c
Signed-off-by: Cayetano Santos <csantosb@inventati.org >
2026-02-07 23:32:02 +01:00
Sharlatan Hellseher
9f2c3165b8
gnu: python-abjad: Disable tests.
...
* gnu/packages/music.scm (python-abjad):
[arguments] <tests?>: Disable for now.
[native-inputs]: Remove python-pytest and python-wheel.
Change-Id: If28e3dcf6b245e165f35ccbb1c6efc2a535453f2
2026-02-07 12:28:57 +01:00
Nicolas Graves
f0507e1031
gnu: quodlibet: Fix tests by ignoring most problematic ones.
...
* gnu/packages/music.scm (quodlibet):
[arguments]<#:test-flags>: Ignore test files with most failing tests.
<#:phases>: Reallocate 'pre-check; use default 'check; add 'prepare-x.
[native-inputs]: Remove xvfb-run; add xorg-server-for-tests.
Change-Id: I3349a249a4d25c916f80c306cccc7ca715e7cf73
Co-authored-by: Sharlatan Hellseher <sharlatanus@gmail.com >
Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com >
2026-02-07 12:28:57 +01:00
Sharlatan Hellseher
c74a0d5a91
gnu: jack-select: Update to 1.5.2.
...
* gnu/packages/music.scm (jack-select): Update to 1.5.2.
Change-Id: I5aacf2386740849e3462f3d32c886700cdb4e53b
2026-02-07 12:28:46 +01:00
Sharlatan Hellseher
13f8875a50
gnu: jack-select: Switch to pyproject.
...
* gnu/packages/music.scm (jack-select): Use G-Expressions.
[build-system]: Switch to pyproject-build-system.
[phases]{configure, build, install}: Use phases from
pyproject-build-system.
{fix-libasound-path}: New phase.
[inputs]: Remove python-dbus and python-wrapper; add gtk+ and
python-dbus-python.
[native-inputs]: Add python-setuptools.
Change-Id: Ic82c8bb0386811f207cafd9b0612c44c9ff9c373
2026-02-07 12:28:45 +01:00
Nicolas Graves
1bf91ac505
gnu: Drop setting SETUPTOOLS_SCM_PRETEND_VERSION in some packages.
...
* 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-02-07 12:28:37 +01:00
Nicolas Graves
015bc199ef
gnu: Remove python-flake8 native-input from some packages.
...
Remove python-flake8 from [native-inputs] in the following packages as
not required for build/tests/install:
* gnu/packages/bioinformatics.scm: (python-doubletdetection)
* gnu/packages/ebook.scm: (calibre)
* gnu/packages/graph.scm: (python-pygsp)
* gnu/packages/machine-learning.scm: (python-pymanopt, python-pyro-api)
* gnu/packages/python-web.scm: (python-furl)
* gnu/packages/python-xyz.scm: (python-jinja2-cli)
* gnu/packages/simulation.scm: (python-dolfin-adjoint)
* gnu/packages/vpn.scm: (sshuttle)
* gnu/packages/music.scm (python-mutagen):
[arguments]<#:test-flags>: Ignore flake8 quality tests.
[native-inputs]: Remove python-flake8.
Change-Id: I2789b8711faf3aa60a4bfa2062f95616e216d6c3
Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com >
2026-02-07 12:28:35 +01:00
Nicolas Graves
93b40d330f
build-system/pyproject: Remove uneeded use of pyproject-guile-json.
...
* gnu/packages/bioinformatics.scm (python-bed-reader, python-gseapy)
* gnu/packages/chemistry.scm (gemmi, ringdecomposerlib, rdkit)
* gnu/packages/cinnamon.scm (libxapp)
* gnu/packages/cups.scm (hplip)
* gnu/packages/djvu.scm (ocrodjvu)
* gnu/packages/finance.scm (electron-cash)
* gnu/packages/gnome.scm (terminator)
* gnu/packages/image-processing.scm (insight-toolkit)
* gnu/packages/machine-learning.scm (onnxruntime, tensorflow-lite,
koboldcpp, python-tokenizers)
* gnu/packages/maths.scm (gmsh, z3, fp16)
* gnu/packages/music.scm (quodlibet)
* gnu/packages/photo.scm (lensfun)
* gnu/packages/python-science.scm (python-clarabel)
* gnu/packages/python-xyz.scm (python-orjson, python-libcst,
python-rpds-py, python-streamtracer, python-tiktoken)
* gnu/packages/rpm.scm (createrepo-c)
* gnu/packages/rust-apps.scm (maturin)
* gnu/packages/sugar.scm (sugar, sugar-datastore)
* gnu/packages/version-control.scm (mercurial, hg-commitsigs)
* gnu/packages/vpn.scm (python-proton-vpn-local-agent)
[arguments]<#:phases>: Remove uneeded use of pyproject-guile-json
extension.
* gnu/packages/python-xyz.scm (python-streamtracer)[arguments]
<#:phases>: Also rewrite 'check phase replacement.
Change-Id: I779c354120ada3d94f07a127b9ec5011e73254c2
Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com >
2026-02-07 12:28:18 +01:00
Andreas Enge
2ec55af1af
gnu: Remove curseradio.
...
* gnu/packages/music.scm (curseradio): Delete variable.
Fixes : guix/guix#4965
Change-Id: I59d317cd2215083caec9d6c00f5c455352a014d8
Signed-off-by: Rutherther <rutherther@ditigal.xyz >
2026-01-25 21:25:31 +01:00
Remco van 't Veer
64c2c052a0
gnu: quodlibet: Fix operon GI path.
...
* gnu/packages/music.scm (quodlibet):
[arguments]: Add operon to wrap-extra-paths.
Change-Id: Iaba432f3b73995acaf757cb39a09961bfdd358d5
Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com >
Signed-off-by: Rutherther <rutherther@ditigal.xyz >
2026-01-25 21:23:39 +01:00
Nicolas Graves
e292f21d68
gnu: quodlibet: Switch to pyproject.
...
* gnu/packages/music.scm (quodlibet):
[build-system]: Switch to pyproject-build-system.
[arguments]<#:imported-modules, #:modules, #:phases>: Switch to
pyproject-build-system.
<#:phases>: Improve phase 'wrap-extra-paths.
[native-inputs]: Add python-setuptools.
Change-Id: Icb9b41dfc3e16fbf0d98d5a4f01b8cb18b6eca83
Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com >
Signed-off-by: Rutherther <rutherther@ditigal.xyz >
2026-01-25 21:22:51 +01:00
Sharlatan Hellseher
e01c9d917d
gnu: Remove music21.
...
* gnu/packages/music.scm (music21): Delete variable.
Change-Id: I571e7386a543045f8aa252cad9623612bb0f8a7e
Signed-off-by: Rutherther <rutherther@ditigal.xyz >
2026-01-25 21:22:27 +01:00
Sughosha
7f09916b6e
gnu: strawberry: Update to 1.2.14.
...
* gnu/packages/music.scm (strawberry): Update to 1.2.13.
[source]<modules>: Do not use (ice-9 regex) module.
<snippet>: Rewrite to unbundle and disable discord-rpc.
[arguments]<#:configure-flags>: Remove "-DBUILD_WITH_QT6=ON".
[inputs]: Add kdsingleapplication, libgpod, rapidjson, and sparsehash.
[license]: Remove expat, since singleapplication is no longer bundled.
Change-Id: I956552a0ab4432417af1c67bc3b6e25d9d95fde8
Signed-off-by: Andreas Enge <andreas@enge.fr >
2026-01-23 23:37:21 +01:00
Andreas Enge
191e59bc1c
gnu: Remove easytag.
...
* gnu/packages/music.scm (easytag): Delete variable.
Fixes : guix/guix#4661
Change-Id: I13760304df8a7ddd97f8a21a1dba08bcd3c43742
2026-01-05 17:17:51 +01:00
Nicolas Graves
01198c6f06
gnu: python-pylast: Switch to pyproject.
...
* gnu/packages/music.scm (python-pylast):
[source]: Switch to git-fetch.
[build-system]: Switch to pyproject-build-system.
[arguments]<#:tests?>: Enable them.
<#:phases>: Add phase 'set-version.
[native-inputs]: Add python-setuptools. Remove python-coverage.
Change-Id: I17d78a961364633b1ec15ba7af373aa8096b1fdb
Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com >
2026-01-01 19:35:00 +00:00
Nicolas Graves
15438a3c87
gnu: picard: Switch to pyproject.
...
* gnu/packages/music.scm (picard):
[build-system]: Switch to pyproject-build-system.
[arguments]<#:use-setuptools>: Drop it
<#:configure-flags, #:phases>: Refresh them.
[native-inputs]: Add python-setuptools.
Change-Id: Icdf6fe452cdabac07ab6a55aba6b27120cccccf0
Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com >
2026-01-01 19:35:00 +00:00
Nicolas Graves
5d65dde9e9
gnu: python-discid: Switch to pyproject.
...
* gnu/packages/music.scm (python-discid):
[build-system]: Switch to pyproject-build-system.
[arguments]: Improve style.
<#:test-flags>: Ignore failing tests.
[native-inputs]: Add python-pytest, python-setuptools.
Change-Id: I7662ed899159a5cab6b610bbb4ebb1bfe845e194
Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com >
2026-01-01 19:35:00 +00:00
Nicolas Graves
66fb4f7327
gnu: curseradio: Switch to pyproject.
...
* gnu/packages/music.scm (curseradio):
[build-system]: Switch to pyproject-build-system.
[arguments]: Improve style.
<#:test-flags>: Disable them.
[native-inputs]: Add python-setuptools.
Change-Id: I311b590a9456bad3ecc1979b3eb9f42b1e4a1d3c
Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com >
2026-01-01 19:35:00 +00:00
Sharlatan Hellseher
5e5edd6f74
gnu: python-isrcsubmit: Deprecate in favor of isrcsubmit.
...
* gnu/packages/music.scm (isrcsubmit): New variable.
(python-isrcsubmit): Deprecate variable.
Change-Id: I04709a1009a4d2e0773e1b4cea6b2bcb4a7eae5b
2025-12-31 14:49:26 +00:00
Sharlatan Hellseher
d030f1ed9d
gnu: python-isrcsubmit: Switch to pyproject.
...
* gnu/packages/music.scm (python-isrcsubmit):
[build-system]: Switch to pyproject-build-system.
[native-inputs]: Add python-setuptools.
Change-Id: I2b629e557256b81e77fc10af708f733372220365
2025-12-31 14:44:03 +00:00
Andrew Wong
21d35ab499
gnu: beets: Simplify package.
...
* gnu/packages/music.scm (beets):
[arguments] <test-flags>: Skip test instead modifying source.
[phases]{skip-tests-that-need-internet}: Remove phase.
{wrap-typelib}: Fix overlong lines and extraneous `lambda*`, `let`.
[native-inputs]: Rempve python-pytest-cov and python-wheel.
Change-Id: Ib4b0d8cf05477739b534f7e4bbb4a6960dd07a61
Modified-by: Sharlatan Hellseher <sharlatanus@gmail.com >
Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com >
2025-12-28 22:56:42 +00:00
Hugo Buddelmeijer
d128cca4ff
gnu: python-abjad: Fix build.
...
* gnu/packages/music.scm (python-abjad): Fix build.
[arguments]<#:phases>: Add 'fix-docstring phase.
Change-Id: Ic1d36183d47d6a2d65a2f3be25596802eb48ea03
Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com >
2025-12-18 23:27:02 +00:00
Junker
e0d9777140
gnu: Add ctune.
...
* gnu/packages/music.scm (ctune): New variable.
* gnu/packages/patches/ctune-cmake-disable-git-clone.patch: New file.
* gnu/local.mk (dist_patch_DATA): Register new patch.
Change-Id: I3faf63279b958757d20e0fd2cae6f1e06d08818c
Signed-off-by: Sughosha <sughosha@disroot.org >
2025-12-13 09:12:30 +05:30
Andreas Enge
a28b62ccb0
gnu: python-abjad-ext-rmakers: Replace deprecated input.
...
* gnu/packages/music.scm (python-abjad-ext-rmakers)[propagated-inputs]:
Remove abjad; add python-abjad.
Change-Id: Id313a44afdfad3643ed9082c97bb3b55041ebec3
2025-12-03 13:17:12 +01:00
Andreas Enge
a40eab6ea5
gnu: python-abjad-ext-nauert: Replace deprecated input.
...
* gnu/packages/music.scm (python-abjad-ext-nauert)[propagated-inputs]:
Remove abjad; add python-abjad.
Change-Id: I74b52d2a17126c88e3e8635b4b6a3ff67738d31e
2025-12-03 13:16:11 +01:00
Giacomo Leidi
c425bac93d
Update Giacomo's email address.
...
The change was automated via:
git grep -l goodoldpaul@autistici.org |
xargs sed -i 's/goodoldpaul@autistici.org/therewasa@fishinthecalculator.me/g'
* .mailmap: New entry.
Change-Id: I1629388334695d221647afe6a14faf61af5fe0d6
Signed-off-by: Maxim Cournoyer <maxim@guixotic.coop>
2025-12-03 14:38:09 +09:00
Aizu
b5da2b372d
gnu: pd: Update to 0.56-1.
...
* gnu/packages/music.scm (pd): Update to 0.56-1.
Change-Id: I47433787b30ca43e49cc39e76fd5c56d50837c18
Signed-off-by: Andreas Enge <andreas@enge.fr >
2025-11-22 16:29:56 +01:00
JodiMcJodson
ce36502dab
gnu: beets: Update to 2.5.1.
...
* gnu/packages/music.scm (beets): Update to 2.5.1.
[arguments]<#:phases>{skip-tests-that-need-internet}: New phase.
Change-Id: Ic0d4c4fea00e58bc50fe0a77816ec5663ad2e204
Signed-off-by: Andreas Enge <andreas@enge.fr >
2025-11-18 18:27:47 +01:00
jgart
47a21cc861
gnu: packages/music: Sort python-abjad and python-abjad-* variables.
...
* gnu/packages/python-xyz.scm: (python-abjad, python-abjad-ext-nauert,
python-abjad-ext-rmakers): Sort variables alphabetically.
Change-Id: I191809270a1839f75cb207d30334d9d99b28f7e4
2025-11-16 15:22:51 -06:00
jgart
1238194b8b
gnu: abjad-ext-nauert: Rename package to python-abjad-ext-nauert.
...
* gnu/packages/music.scm (abjad-ext-nauert): Define in terms of
'deprecated-package'.
(python-abjad-ext-nauert): New variable, formerly known as "abjad-ext-nauert".
Change-Id: I7a62ab77ddfd5c8fc6f0d90754c74ca813fe4769
Signed-off-by: jgart <jgart@dismail.de >
2025-11-16 15:22:51 -06:00
jgart
5c1a439d5e
gnu: abjad-ext-rmakers: Rename package to python-abjad-ext-rmakers.
...
* gnu/packages/music.scm (abjad-ext-rmakers): Define in terms of
'deprecated-package'.
(python-abjad-ext-rmakers): New variable, formerly known as "abjad-ext-rmakers".
Change-Id: I9f1a53eb1086c3ccd8026fe278ee25f111e149f3
Signed-off-by: jgart <jgart@dismail.de >
2025-11-16 15:22:51 -06:00
jgart
e34ae58434
gnu: abjad: Rename package to python-abjad.
...
* gnu/packages/music.scm (abjad): Define in terms of
'deprecated-package'.
(python-abjad): New variable, formerly known as "abjad".
Change-Id: I262e90f4b7243f57d5d998fafc91e273eb68e63f
Signed-off-by: jgart <jgart@dismail.de >
2025-11-16 15:22:50 -06:00
jgart
e9f4cd861d
gnu: Add lilypond-next.
...
* gnu/packages/music.scm (lilypond-next): New variable.
Change-Id: I0903a9f481f18e07585f77c4c22e3da453a1332f
Signed-off-by: jgart <jgart@dismail.de >
2025-11-16 10:44:59 -06:00
Sharlatan Hellseher
38d7ce4749
gnu: Remove demlo and some of go-* dependencies.
...
Development was stopped 7y ago, it depends on go-1.17 and fails to
build. This change removes Demlo and some of it's dependencies which are
not in use by others.
* gnu/packages/music.scm: (demlo, go-github-com-wtolson-go-taglib,
go-github-com-aarzilli-golua, go-github-com-stevedonovan-luar,
go-gitlab-com-ambrevar-golua-unicode): Delete variables.
Fixes : guix/guix#3444
Change-Id: I19c530f8a37b6314eb24678a179faae3e961145a
2025-11-12 12:32:42 +00:00
Sughosha
d6842820b7
gnu: mod-host: Add native-search-paths.
...
* gnu/packages/music.scm (mod-host)[native-search-paths]: Add LV2_PATH
variable.
Change-Id: I8e31ccff2dbbd6f37717f5907037ef54f18d25e5
2025-11-11 23:41:32 +05:30
Sughosha
a45d51774e
gnu: distrho-ports: Remove native-search-paths.
...
* gnu/packages/music.scm (distrho-ports)[native-search-paths]: Remove field.
Change-Id: I5f734e69573887f2415dde74b0a89349ab2dd62b
2025-11-11 20:50:05 +05:30
Sughosha
9b3ed5b6ce
gnu: qtractor: Add native-search-paths.
...
* gnu/packages/music.scm (qtractor)[native-search-paths]: Add CLAP_PATH,
LADSPA_PATH, LV2_PATH, LXVST_PATH and VST2_PATH variables.
Change-Id: Ie36061935fa2019e0374b45fd2999bf2447ee40f
2025-11-11 20:36:11 +05:30
Sughosha
bae6e58d8f
gnu: python-music21: Update to 9.9.1.
...
* gnu/packages/music.scm (python-music21): Update to 9.9.1.
Change-Id: I7cf28af9c1a6ddddd44ce13e718d7f005365ba3f
Signed-off-by: jgart <jgart@dismail.de >
2025-11-10 11:14:47 -06:00
Sughosha
73d87e4996
gnu: music21: Rename to python-music21.
...
* gnu/packages/music.scm (music21): Rename to ...
(python-music21): ... this.
(music21): New deprecated package pointing to python-music21.
Change-Id: If64ecacb4ab458b23ea1baaf7e4ff0683010a97f
Signed-off-by: jgart <jgart@dismail.de >
2025-11-10 11:14:47 -06:00
Sughosha
9bf06d93a4
gnu: alsa-scarlett-gui: Update to 0.5.1.
...
* gnu/packages/music.scm (alsa-scarlett-gui): Update to 0.5.1.
Change-Id: Id49e6e98533f9a06113c6397224b91f3da7b704d
2025-11-10 15:47:45 +05:30
Sughosha
c24faea97d
gnu: jalv-select: Fix finding jalv binaries and add native-search-paths.
...
* gnu/packages/music.scm (jalv-select)[arguments]: Switch to gexp.
<#:phases>: Add 'wrap phase.
[inputs]: Add bash-minimal, coreutils, gawk and grep.
[native-search-paths]: Add "LV2_PATH" variable.
Change-Id: Ie28a3d0c3cb3ab50c850076af0523cbcc4a4b071
2025-11-10 14:29:12 +05:30
Sughosha
cc634a1e50
gnu: le-biniou: Update to 3.67.0.
...
* gnu/packages/music.scm (le-biniou): Update to 3.67.0.
Change-Id: I44ed7eb991bfd0429e2f37fdb066d58b61c8febf
2025-11-10 09:18:53 +05:30
Sughosha
4f36df7a52
gnu: le-biniou-data: Update to 3.67.0.
...
* gnu/packages/music.scm (le-biniou-data): Update to 3.67.0.
Change-Id: I493632e5c900deaf1d89de0ce45276e34a3f8b38
2025-11-10 09:18:53 +05:30
Sughosha
b279210954
gnu: wolf-shaper: Update to 1.0.2.
...
* gnu/packages/music.scm (wolf-shaper): Update to 1.0.2.
[source]<uri>: Fix permanent redirect.
[arguments]: Switch to gexp.
<#:make-flags>: Replace the value of "CC" with cc-for-target.
[home-page]: Update URI.
Change-Id: Ifabc2318670c9106d2b7f7bbc73dd30def0d7fc4
2025-11-10 09:18:53 +05:30
Sughosha
1ade4af07c
gnu: avldrums-lv2: Update to 0.7.3.
...
* gnu/packages/music.scm (avldrums-lv2): Update to 0.7.3.
[arguments]: Switch to gexp.
<#:make-flags>: Set "CC" variable to cc-for-target.
<#:phases>: Remove 'set-CC-variable phase.
Change-Id: I48bad863df240e727e5f2d51cad58716ea964e0e
2025-11-10 09:18:53 +05:30
Sughosha
157f351ae7
gnu: zam-plugins: Update to 4.4.
...
* gnu/packages/music.scm (zam-plugins): Update to 4.4.
[arguments]<#:make-flags>: Set "CC" variable to cc-for-target.
<#:phases>: Remove 'set-CC-variable phase.
Change-Id: I3378169c31fd4bcab90da5e6e506ff26fdd0c954
2025-11-10 09:18:53 +05:30
Sughosha
b978c39f99
gnu: lsp-plugins: Update to 1.2.25.
...
* gnu/packages/music.scm (lsp-plugins): Update to 1.2.25.
Change-Id: Iff1ae6f5de083aed7872482de6b7c31aa8e0d2c2
2025-11-10 09:18:52 +05:30
Sughosha
62ef0ee74a
gnu: perl-webservice-musicbrainz: Update to 1.0.7.
...
* gnu/packages/music.scm (perl-webservice-musicbrainz): Update to 1.0.7.
Change-Id: I4f1f414e564641f503c2e85a3fbd4cf1f226f403
2025-11-10 09:18:52 +05:30