guix_mirror_bot pushed a commit to branch master
in repository guix.

commit a06695ec55307fcdcd444b9a685673b80cff14e1
Author: Sharlatan Hellseher <[email protected]>
AuthorDate: Tue Nov 25 22:03:51 2025 +0000

    gnu: dosage: Move propagated inputs to inputs.
    
    * gnu/packages/python-xyz.scm (dosage):
    [propagated-inputs]: Move all from here ...
    [inputs]: ... to here.
    
    Change-Id: I6011792473f352324e99441dd8a92c301af6fe02
---
 gnu/packages/python-xyz.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index 47502c0ab2..a5bbc345c2 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -6221,7 +6221,7 @@ files are easily readable and they work nicely with 
version control systems.")
            python-responses
            python-setuptools
            python-setuptools-scm))
-    (propagated-inputs
+    (inputs
      (list python-imagesize
            python-importlib-resources
            python-lxml

Reply via email to