guix-commits
[Top][All Lists]
Advanced

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

branch master updated: gnu: beets: Update to 1.6.0.


From: guix-commits
Subject: branch master updated: gnu: beets: Update to 1.6.0.
Date: Mon, 22 Aug 2022 02:18:58 -0400

This is an automated email from the git hooks/post-receive script.

iyzsong pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new 79a8cfffe9 gnu: beets: Update to 1.6.0.
79a8cfffe9 is described below

commit 79a8cfffe9595aafb4a664ab1feb7111cf0adbf5
Author: Michael Rohleder <mike@rohleder.de>
AuthorDate: Mon Aug 22 04:26:05 2022 +0200

    gnu: beets: Update to 1.6.0.
    
    * gnu/packages/music.scm (beets): Update to 1.6.0.
    [inputs]: Remove python-six.
    
    Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
---
 gnu/packages/music.scm | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/music.scm b/gnu/packages/music.scm
index 8f383358d8..e1de632dda 100644
--- a/gnu/packages/music.scm
+++ b/gnu/packages/music.scm
@@ -3724,13 +3724,13 @@ websites such as Libre.fm.")
 (define-public beets
   (package
     (name "beets")
-    (version "1.5.0")
+    (version "1.6.0")
     (source (origin
               (method url-fetch)
               (uri (pypi-uri "beets" version))
               (sha256
                (base32
-                "0arl4nc3y8iwa331hf6ggai19y8ns9pl03g5d6ac857wq2x7nzw8"))))
+                "0paj2nxvdx4zz9xawjpbsh0dy1kp9kfhxg8akh1rpz2awhsbfvxa"))))
     (build-system python-build-system)
     (arguments
      `(#:phases
@@ -3773,7 +3773,6 @@ websites such as Libre.fm.")
            python-munkres
            python-musicbrainzngs
            python-pyyaml
-           python-six
            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]