guix_mirror_bot pushed a commit to branch master
in repository guix.

commit 80364f174a0565c0ea08dff2789b4290110864cf
Author: Andreas Enge <[email protected]>
AuthorDate: Mon Mar 2 12:20:47 2026 +0100

    gnu: python-euphonic: Refresh input.
    
    * gnu/packages/physics.scm (python-euphonic)[native-inputs]: Replace
    meson-python by python-meson.
    
    Change-Id: Id171f9f23b445d1dca8182085e5a3d88e462d905
---
 gnu/packages/physics.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/packages/physics.scm b/gnu/packages/physics.scm
index 8df5c16374..8468532de9 100644
--- a/gnu/packages/physics.scm
+++ b/gnu/packages/physics.scm
@@ -669,7 +669,7 @@ conventions.")
            python-toolz))
     (native-inputs
      ;; Note: build-backend is mesonpy.
-     (list meson-python ninja python-numpy python-packaging python-pytest
+     (list ninja python-meson python-numpy python-packaging python-pytest
            python-pytest-lazy-fixtures python-pytest-mock
            pkg-config))
     (home-page "https://github.com/pace-neutrons/Euphonic";)

Reply via email to