guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

01/02: gnu: beets: Add missing input.


From: guix-commits
Subject: 01/02: gnu: beets: Add missing input.
Date: Mon, 13 Jan 2025 16:45:51 -0500 (EST)

rekado pushed a commit to branch python-team
in repository guix.

commit 6b71b31c91705f2c830fd38db8575d531d639e70
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Mon Jan 13 22:14:57 2025 +0100

    gnu: beets: Add missing input.
    
    * gnu/packages/music.scm (beets)[inputs]: Add python-typing-extensions.
    
    Change-Id: I0add9f7e867be66924e95c4d9014d9d66bc21c11
---
 gnu/packages/music.scm | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/gnu/packages/music.scm b/gnu/packages/music.scm
index eecee3990a..e4e436e462 100644
--- a/gnu/packages/music.scm
+++ b/gnu/packages/music.scm
@@ -1,6 +1,6 @@
 ;;; GNU Guix --- Functional package management for GNU
 ;;; Copyright © 2014, 2019 Eric Bavier <bavier@member.fsf.org>
-;;; Copyright © 2015-2024 Ricardo Wurmus <rekado@elephly.net>
+;;; Copyright © 2015-2025 Ricardo Wurmus <rekado@elephly.net>
 ;;; Copyright © 2015 Paul van der Walt <paul@denknerd.org>
 ;;; Copyright © 2016 Al McElrath <hello@yrns.org>
 ;;; Copyright © 2016, 2017, 2019, 2021-2024 Efraim Flashner 
<efraim@flashner.co.il>
@@ -4299,6 +4299,7 @@ websites such as Libre.fm.")
            python-munkres
            python-musicbrainzngs
            python-pyyaml
+           python-typing-extensions
            python-unidecode
            ;; Optional dependencies for plugins. Some of these are also 
required by tests.
            python-beautifulsoup4 ; For lyrics.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]